优化代码

This commit is contained in:
wuxw 2025-11-07 11:45:29 +08:00
parent 7df9695e5e
commit 5efc49ba8e
5 changed files with 13 additions and 13 deletions

View File

@ -12,7 +12,7 @@
</view>
</view>
<!-- <view class="order_box">
<view class="order_box">
<view class="order_title">我的订单</view>
<view class="order_list">
<view class="list">
@ -22,7 +22,7 @@
</view>
</view>
</view>
</view> -->
</view>
<auth-owner-dialog ref="authOwnerDialogRef"></auth-owner-dialog>
</view>

View File

@ -15,13 +15,13 @@ const baseUrl = '/';
// #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址
const baseUrl = 'http://demo.homecommunity.cn/';
const baseUrl = 'http://wuye.himac.cloud/';
// #endif
let commonBaseUrl = 'http://demo.homecommunity.cn/';
let commonBaseUrl = 'http://wuye.himac.cloud/';
//商城的url
let mallUrl = 'http://mallapp.homecommunity.cn/';
let mallUrl = 'http://mallapp.himac.cloud/';
//商城小程序ID
let mallMinAppId = "xx";

View File

@ -1116,12 +1116,12 @@
"iconPath": "static/images/rent.png",
"selectedIconPath": "static/images/rent-selected.png"
},
// {
// "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",
"text": "我的",

View File

@ -183,7 +183,7 @@
let params = {
page: 1,
row: 50,
communityId: this.roomDetail.communityId,
communityId: getCommunityId(),
payerObjId: this.roomDetail.roomId,
state: '2008001'
};

View File

@ -1,7 +1,7 @@
<template>
<view>
<service-property></service-property>
<!-- <service-homemaking></service-homemaking> -->
<service-homemaking></service-homemaking>
</view>
</template>