优化业主端欠费点击无法查到的问题

This commit is contained in:
wuxw 2024-08-03 07:42:29 +08:00
parent 9f1ddf52cd
commit 616b8d997a
4 changed files with 10 additions and 12 deletions

View File

@ -11,7 +11,7 @@
</view> </view>
</view> </view>
</view> </view>
<!-- #ifdef H5 && WUYE -->
<view class="order_box"> <view class="order_box">
<view class="order_title">我的订单</view> <view class="order_title">我的订单</view>
<view class="order_list"> <view class="order_list">
@ -23,7 +23,7 @@
</view> </view>
</view> </view>
</view> </view>
<!-- #endif -->
<auth-owner-dialog ref="authOwnerDialogRef"></auth-owner-dialog> <auth-owner-dialog ref="authOwnerDialogRef"></auth-owner-dialog>
</view> </view>
</template> </template>

View File

@ -18,7 +18,7 @@ const baseUrl = '/';
const baseUrl = 'http://127.0.0.1:8008/'; const baseUrl = 'http://127.0.0.1:8008/';
// #endif // #endif
let commonBaseUrl = 'http://127.0.0.1:3000/'; let commonBaseUrl = 'http://demo.homecommunity.cn/';
//商城的url //商城的url
let mallUrl = 'http://mallapp.homecommunity.cn/'; let mallUrl = 'http://mallapp.homecommunity.cn/';
@ -43,7 +43,7 @@ let systemName="业主版";
if(_systemConfig){ if(_systemConfig){
mallUrl = _systemConfig.mallUrl; mallUrl = _systemConfig.mallUrl;
//commonBaseUrl = _systemConfig.imgUrl; commonBaseUrl = _systemConfig.imgUrl;
systemName = _systemConfig.ownerTitle; systemName = _systemConfig.ownerTitle;
DEFAULT_COMMUNITY_ID = _systemConfig.defaultCommunityId; DEFAULT_COMMUNITY_ID = _systemConfig.defaultCommunityId;
} }

View File

@ -1108,12 +1108,12 @@
}, },
// { {
// "pagePath": "pages/mall/mall", "pagePath": "pages/mall/mall",
// "text": "商圈", "text": "商圈",
// "iconPath": "static/images/market.png", "iconPath": "static/images/market.png",
// "selectedIconPath": "static/images/market-selected.png" "selectedIconPath": "static/images/market-selected.png"
// }, },
{ {
"pagePath": "pages/my/my", "pagePath": "pages/my/my",

View File

@ -1,9 +1,7 @@
<template> <template>
<view> <view>
<service-property></service-property> <service-property></service-property>
<!-- #ifdef H5 && WUYE -->
<service-homemaking></service-homemaking> <service-homemaking></service-homemaking>
<!-- #endif -->
</view> </view>
</template> </template>