diff --git a/config.js b/config.js
index 9325d95..f340b07 100644
--- a/config.js
+++ b/config.js
@@ -14,7 +14,8 @@ export default {
* 商城ID (必填)
* 可在超管后台-商城列表中查看10025
*/
- storeId: 10001,
+ // storeId: 10001,
+ storeId: 10045,
// storeId: 10037,
diff --git a/manifest.json b/manifest.json
index 2f9cbcc..04e172b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -92,7 +92,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wx68d198de972a9e9d",
+ "appid" : "wxe843b6d7a4bd3389",
"libVersion" : "latest",
"setting" : {
// 是否检查安全域名和 TLS 版本
diff --git a/pages.json b/pages.json
index b7ff968..6edc952 100644
--- a/pages.json
+++ b/pages.json
@@ -745,6 +745,13 @@
"enablePullDownRefresh": true
}
},
+ {
+ "path": "webView",
+ "style": {
+ "navigationBarTitleText": "商品详情",
+ "enablePullDownRefresh": true
+ }
+ },
{
"path": "detail",
"style": {
diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue
index 3622b30..a142158 100644
--- a/pages/goods/detail.vue
+++ b/pages/goods/detail.vue
@@ -204,7 +204,9 @@
-
+
+