mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
加入家政订单
This commit is contained in:
parent
757e422ac7
commit
b682ec5891
@ -46,6 +46,12 @@
|
||||
<text class="text-grey">商城订单</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-item arrow" @click="housekeepingOrder()">
|
||||
<view class="content">
|
||||
<text class="cuIcon-shopfill text-orange"></text>
|
||||
<text class="text-grey">家政订单</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-item arrow" @click="feeDetail()">
|
||||
<view class="content">
|
||||
<text class="cuIcon-profile text-pink"></text>
|
||||
@ -333,6 +339,20 @@
|
||||
url: '/pages/hcWebView/hcWebView?url='+_url
|
||||
});
|
||||
});
|
||||
},
|
||||
housekeepingOrder:function(){
|
||||
let that = this;
|
||||
let _communityId = '';
|
||||
getCurCommunity()
|
||||
.then(res=>{
|
||||
_communityId = res.communityId;
|
||||
return getHcCode();
|
||||
}).then(_data => {
|
||||
let _url = "/pages/homemarking/order?hcCommunityId="+_communityId+"&hcCode="+_data.hcCode;
|
||||
uni.navigateTo({
|
||||
url: '/pages/hcWebView/hcWebView?url='+_url
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user