diff --git a/conf/config.js b/conf/config.js index 9d96fba..7025796 100644 --- a/conf/config.js +++ b/conf/config.js @@ -15,16 +15,16 @@ const baseUrl = '/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'http://127.0.0.1:8008/'; +const baseUrl = 'https://wuye.huilinwan.cn/'; // #endif -let commonBaseUrl = 'http://service.xinyejiawangtb.ltd/'; +let commonBaseUrl = 'https://wuye.huilinwan.cn/'; //商城的url -let mallUrl = 'http://mallapp.xinyejiawangtb.ltd/'; +let mallUrl = 'https://mallapp.huilinwan.cn/'; //商城小程序ID -let mallMinAppId = "xxx"; +let mallMinAppId = "wx7a01aad34e06840f"; //默认的小区ID和名称,用户还没有登录时显示的小区信息 diff --git a/manifest.json b/manifest.json index f36d338..f8205f7 100644 --- a/manifest.json +++ b/manifest.json @@ -59,12 +59,12 @@ "quickapp" : {}, "mp-weixin" : { "usingComponents" : true, - "appid" : "wxf83d66b0e9f5964d", + "appid" : "wxad57531dabaed887", "setting" : { "urlCheck" : false, "es6" : false }, - "navigateToMiniProgramAppIDList" : [ "xxxx" ], //商城小程序AppId + "navigateToMiniProgramAppIDList" : [ "wx7a01aad34e06840f" ], //商城小程序AppId "permission" : { "scope.userLocation" : { "desc" : "你的位置信息将用于小程序位置接口的效果展示" diff --git a/pages/fee/oweFee.vue b/pages/fee/oweFee.vue index f847261..89ae530 100644 --- a/pages/fee/oweFee.vue +++ b/pages/fee/oweFee.vue @@ -21,7 +21,7 @@ - {{item.endTime}}至{{_getDeadlineTime(item)}} + {{item.endTime}}至{{item.deadlineTime}}