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>
|
</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">
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
"uni-app": {
|
"uni-app": {
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"WUYE": {
|
"WUYE": {
|
||||||
"title":"业主端不包含商城",
|
"title":"业主端包含商城",
|
||||||
"BROWSER":"",
|
"BROWSER":"",
|
||||||
"env": {
|
"env": {
|
||||||
"UNI_PLATFORM": "h5"
|
"UNI_PLATFORM": "h5"
|
||||||
|
|||||||
@ -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": "商圈",
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user