From ee84e4bbd142c37f0434203999b0e83a4d3e4c17 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: Sat, 7 Sep 2024 11:31:36 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
conf/config.js | 8 ++++----
manifest.json | 4 ++--
pages/fee/oweFee.vue | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
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}}