twt 4 weeks ago
parent
commit
ff88850bfc
2 changed files with 14 additions and 7 deletions
  1. 7 7
      manifest.json
  2. 7 0
      pages.json

+ 7 - 7
manifest.json

@@ -50,17 +50,17 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "wx7b55d68810dd6f1f",
+        "appid" : "wxd982d8ce237c66f0",
         "setting" : {
             "urlCheck" : false
         },
         "usingComponents" : true,
-		"plugins":{
-		"player": {
-			"version": "2.1.15",
-			"provider": "wxa75efa648b60994b"
-		}
-		}
+        "plugins" : {
+            "player" : {
+                "version" : "2.1.15",
+                "provider" : "wxa75efa648b60994b"
+            }
+        }
     },
     "mp-alipay" : {
         "usingComponents" : true

+ 7 - 0
pages.json

@@ -56,6 +56,13 @@
 				"navigationStyle": "custom"
 			}
 		},
+		{
+			"path": "pages/index/transmissionOil",
+			"style": {
+				"navigationBarTitleText": "变速箱滤芯",
+				"navigationStyle": "custom"
+			}
+		},
 		{
 			"path": "pages/index/goodsDetail",
 			"style": {