diff --git a/manifest.json b/manifest.json index 07609b2..50cba21 100644 --- a/manifest.json +++ b/manifest.json @@ -93,8 +93,10 @@ "sdkConfigs" : { "oauth" : { "weixin" : { - "appid" : "wxe58f2d0fb0800868", // 改为自己的 微信开放平台应用信息 - "appsecret" : "86122c9823f78cdd6304695061d2424f", // 改为自己的 + "appid" : "wx1982b86d4c8997b1", // 改为自己的 微信开放平台应用信息 + + // "appsecret" : "86122c9823f78cdd6304695061d2424f", // 改为自己的 + "appsecret" : "ff8c1ddc42d2dff329050cc51165b45a", // 改为自己的 "UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" // 改为自己的 }, "apple" : {} @@ -114,8 +116,8 @@ }, "payment" : { "weixin" : { - "__platform__" : [ "ios", "android" ], - "appid" : "wxe58f2d0fb0800868", // 改为自己的 + "__platform__" : [ "android" ], + "appid" : "wx1982b86d4c8997b1", // 改为自己的 "UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" // 改为自己的 }, "alipay" : { @@ -124,7 +126,7 @@ }, "share" : { "weixin" : { - "appid" : "wxe58f2d0fb0800868", // 改为自己的 + "appid" : "wx1982b86d4c8997b1", // 改为自己的 "UniversalLinks" : "https://testapps.cncnconnect.com/uni-universallinks/__UNI__307A9A7/" // 改为自己的 } }, diff --git a/pages.json b/pages.json index 4cf9bfa..38244d4 100644 --- a/pages.json +++ b/pages.json @@ -70,11 +70,10 @@ } }, { - "path" : "pages/test", - "style" : - { - "navigationBarTitleText" : "", - "enablePullDownRefresh" : false + "path": "pages/test", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false } } //#endif