mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
f3d87916e1
commit
7f0a0397ee
@ -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">
|
||||
|
||||
@ -70,11 +70,11 @@
|
||||
},
|
||||
defProv:{
|
||||
type:String,
|
||||
default:'渝'
|
||||
default:'粤'
|
||||
},
|
||||
defChar:{
|
||||
type:String,
|
||||
default:'H'
|
||||
default:'T'
|
||||
},
|
||||
gua: {
|
||||
type: Boolean,
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
"uni-app": {
|
||||
"scripts": {
|
||||
"WUYE": {
|
||||
"title":"业主端不包含商城",
|
||||
"title":"业主端包含商城",
|
||||
"BROWSER":"",
|
||||
"env": {
|
||||
"UNI_PLATFORM": "h5"
|
||||
|
||||
@ -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": "商圈",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view>
|
||||
<service-property></service-property>
|
||||
<!-- #ifdef H5 || WUYE -->
|
||||
<!-- #ifdef H5 && WUYE -->
|
||||
<service-homemaking></service-homemaking>
|
||||
<!-- #endif -->
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user