优化代码

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>
<!-- #ifdef H5 || WUYE -->
<!-- #ifdef H5 && WUYE -->
<view class="order_box">
<view class="order_title">我的订单</view>
<view class="order_list">

View File

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

View File

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

View File

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

View File

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