优化代码

This commit is contained in:
java110 2022-10-14 10:37:32 +08:00
parent f3d87916e1
commit 7f0a0397ee
5 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
</view> </view>
</view> </view>
</view> </view>
<!-- #ifdef H5 || WUYE --> <!-- #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">

View File

@ -70,11 +70,11 @@
}, },
defProv:{ defProv:{
type:String, type:String,
default:'' default:''
}, },
defChar:{ defChar:{
type:String, type:String,
default:'H' default:'T'
}, },
gua: { gua: {
type: Boolean, type: Boolean,

View File

@ -27,7 +27,7 @@
"uni-app": { "uni-app": {
"scripts": { "scripts": {
"WUYE": { "WUYE": {
"title":"业主端包含商城", "title":"业主端包含商城",
"BROWSER":"", "BROWSER":"",
"env": { "env": {
"UNI_PLATFORM": "h5" "UNI_PLATFORM": "h5"

View File

@ -600,7 +600,7 @@
"iconPath": "static/images/rent.png", "iconPath": "static/images/rent.png",
"selectedIconPath": "static/images/rent-selected.png" "selectedIconPath": "static/images/rent-selected.png"
}, },
// #ifdef H5 || WUYE // #ifdef H5 && WUYE
{ {
"pagePath": "pages/mall/mall", "pagePath": "pages/mall/mall",
"text": "商圈", "text": "商圈",

View File

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