This commit is contained in:
parent
11b4764eaf
commit
7f89ece0e6
|
@ -361,7 +361,7 @@
|
|||
ordersMassageList:[
|
||||
{massageId:that.orderXm.ordersMassageList[0].userPackageDetail.id,num: 1},
|
||||
],
|
||||
userPackageDetailId : that.ordersId,
|
||||
userPackageDetailId : that.orderXm.ordersMassageList[0].userPackageDetail.id,
|
||||
ordersId:that.ordersId
|
||||
}
|
||||
that.$Request.postJson("/app/artificer/updateOrders", data).then(res => {
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
</view>
|
||||
<view class="fei-view-list-z">
|
||||
<span>总金额</span>
|
||||
<span style="color: #FF3939;font-size: 29rpx;">¥{{order.artificerTaxiMoney}}</span>
|
||||
<span style="color: #FF3939;font-size: 29rpx;">¥{{order.taxiMoney}}</span>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -974,7 +974,7 @@
|
|||
if (that.openWay == 1) { //零钱支付
|
||||
uni.showModal({
|
||||
title: '付款提示',
|
||||
content: '确认支付' + that.order.artificerTaxiMoney + '元吗?',
|
||||
content: '确认支付' + that.order.taxiMoney + '元吗?',
|
||||
success: function(re) {
|
||||
if (re.confirm) {
|
||||
that.$queue.showLoading('支付中...')
|
||||
|
|
|
@ -629,7 +629,8 @@
|
|||
}
|
||||
.content{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
height: 100vh;
|
||||
position: relative;
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
</style>
|
|
@ -219,7 +219,7 @@
|
|||
取消订单
|
||||
</u-button>
|
||||
<u-button v-if="item.packageType=='104'||item.packageType=='105'||item.packageType=='106'" :custom-style="customStyle1" shape="circle" :plain="true"
|
||||
@click="taocanDaiBd('/my/order/payModifyTcMy?ordersId='+item.ordersId,item)" class="btns xianshi">
|
||||
@click="taocanDaiBd('/my/order/payModifyTcMyDaiB?ordersId='+item.ordersId,item)" class="btns xianshi">
|
||||
立即预约
|
||||
</u-button>
|
||||
<u-button v-else :custom-style="customStyle1" shape="circle" :plain="true"
|
||||
|
@ -438,11 +438,14 @@
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
taocanDaiBd(url,item,text){
|
||||
taocanDaiBd(url,item){
|
||||
this.$queue.setData('getJishi','');
|
||||
this.$queue.setData('mainData',item);
|
||||
uni.navigateTo({
|
||||
url:url
|
||||
})
|
||||
},
|
||||
|
||||
goNav(url,item,text) {
|
||||
this.$queue.setData('xiangmu',item);
|
||||
console.log("oldOrdersId=======",item)
|
||||
|
|
Loading…
Reference in New Issue