优化代码

This commit is contained in:
wuxw 2024-09-07 11:31:36 +08:00
parent e85e62520b
commit ee84e4bbd1
3 changed files with 7 additions and 7 deletions

View File

@ -15,16 +15,16 @@ const baseUrl = '/';
// #ifndef H5 // #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址 //服务器域名 小程序 或者 app 时 后端地址
const baseUrl = 'http://127.0.0.1:8008/'; const baseUrl = 'https://wuye.huilinwan.cn/';
// #endif // #endif
let commonBaseUrl = 'http://service.xinyejiawangtb.ltd/'; let commonBaseUrl = 'https://wuye.huilinwan.cn/';
//商城的url //商城的url
let mallUrl = 'http://mallapp.xinyejiawangtb.ltd/'; let mallUrl = 'https://mallapp.huilinwan.cn/';
//商城小程序ID //商城小程序ID
let mallMinAppId = "xxx"; let mallMinAppId = "wx7a01aad34e06840f";
//默认的小区ID和名称用户还没有登录时显示的小区信息 //默认的小区ID和名称用户还没有登录时显示的小区信息

View File

@ -59,12 +59,12 @@
"quickapp" : {}, "quickapp" : {},
"mp-weixin" : { "mp-weixin" : {
"usingComponents" : true, "usingComponents" : true,
"appid" : "wxf83d66b0e9f5964d", "appid" : "wxad57531dabaed887",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : false "es6" : false
}, },
"navigateToMiniProgramAppIDList" : [ "xxxx" ], //AppId "navigateToMiniProgramAppIDList" : [ "wx7a01aad34e06840f" ], //AppId
"permission" : { "permission" : {
"scope.userLocation" : { "scope.userLocation" : {
"desc" : "你的位置信息将用于小程序位置接口的效果展示" "desc" : "你的位置信息将用于小程序位置接口的效果展示"

View File

@ -21,7 +21,7 @@
</view> </view>
</view> </view>
<view class="text-gray text-sm"> <view class="text-gray text-sm">
<text class="margin-right-xs">{{item.endTime}}{{_getDeadlineTime(item)}}</text> <text class="margin-right-xs">{{item.endTime}}{{item.deadlineTime}}</text>
</view> </view>
</view> </view>
<view class="action"> <view class="action">