mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化商圈 错位问题
This commit is contained in:
parent
c0df2b0583
commit
8ec446f2e3
@ -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>
|
||||||
|
|||||||
15
pages.json
15
pages.json
@ -324,8 +324,7 @@
|
|||||||
}, {
|
}, {
|
||||||
"path": "pages/mall/mall",
|
"path": "pages/mall/mall",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "商圈",
|
"navigationBarTitleText": "商圈"
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -1117,12 +1116,12 @@
|
|||||||
"iconPath": "static/images/rent.png",
|
"iconPath": "static/images/rent.png",
|
||||||
"selectedIconPath": "static/images/rent-selected.png"
|
"selectedIconPath": "static/images/rent-selected.png"
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// "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",
|
||||||
"text": "我的",
|
"text": "我的",
|
||||||
|
|||||||
@ -196,7 +196,7 @@
|
|||||||
loadApplyRoomDiscountType: function(){
|
loadApplyRoomDiscountType: function(){
|
||||||
let _that = this;
|
let _that = this;
|
||||||
let params = {
|
let params = {
|
||||||
communityId: this.roomDetail.communityId,
|
communityId: getCommunityId(),
|
||||||
page: 1,
|
page: 1,
|
||||||
row: 50
|
row: 50
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
@ -77,8 +77,8 @@
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
logoUrl: '',
|
logoUrl: '',
|
||||||
username: '',
|
username: '18909711234',
|
||||||
password: '',
|
password: '123456',
|
||||||
code: "",
|
code: "",
|
||||||
loginByPhone: false,
|
loginByPhone: false,
|
||||||
msgCode: '',
|
msgCode: '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user