4.23
This commit is contained in:
@@ -103,7 +103,7 @@ Page({
|
||||
},
|
||||
goAgree(){
|
||||
this.setData({
|
||||
showRight:flase
|
||||
showRight:false
|
||||
})
|
||||
},
|
||||
lookGood:throttle(function(){
|
||||
|
||||
@@ -331,7 +331,7 @@ handleCreateServiceChatOrder(id){
|
||||
title: '订单取消成功',
|
||||
icon:"none"
|
||||
});
|
||||
this.handleCheckInquiry();
|
||||
//this.handleCheckInquiry();
|
||||
// this.goChat()
|
||||
})
|
||||
},
|
||||
|
||||
@@ -327,7 +327,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="paybox" style="background-color: transparent;" wx:if="{{order.order_service_status==3 }}">
|
||||
<view class="submitbtn" bindtap="goChat">去使用</view>
|
||||
<view class="submitbtn" bindtap="handleCheckInquiry">去使用</view>
|
||||
</view>
|
||||
<view class="paybox" style="background-color: transparent;" wx:if="{{order.order_service_status==4 || (equity.order_service_package_detail.monthly_frequency!=0 && equity.order_service_package_detail.monthly_frequency-equity.order_service_package.month_inquiry_count==0)}}">
|
||||
<view class="submitbtn" bindtap="goXuFei">去续费</view>
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
.page{
|
||||
|
||||
margin-top: 172rpx;
|
||||
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: calc(100vh - 172rpx);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user