diff --git a/app.js b/app.js index 43b3a63..c7b8aca 100644 --- a/app.js +++ b/app.js @@ -44,7 +44,7 @@ App({ serviceInfo: {}, // 客服电话 version: null, loginKey:'', - appId:'wxd7aba642f7fd77fd' + appId:'wxb0c590fd696b79be' }, // "permission": { // "scope.userLocation": { diff --git a/pages/mine/changeAvatar/index.wxml b/pages/mine/changeAvatar/index.wxml index f9d1e8a..06920c9 100644 --- a/pages/mine/changeAvatar/index.wxml +++ b/pages/mine/changeAvatar/index.wxml @@ -9,7 +9,7 @@ 取消 - 确定 + 确定 diff --git a/pages/mine/index.wxml b/pages/mine/index.wxml index 111420e..0693ab8 100644 --- a/pages/mine/index.wxml +++ b/pages/mine/index.wxml @@ -18,7 +18,7 @@ - {{userInfo.user.tel}} + {{userInfo.user.tel || '-'}} @@ -208,18 +208,17 @@ - + 商家后台 - + --> 已提交 感谢您的宝贵意见,我们会第一时间处理哈~ - - 查看记录 + + diff --git a/pages/mine/seeIdCard/index.wxml b/pages/mine/seeIdCard/index.wxml index f9a555b..c884e7e 100644 --- a/pages/mine/seeIdCard/index.wxml +++ b/pages/mine/seeIdCard/index.wxml @@ -11,7 +11,7 @@ - + 我已阅读并同意 《用户服务协议》 diff --git a/project.private.config.json b/project.private.config.json index 741e9a2..86289de 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,7 +1,7 @@ { "setting": { "compileHotReLoad": true, - "urlCheck": true + "urlCheck": false }, "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "projectname": "yicai",