mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化业主端欠费点击无法查到的问题
This commit is contained in:
parent
9f1ddf52cd
commit
616b8d997a
@ -11,7 +11,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- #ifdef H5 && WUYE -->
|
||||
|
||||
<view class="order_box">
|
||||
<view class="order_title">我的订单</view>
|
||||
<view class="order_list">
|
||||
@ -23,7 +23,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- #endif -->
|
||||
|
||||
<auth-owner-dialog ref="authOwnerDialogRef"></auth-owner-dialog>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@ -18,7 +18,7 @@ const baseUrl = '/';
|
||||
const baseUrl = 'http://127.0.0.1:8008/';
|
||||
// #endif
|
||||
|
||||
let commonBaseUrl = 'http://127.0.0.1:3000/';
|
||||
let commonBaseUrl = 'http://demo.homecommunity.cn/';
|
||||
|
||||
//商城的url
|
||||
let mallUrl = 'http://mallapp.homecommunity.cn/';
|
||||
@ -43,7 +43,7 @@ let systemName="业主版";
|
||||
|
||||
if(_systemConfig){
|
||||
mallUrl = _systemConfig.mallUrl;
|
||||
//commonBaseUrl = _systemConfig.imgUrl;
|
||||
commonBaseUrl = _systemConfig.imgUrl;
|
||||
systemName = _systemConfig.ownerTitle;
|
||||
DEFAULT_COMMUNITY_ID = _systemConfig.defaultCommunityId;
|
||||
}
|
||||
|
||||
12
pages.json
12
pages.json
@ -1108,12 +1108,12 @@
|
||||
},
|
||||
|
||||
|
||||
// {
|
||||
// "pagePath": "pages/mall/mall",
|
||||
// "text": "商圈",
|
||||
// "iconPath": "static/images/market.png",
|
||||
// "selectedIconPath": "static/images/market-selected.png"
|
||||
// },
|
||||
{
|
||||
"pagePath": "pages/mall/mall",
|
||||
"text": "商圈",
|
||||
"iconPath": "static/images/market.png",
|
||||
"selectedIconPath": "static/images/market-selected.png"
|
||||
},
|
||||
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
|
||||
@ -1,9 +1,7 @@
|
||||
<template>
|
||||
<view>
|
||||
<service-property></service-property>
|
||||
<!-- #ifdef H5 && WUYE -->
|
||||
<service-homemaking></service-homemaking>
|
||||
<!-- #endif -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user