diff --git a/bundle/pages/user_profile/user_profile.vue b/bundle/pages/user_profile/user_profile.vue
index 98fce09..7f049d8 100644
--- a/bundle/pages/user_profile/user_profile.vue
+++ b/bundle/pages/user_profile/user_profile.vue
@@ -226,12 +226,12 @@
@confirm="onConfirm"
/>
-
+
diff --git a/config/app.js b/config/app.js
index e2dc697..b43e808 100644
--- a/config/app.js
+++ b/config/app.js
@@ -14,7 +14,7 @@ const IS_H5 = false
/** S API BaseURL **/
const baseURLMap = {
// 开发环境
- development: 'https://likeshop-open.yixiangonline.com',
+ development: 'https://shop.mompockets.com',
// 生产环境https://php-b2c.likeshop.cn
production: IS_H5 ? location.origin : ''
}
diff --git a/manifest.json b/manifest.json
index 12d1951..a2152b6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -156,7 +156,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "wx75faf8824586138a",
+ "appid" : "wx86331fe6bad13747",
"setting" : {
"urlCheck" : false,
"es6" : true,
diff --git a/pages/pay_result/pay_result.vue b/pages/pay_result/pay_result.vue
index d75ac00..821b6b4 100644
--- a/pages/pay_result/pay_result.vue
+++ b/pages/pay_result/pay_result.vue
@@ -59,12 +59,12 @@
-
+
diff --git a/pages/user/user.vue b/pages/user/user.vue
index 01a599f..d0f303a 100644
--- a/pages/user/user.vue
+++ b/pages/user/user.vue
@@ -190,12 +190,12 @@
-
+
diff --git a/project.config.json b/project.config.json
index ea850ca..77f5e71 100644
--- a/project.config.json
+++ b/project.config.json
@@ -1,7 +1,8 @@
{
"description": "项目配置文件",
"packOptions": {
- "ignore": []
+ "ignore": [],
+ "include": []
},
"setting": {
"urlCheck": true,
@@ -36,16 +37,20 @@
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
- "minifyWXSS": true
+ "minifyWXSS": true,
+ "compileWorklet": false,
+ "minifyWXML": true,
+ "localPlugins": false,
+ "disableUseStrict": false,
+ "useCompilerPlugins": false,
+ "condition": false,
+ "swc": false,
+ "disableSWC": true
},
"compileType": "miniprogram",
"libVersion": "2.14.4",
- "appid": "wx983fc5527da47d86",
+ "appid": "wx86331fe6bad13747",
"projectname": "LikeShop",
- "debugOptions": {
- "hidedInDevtools": []
- },
- "scripts": {},
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
@@ -68,5 +73,6 @@
"miniprogram": {
"list": []
}
- }
+ },
+ "editorSetting": {}
}
\ No newline at end of file
diff --git a/project.private.config.json b/project.private.config.json
new file mode 100644
index 0000000..bbec356
--- /dev/null
+++ b/project.private.config.json
@@ -0,0 +1,24 @@
+{
+ "libVersion": "3.9.0",
+ "projectname": "LikeShop",
+ "condition": {},
+ "setting": {
+ "urlCheck": true,
+ "coverView": true,
+ "lazyloadPlaceholderEnable": false,
+ "skylineRenderEnable": false,
+ "preloadBackgroundData": false,
+ "autoAudits": false,
+ "useApiHook": true,
+ "useApiHostProcess": true,
+ "showShadowRootInWxmlPanel": true,
+ "useStaticServer": false,
+ "useLanDebug": false,
+ "showES6CompileOption": false,
+ "compileHotReLoad": true,
+ "checkInvalidKey": true,
+ "ignoreDevUnusedFiles": true,
+ "bigPackageSizeSupport": false,
+ "useIsolateContext": true
+ }
+}
\ No newline at end of file