|
|
@@ -28,7 +28,7 @@ export default {
|
|
|
},
|
|
|
onShareAppMessage(res) {
|
|
|
return {
|
|
|
- title: '销花宝使用手册',
|
|
|
+ title: '销花宝教学视频',
|
|
|
desc: "图文视频教学,带您快速上手",
|
|
|
imageUrl: `${this.$constant.imgUrl}/logo5.png`,
|
|
|
path: "admin/book/index",
|
|
|
@@ -41,6 +41,9 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
methods: {
|
|
|
+ init(){
|
|
|
+
|
|
|
+ },
|
|
|
goDetail(item){
|
|
|
// #ifdef MP-WEIXIN
|
|
|
this.$util.pageTo({url: '/admin/book/detail',query:{id:item.id},type:2})
|
|
|
@@ -65,13 +68,14 @@ export default {
|
|
|
.book_content{
|
|
|
margin-top:20upx;
|
|
|
padding-top:10upx;
|
|
|
+ padding-bottom:30upx;
|
|
|
background: white;
|
|
|
.item{
|
|
|
padding-bottom:30upx;
|
|
|
padding-left:20upx;
|
|
|
.category{
|
|
|
font-weight: bold;
|
|
|
- font-size:30upx;
|
|
|
+ font-size:34upx;
|
|
|
margin-bottom:10upx;
|
|
|
.icon{
|
|
|
width:35upx;
|
|
|
@@ -84,7 +88,7 @@ export default {
|
|
|
.book-item{
|
|
|
line-height: 64upx;
|
|
|
color:#008000;
|
|
|
- font-size:30upx;
|
|
|
+ font-size:32upx;
|
|
|
display:list-item;
|
|
|
list-style-type:disc;
|
|
|
margin-left:80upx;
|