future 1 년 전
부모
커밋
e0695e81d9
3개의 변경된 파일21개의 추가작업 그리고 4개의 파일을 삭제
  1. 16 3
      xs-app/manifest.json
  2. 4 0
      xs-app/pages.json
  3. 1 1
      xs-app/pages/bookstore/template/template-book-list.vue

+ 16 - 3
xs-app/manifest.json

@@ -52,10 +52,15 @@
     "mp-weixin" : {
         "appid" : "wx2fb9d32b2e25ec50",
         "setting" : {
-            "urlCheck" : false
+            "urlCheck" : false,
+            "es6" : true,
+            "postcss" : true,
+            "minified" : true
         },
         "usingComponents" : true,
-		"optimization":{"subPackages":true}
+        "optimization" : {
+            "subPackages" : true
+        }
     },
     "mp-alipay" : {
         "usingComponents" : true
@@ -65,7 +70,15 @@
     },
     "mp-toutiao" : {
         "usingComponents" : true,
-        "appid" : "tt4df63b4bd2c0901301"
+        "appid" : "tt4df63b4bd2c0901301",
+        "setting" : {
+            "es6" : true,
+            "postcss" : true,
+            "minified" : true
+        },
+		"optimization" : {
+		    "subPackages" : true
+		}
     },
     "uniStatistics" : {
         "enable" : false

+ 4 - 0
xs-app/pages.json

@@ -4,7 +4,9 @@
 			"path": "pages/bookshelf/bookshelf",
 			"style": {
 				"navigationBarTitleText": "书架",
+				// #ifdef MP-WEIXIN 
 				"navigationStyle": "custom",
+				// #endif 
 				"app-plus": {
 					"bounce": "none"
 				}
@@ -14,7 +16,9 @@
 			"path": "pages/bookstore/bookstore",
 			"style": {
 				"navigationBarTitleText": "书城",
+				// #ifdef MP-WEIXIN
 				"navigationStyle": "custom",
+				// #endif 
 				"enablePullDownRefresh": true,
 				"app-plus": {
 					"bounce": "none"

+ 1 - 1
xs-app/pages/bookstore/template/template-book-list.vue

@@ -110,7 +110,7 @@
 					font-size: 14px;
 					color: #6F6F6F;
 					margin: 0px 20rpx;
-					margin-bottom: 15rpx;
+					margin-bottom: 20rpx;
 					height: 70rpx;
 					display: -webkit-box;
 					-webkit-line-clamp: 2;