优化代码

This commit is contained in:
wuxw 2025-04-11 17:33:41 +08:00
parent e111076e68
commit 1151091c58
3 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@
</view> </view>
</view> </view>
<!-- <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">
<view class="list"> <view class="list">
@ -22,7 +22,7 @@
</view> </view>
</view> </view>
</view> </view>
</view> --> </view>
<auth-owner-dialog ref="authOwnerDialogRef"></auth-owner-dialog> <auth-owner-dialog ref="authOwnerDialogRef"></auth-owner-dialog>
</view> </view>

View File

@ -1119,12 +1119,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,7 +1,7 @@
<template> <template>
<view> <view>
<service-property></service-property> <service-property></service-property>
<!-- <service-homemaking></service-homemaking> --> <service-homemaking></service-homemaking>
</view> </view>
</template> </template>