shish 3 лет назад
Родитель
Сommit
a70cfd1fcf
2 измененных файлов с 9 добавлено и 5 удалено
  1. 7 3
      ghsApp/src/admin/book/index.vue
  2. 2 2
      ghsApp/src/admin/home/me.vue

+ 7 - 3
ghsApp/src/admin/book/index.vue

@@ -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;

+ 2 - 2
ghsApp/src/admin/home/me.vue

@@ -81,12 +81,12 @@
 
             <!-- #ifdef APP-PLUS -->
             <tui-list-cell @click="pageTo({ url: '/admin/book/index' })" class="line-cell" :hover="false" :arrow="true">
-              <view class="tui-title">教学视频</view>
+              <view class="tui-title" style="color:green;">教学视频</view>
             </tui-list-cell>
             <!-- #endif -->
             <!-- #ifdef MP-WEIXIN -->
             <tui-list-cell @click="pageTo({ url: '/admin/book/index',type:2 })" class="line-cell" :hover="false" :arrow="true">
-              <view class="tui-title">教学视频</view>
+              <view class="tui-title" style="color:green;">教学视频</view>
             </tui-list-cell>
             <!-- #endif -->