Compare commits

..

No commits in common. "32a6160cb2f5ebca2ba8529aad4175a131651694" and "2bf4ca08d92d41d650bf27486ff288d797c9832b" have entirely different histories.

18 changed files with 205 additions and 208 deletions

View File

@ -44,7 +44,7 @@
<view class="money-pay" style="justify-content: space-between;"> <view class="money-pay" style="justify-content: space-between;">
<view class="money-pay-zhen"> <view class="money-pay-zhen">
<span></span> <span></span>
<span>{{order.priceMarkup}}</span> <span>{{order.massagePrice}}</span>
<view style="margin-left: 5px;font-size: 12px;color: #999;text-decoration: line-through;" v-if="order.ordersMassageList[0].userPackageDetail">{{order.price}}</view> <view style="margin-left: 5px;font-size: 12px;color: #999;text-decoration: line-through;" v-if="order.ordersMassageList[0].userPackageDetail">{{order.price}}</view>
</view> </view>
<view> <view>
@ -142,13 +142,16 @@
</view> </view>
<view class="flex justify-between add-lin" > <view class="flex justify-between add-lin" >
<view class="add-con-title">项目价格</view> <view class="add-con-title">项目价格</view>
<view class="add-con-cont">{{order.priceMarkup}}</view> <view class="add-con-cont">{{order.massagePrice}}</view>
</view> </view>
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">会员减免</view> <view class="add-con-title">会员折扣</view>
<view class="add-con-cont" >-{{order.vipReductionMoney}}</view> <view class="add-con-cont" >{{order.vipRate}}%</view>
</view>
<view class="flex justify-between add-lin">
<view class="add-con-title">技师加成</view>
<view class="add-con-cont" >{{order.technicianRate}}%</view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;padding-bottom:5px ;margin: 5px 0px;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;padding-bottom:5px ;margin: 5px 0px;">
<view class="add-con-title"> <view class="add-con-title">
小计 小计
@ -197,11 +200,7 @@
</view> </view>
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">订单费用</view> <view class="add-con-title">订单费用</view>
<<<<<<< .mine
<view class="add-con-cont"><text style="font-size: 26rpx; font-weight: bold;">{{order.priceMarkup}}</text></view>
=======
<view class="add-con-cont"><text>{{order.massageMoney}}</text></view> <view class="add-con-cont"><text>{{order.massageMoney}}</text></view>
>>>>>>> .theirs
</view> </view>
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">出行费用</view> <view class="add-con-title">出行费用</view>
@ -273,7 +272,14 @@
<view class="add-con-title">项目价格</view> <view class="add-con-title">项目价格</view>
<view class="add-con-cont">{{order.massagePrice}}</view> <view class="add-con-cont">{{order.massagePrice}}</view>
</view> </view>
<!-- <view class="flex justify-between add-lin">
<view class="add-con-title">会员折扣</view>
<view class="add-con-cont" >{{order.vipRate}}%</view>
</view> -->
<!-- <view class="flex justify-between add-lin">
<view class="add-con-title">技师加成</view>
<view class="add-con-cont" >{{order.technicianRate}}%</view>
</view> -->
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;padding-bottom:5px ;margin: 5px 0px;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;padding-bottom:5px ;margin: 5px 0px;">
<view class="add-con-title"> <view class="add-con-title">
小计 小计
@ -853,10 +859,7 @@
title: '支付成功' title: '支付成功'
}) })
that.getOrder() that.getOrder()
that.showpayL = false; that.showpayL = false
uni.switchTab({
url:'/pages/order/index'
})
} else { } else {
uni.showToast({ uni.showToast({
title: res.msg, title: res.msg,
@ -889,9 +892,6 @@
title: '支付成功', title: '支付成功',
icon: 'none' icon: 'none'
}) })
uni.switchTab({
url:'/pages/order/index'
})
that.getOrder() that.getOrder()
// this.$queue.showToast(''); // this.$queue.showToast('');
@ -927,10 +927,7 @@
title: '支付成功' title: '支付成功'
}) })
that.getOrder() that.getOrder()
that.showpayL = false; that.showpayL = false
uni.switchTab({
url:'/pages/order/index'
})
that.callPay(rea.data); that.callPay(rea.data);
} else { } else {
@ -960,9 +957,6 @@
title: '支付成功' title: '支付成功'
}) })
that.getOrder() that.getOrder()
uni.switchTab({
url:'/pages/order/index'
})
that.showpayL = false that.showpayL = false
uni.hideLoading(); uni.hideLoading();
const urlArr = window.location.href; const urlArr = window.location.href;
@ -997,9 +991,6 @@
title: '支付成功' title: '支付成功'
}) })
that.getOrder() that.getOrder()
uni.switchTab({
url:'/pages/order/index'
})
that.showpayL = false that.showpayL = false
that.isCheckPay(rea.code, 'wxpay', JSON.stringify(rea.data)); that.isCheckPay(rea.code, 'wxpay', JSON.stringify(rea.data));
@ -1023,9 +1014,6 @@
title: '支付成功' title: '支付成功'
}) })
that.getOrder() that.getOrder()
uni.switchTab({
url:'/pages/order/index'
})
that.showpayL = false that.showpayL = false
const div = document.createElement('div') const div = document.createElement('div')
div.innerHTML = rea.data //form div.innerHTML = rea.data //form
@ -1048,9 +1036,6 @@
title: '支付成功' title: '支付成功'
}) })
that.getOrder() that.getOrder()
uni.switchTab({
url:'/pages/order/index'
})
that.showpayL = false that.showpayL = false
that.setPayment('alipay', rea.data); that.setPayment('alipay', rea.data);
@ -1097,9 +1082,6 @@
}) })
that.showpayL = false that.showpayL = false
that.getOrder() that.getOrder()
uni.switchTab({
url:'/pages/order/index'
})
// that.showorderS=false; // that.showorderS=false;
} else { } else {
@ -1134,9 +1116,7 @@
icon: 'none' icon: 'none'
}) })
that.getOrder() that.getOrder()
uni.switchTab({
url:'/pages/order/index'
})
that.showpayL = false that.showpayL = false
// this.$queue.showToast(''); // this.$queue.showToast('');
@ -1172,9 +1152,6 @@
}) })
that.showpayL = false that.showpayL = false
that.getOrder() that.getOrder()
uni.switchTab({
url:'/pages/order/index'
})
that.callPay(rea.data); that.callPay(rea.data);
} else { } else {
@ -1203,9 +1180,6 @@
}) })
that.showpayL = false that.showpayL = false
that.getOrder() that.getOrder()
uni.switchTab({
url:'/pages/order/index'
})
const urlArr = window.location.href; const urlArr = window.location.href;
const hostUrl = urlArr.split("/"); const hostUrl = urlArr.split("/");
const callBack = hostUrl[0] + "//" + hostUrl[2] + "/"; const callBack = hostUrl[0] + "//" + hostUrl[2] + "/";
@ -1237,9 +1211,6 @@
}) })
that.showpayL = false that.showpayL = false
that.getOrder() that.getOrder()
uni.switchTab({
url:'/pages/order/index'
})
that.isCheckPay(rea.code, 'wxpay', JSON.stringify(rea.data)); that.isCheckPay(rea.code, 'wxpay', JSON.stringify(rea.data));
} }
@ -1259,9 +1230,6 @@
}) })
that.showpayL = false that.showpayL = false
that.getOrder() that.getOrder()
uni.switchTab({
url:'/pages/order/index'
})
const div = document.createElement('div') const div = document.createElement('div')
div.innerHTML = rea.data //form div.innerHTML = rea.data //form
document.body.appendChild(div) document.body.appendChild(div)
@ -1282,9 +1250,6 @@
}) })
that.showpayL = false that.showpayL = false
that.getOrder() that.getOrder()
uni.switchTab({
url:'/pages/order/index'
})
that.setPayment('alipay', rea.data); that.setPayment('alipay', rea.data);
}); });
@ -1418,6 +1383,7 @@
}); });
}, },
goOrderS(item,text) {// goOrderS(item,text) {//
let that = this let that = this
that.shengji=text that.shengji=text
let data = { let data = {
@ -1467,12 +1433,9 @@
uni.showToast({ uni.showToast({
title: '支付成功' title: '支付成功'
}) })
uni.switchTab({ uni.navigateTo({
url:'/pages/order/index' url:'/my/order/payShengji?ordersId='+that.tordersId
}) })
// uni.navigateTo({
// url:'/my/order/payShengji?ordersId='+that.tordersId
// })
// that.getOrder() // that.getOrder()
// that.showorderS=false; // that.showorderS=false;
@ -1506,8 +1469,8 @@
uni.showToast({ uni.showToast({
title: '支付成功' title: '支付成功'
}) })
uni.switchTab({ uni.navigateTo({
url:'/pages/order/index' url:'/my/order/payShengji?ordersId='+that.tordersId
}) })
// this.$queue.showToast(''); // this.$queue.showToast('');
@ -1542,8 +1505,8 @@
uni.showToast({ uni.showToast({
title: '支付成功' title: '支付成功'
}) })
uni.switchTab({ uni.navigateTo({
url:'/pages/order/index' url:'/my/order/payShengji?ordersId='+that.tordersId
}) })
that.callPay(rea.data); that.callPay(rea.data);
@ -1571,8 +1534,8 @@
uni.showToast({ uni.showToast({
title: '支付成功' title: '支付成功'
}) })
uni.switchTab({ uni.navigateTo({
url:'/pages/order/index' url:'/my/order/payShengji?ordersId='+that.tordersId
}) })
const urlArr = window.location.href; const urlArr = window.location.href;
const hostUrl = urlArr.split("/"); const hostUrl = urlArr.split("/");
@ -1602,8 +1565,8 @@
uni.showToast({ uni.showToast({
title: '支付成功' title: '支付成功'
}) })
uni.switchTab({ uni.navigateTo({
url:'/pages/order/index' url:'/my/order/payShengji?ordersId='+that.tordersId
}) })
that.isCheckPay(rea.code, 'wxpay', JSON.stringify(rea.data)); that.isCheckPay(rea.code, 'wxpay', JSON.stringify(rea.data));
} }
@ -1621,8 +1584,8 @@
uni.showToast({ uni.showToast({
title: '支付成功' title: '支付成功'
}) })
uni.switchTab({ uni.navigateTo({
url:'/pages/order/index' url:'/my/order/payShengji?ordersId='+that.tordersId
}) })
const div = document.createElement('div') const div = document.createElement('div')
div.innerHTML = rea.data //form div.innerHTML = rea.data //form
@ -1641,8 +1604,8 @@
uni.showToast({ uni.showToast({
title: '支付成功' title: '支付成功'
}) })
uni.switchTab({ uni.navigateTo({
url:'/pages/order/index' url:'/my/order/payShengji?ordersId='+that.tordersId
}) })
that.setPayment('alipay', rea.data); that.setPayment('alipay', rea.data);
}); });

View File

@ -157,8 +157,8 @@
<view class="add-con-cont" >{{order.oldMassagePrice}}</view> <view class="add-con-cont" >{{order.oldMassagePrice}}</view>
</view> </view>
<view class="flex justify-between" style="margin-top: 19rpx;"> <view class="flex justify-between" style="margin-top: 19rpx;">
<view class="add-con-title">会员减免</view> <view class="add-con-title">会员折扣</view>
<view class="add-con-cont" >-{{order.vipReductionMoney}}</view> <view class="add-con-cont" >{{order.vipRate}}%</view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;padding-bottom:5px ;margin: 5px 0px;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;padding-bottom:5px ;margin: 5px 0px;">
<view style="color: #333;font-size: 26rpx;"> <view style="color: #333;font-size: 26rpx;">
@ -291,8 +291,8 @@
<view class="add-con-cont" >{{order.ordersMassageList[0].userPackageDetail.packagePrice}}</view> <view class="add-con-cont" >{{order.ordersMassageList[0].userPackageDetail.packagePrice}}</view>
</view> </view>
<view class="flex justify-between" style="margin-top: 19rpx;"> <view class="flex justify-between" style="margin-top: 19rpx;">
<view class="add-con-title">会员减免</view> <view class="add-con-title">会员折扣</view>
<view class="add-con-cont" >-{{order.vipReductionMoney}}</view> <view class="add-con-cont" >{{order.vipRate}}%</view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;padding-bottom:5px ;margin: 5px 0px;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;padding-bottom:5px ;margin: 5px 0px;">
<view style="color: #333;font-size: 26rpx;"> <view style="color: #333;font-size: 26rpx;">

View File

@ -43,7 +43,7 @@
<view class="money-pay" style="justify-content: space-between;"> <view class="money-pay" style="justify-content: space-between;">
<view class="money-pay-zhen"> <view class="money-pay-zhen">
<span></span> <span></span>
<span>{{order.priceMarkup}}</span> <span>{{order.massagePrice}}</span>
</view> </view>
<view> <view>
<uni-number-box :disabled="true" :value="order.massageNum" :width='27' :min="1" @change="changeValue" /> <uni-number-box :disabled="true" :value="order.massageNum" :width='27' :min="1" @change="changeValue" />
@ -142,12 +142,16 @@
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">项目价格</view> <view class="line-word">项目价格</view>
<view class="line-word-r" v-if="order.oldPriceMarkup==null">{{order.priceMarkup}}</view> <view class="line-word-r" v-if="order.oldMassagePrice==null">{{order.massagePrice}}</view>
<view class="line-word-r" v-else>{{order.oldPriceMarkup}}</view> <view class="line-word-r" v-else>{{order.oldMassagePrice}}</view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="add-con-title">会员减免</view> <view class="line-word">会员折扣</view>
<view class="add-con-cont" >-{{order.vipReductionMoney}}</view> <view class="line-word-r">{{order.vipRate}}%</view>
</view>
<view class="flex justify-between jusitify-line">
<view class="line-word">技师加成</view>
<view class="line-word-r">{{order.technicianRate}}%</view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word"> <view class="line-word">
@ -206,7 +210,7 @@
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">加钟价格</view> <view class="line-word">加钟价格</view>
<view class="line-word-r">{{order.addPriceMarkup}}</view> <view class="line-word-r">{{order.addPrice}}</view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">加钟时长</view> <view class="line-word">加钟时长</view>
@ -217,10 +221,13 @@
<view class="line-word-r">{{order.addNum}}</view> <view class="line-word-r">{{order.addNum}}</view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="add-con-title">会员减免</view> <view class="line-word">会员折扣</view>
<view class="add-con-cont" >-{{order.addVipReductionMoney}}</view> <view class="line-word-r">{{order.vipRate}}%</view>
</view>
<view class="flex justify-between jusitify-line">
<view class="line-word">技师加成</view>
<view class="line-word-r">{{order.technicianRate}}%</view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">小计</view> <view class="line-word">小计</view>
<view class="" style="color: #333;"><text <view class="" style="color: #333;"><text
@ -321,8 +328,14 @@
<view class="line-word-r" v-if="order.oldMassagePrice==null">{{order.massagePrice}}</view> <view class="line-word-r" v-if="order.oldMassagePrice==null">{{order.massagePrice}}</view>
<view class="line-word-r" v-else>{{order.oldMassagePrice}}</view> <view class="line-word-r" v-else>{{order.oldMassagePrice}}</view>
</view> </view>
<!-- <view class="jusitify-line">
<view class="line-word">会员折扣</view>
<view class="line-word-r">{{order.vipRate}}%</view>
</view>
<view class="flex justify-between jusitify-line">
<view style="color: #999;font-size: 26rpx;">技师加成</view>
<view class="line-word-r">{{order.technicianRate}}%</view>
</view> -->
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word"> <view class="line-word">
小计 小计
@ -380,7 +393,7 @@
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">加钟价格</view> <view class="line-word">加钟价格</view>
<view class="line-word-r">{{order.addPriceMarkup}}</view> <view class="line-word-r">{{order.addPrice}}</view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">加钟时长</view> <view class="line-word">加钟时长</view>
@ -391,10 +404,13 @@
<view class="line-word-r">{{order.addNum}}</view> <view class="line-word-r">{{order.addNum}}</view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="add-con-title">会员减免</view> <view class="line-word">会员折扣</view>
<view class="add-con-cont" >-{{order.addVipReductionMoney}}</view> <view class="line-word-r">{{order.vipRate}}%</view>
</view>
<view class="flex justify-between jusitify-line">
<view style="color: #999;font-size: 30rpx;">技师加成</view>
<view class="line-word-r">{{order.technicianRate}}%</view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">小计</view> <view class="line-word">小计</view>
<view class="" style="color: #333;"><text <view class="" style="color: #333;"><text

View File

@ -21,10 +21,7 @@
<view class="money-pay"> <view class="money-pay">
<view class="money-pay-zhen"> <view class="money-pay-zhen">
<span></span> <span></span>
<span v-if="jishiName!=null||jishiName==''"> <span>{{orderXm.price}}</span>
{{technicianRate}}
</span>
<span v-else>{{orderXm.price}}</span>
</view> </view>
<view v-if="orderXm.qyType!='1'"> <view v-if="orderXm.qyType!='1'">
<uni-number-box :width='27' :min="1" @change="changeValue" /> <uni-number-box :width='27' :min="1" @change="changeValue" />
@ -124,6 +121,26 @@
</view> </view>
</view> </view>
<!-- <view class="margin-top-xl pay-ding">
<view class="d-title" style="margin-bottom: 5px;">服务保障</view>
<view class="list-pay">
<view class="list-pay-text">
<span>*每单保险</span>
<span>赠送意外险每单保障您的人身及财产安全</span>
</view>
<view class="list-pay-text">
<span>*迟到补偿</span>
<span>调理师迟到按迟到时长规则补偿一定金额给客户</span>
</view>
<view class="list-pay-text">
<span>*不满意退全款</span>
<span>服务不满意可在订单结束48小时内向平台提出异议</span>
</view>
</view>
<view class="checkbox-data">
<uni-data-checkbox v-model="radio1" :localdata="sex"></uni-data-checkbox>
</view>
</view> -->
</view> </view>
@ -283,8 +300,7 @@
couponDataList:'', couponDataList:'',
orderXm:[], orderXm:[],
number:1, number:1,
qyMinNum:'', qyMinNum:''
technicianRate:''
} }
}, },
onLoad(e) { onLoad(e) {
@ -303,14 +319,15 @@
this.yearsDate = Time; this.yearsDate = Time;
this.jishiName=this.$queue.getData('getJishi'); this.jishiName=this.$queue.getData('getJishi');
if(this.jishiName){
this.getMsTime(Time);
}
this.couponId=this.$queue.getData('youhui'); this.couponId=this.$queue.getData('youhui');
if(this.couponId){ if(this.couponId){
this.youhuiF(this.couponId) this.youhuiF(this.couponId)
} }
this.orderXm=this.$queue.getData('xiangmu');// this.orderXm=this.$queue.getData('xiangmu');//
console.log("this.orderXm",this.orderXm) console.log("this.orderXm",this.orderXm)
this.ordersId = this.$queue.getData('ordersId'); this.ordersId = this.$queue.getData('ordersId');
this.userPackageDetailId = this.$queue.getData('userPackageDetailId'); this.userPackageDetailId = this.$queue.getData('userPackageDetailId');
this.youhui() this.youhui()
@ -318,10 +335,6 @@
this.qyMinNum=this.orderXm.qyMinNum; this.qyMinNum=this.orderXm.qyMinNum;
this.number=this.orderXm.qyMinNum; this.number=this.orderXm.qyMinNum;
} }
if(this.jishiName){
this.getMsTime(Time);
this.technicianRate=Math.ceil((this.orderXm.price*this.number)+(this.orderXm.price*this.number*(this.jishiName.technicianTypeRate/100)))
}
}, },
onShow() { onShow() {

View File

@ -26,16 +26,10 @@
</view> </view>
</view> </view>
<view class="money-pay"> <view class="money-pay">
<view class="money-pay-zhen" v-if="orderXm.userPackageDetailId==null"> <view class="money-pay-zhen">
<span></span> <span></span>
<span v-if="jishiName!=null||jishiName==''"> <span>{{orderXm.price}}</span>
{{technicianRate}} <!-- <span style="color: #666;font-size: 12px;">x{{orderXm.massageNum}}</span> -->
</span>
<span v-else>{{orderXm.priceMarkup}}</span>
</view>
<view class="money-pay-zhen" v-else>
<span></span>
<span>{{orderXm.priceMarkup}}</span>
</view> </view>
<view> <view>
<uni-number-box :disabled="true" :value="orderXm.massageNum" :width='27' :min="1" @change="changeValue" /> <uni-number-box :disabled="true" :value="orderXm.massageNum" :width='27' :min="1" @change="changeValue" />
@ -308,7 +302,6 @@
couponDataList:'', couponDataList:'',
orderXm:[], orderXm:[],
number:1, number:1,
technicianRate:''
} }
}, },
onLoad(e) { onLoad(e) {
@ -326,7 +319,9 @@
let Time = year + '-' + fullDate let Time = year + '-' + fullDate
this.yearsDate = Time; this.yearsDate = Time;
this.jishiName=this.$queue.getData('getJishi'); this.jishiName=this.$queue.getData('getJishi');
if(this.jishiName){
this.getMsTime(Time);
}
this.couponId=this.$queue.getData('youhui'); this.couponId=this.$queue.getData('youhui');
if(this.couponId){ if(this.couponId){
this.youhuiF(this.couponId) this.youhuiF(this.couponId)
@ -337,11 +332,7 @@
console.log('this.orderXm',this.orderXm) console.log('this.orderXm',this.orderXm)
this.youhui() this.youhui()
// this.getOrder() // this.getOrder()
if(this.jishiName){ // couponMoney
this.getMsTime(Time);
this.technicianRate=Math.ceil(this.orderXm.price+(this.orderXm.price*(this.jishiName.technicianTypeRate/100)))
console.log("jishiName",this.jishiName)
}
}, },
onShow() { onShow() {

View File

@ -36,15 +36,9 @@
</view> </view>
<view class="money-pay" style="justify-content: space-between;"> <view class="money-pay" style="justify-content: space-between;">
<view class="money-pay-zhen" v-if="orderXm.userPackageDetailId==null"> <view class="money-pay-zhen">
<span></span> <span></span>
<span> <span>{{orderXm.massagePrice}}</span>
{{technicianRate}}
</span>
</view>
<view class="money-pay-zhen" v-else>
<span></span>
<span>{{orderXm.priceMarkup}}</span>
</view> </view>
<view> <view>
<uni-number-box :disabled="true" :value="orderXm.ordersMassageList[0].num" :width='27' :min="1" @change="changeValue" /> <uni-number-box :disabled="true" :value="orderXm.ordersMassageList[0].num" :width='27' :min="1" @change="changeValue" />
@ -330,7 +324,6 @@
couponDataList:'', couponDataList:'',
orderXm:[], orderXm:[],
number:1, number:1,
technicianRate:''
} }
}, },
onLoad(e) { onLoad(e) {
@ -352,18 +345,17 @@
this.userPackageDetailId = this.$queue.getData('userPackageDetailId'); this.userPackageDetailId = this.$queue.getData('userPackageDetailId');
this.youhui() this.youhui()
this.jishiName=this.$queue.getData('getJishi'); this.jishiName=this.$queue.getData('getJishi');
if(this.jishiName){
this.getMsTime(Time);
}else{
this.jishiName=this.orderXm;
}
console.log("this.jishiName===>",this.orderXm)
this.couponId=this.$queue.getData('youhui'); this.couponId=this.$queue.getData('youhui');
if(this.couponId){ if(this.couponId){
this.youhuiF(this.couponId) this.youhuiF(this.couponId)
} }
if(this.jishiName){
this.getMsTime(Time);
this.technicianRate=Math.ceil(this.orderXm.price+(this.orderXm.price*(this.jishiName.technicianTypeRate/100)))
}else{
this.jishiName=this.orderXm;
this.technicianRate=Math.ceil(this.orderXm.price+(this.orderXm.price*(this.orderXm.technicianRate/100)))
}
console.log("jishiName",this.jishiName)
// this.getOrder() // this.getOrder()
}, },

View File

@ -44,7 +44,7 @@
<view class="money-pay" style="justify-content: space-between;"> <view class="money-pay" style="justify-content: space-between;">
<view class="money-pay-zhen"> <view class="money-pay-zhen">
<span></span> <span></span>
<span>{{order.priceMarkup}} </span> <span>{{order.massagePrice}} </span>
<!-- <span style="color: #666;font-size: 12px;margin-left: 3px;"> x{{order.massageNum}}</span> --> <!-- <span style="color: #666;font-size: 12px;margin-left: 3px;"> x{{order.massageNum}}</span> -->
</view> </view>
<view> <view>
@ -144,13 +144,16 @@
</view> </view>
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">项目价格</view> <view class="add-con-title">项目价格</view>
<view class="add-con-cont">{{order.priceMarkup}}</view> <view class="add-con-cont">{{order.massagePrice}}</view>
</view> </view>
<view class="flex justify-between add-lin" > <view class="flex justify-between add-lin" >
<view class="add-con-title">会员减免</view> <view class="add-con-title">会员折扣</view>
<view class="add-con-cont">-{{order.vipReductionMoney}}</view> <view class="add-con-cont">{{order.vipRate}}%</view>
</view>
<view class="flex justify-between add-lin" >
<view class="add-con-title">技师加成</view>
<view class="add-con-cont">{{order.technicianRate}}%</view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;">
<view style="color: #333;font-size: 26rpx;">小计</view> <view style="color: #333;font-size: 26rpx;">小计</view>
<view class="" style="color: #333;"><text <view class="" style="color: #333;"><text
@ -200,7 +203,7 @@
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">订单费用</view> <view class="add-con-title">订单费用</view>
<view class="add-con-cont"><text <view class="add-con-cont"><text
style="font-size: 26rpx;font-weight: bold;">{{order.priceMarkup}}</text></view> style="font-size: 26rpx;font-weight: bold;">{{order.massageMoney}}</text></view>
</view> </view>
<view class="flex justify-between add-lin" v-if="order.taxiMoney"> <view class="flex justify-between add-lin" v-if="order.taxiMoney">
<view class="add-con-title">出行费用</view> <view class="add-con-title">出行费用</view>

View File

@ -37,7 +37,7 @@
<view class="money-pay" style="justify-content: space-between;"> <view class="money-pay" style="justify-content: space-between;">
<view class="money-pay-zhen"> <view class="money-pay-zhen">
<span></span> <span></span>
<span>{{order.priceMarkup}}</span> <span>{{order.massagePrice}}</span>
</view> </view>
<view> <view>
<uni-number-box :disabled="true" :value="order.massageNum" :width='27' :min="1" @change="changeValue" /> <uni-number-box :disabled="true" :value="order.massageNum" :width='27' :min="1" @change="changeValue" />
@ -135,18 +135,21 @@
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view style="color: #999;font-size: 26rpx;">项目价格</view> <view style="color: #999;font-size: 26rpx;">项目价格</view>
<view class="line-word-r" v-if="order.oldPriceMarkup==null">{{order.priceMarkup}}</view> <view class="line-word-r" v-if="order.oldMassagePrice==null">{{order.massagePrice}}</view>
<view class="line-word-r" v-else>{{order.oldPriceMarkup}}</view> <view class="line-word-r" v-else>{{order.oldMassagePrice}}</view>
</view> </view>
<view class="flex justify-between jusitify-line" > <view class="flex justify-between jusitify-line" >
<view style="color: #999;font-size: 26rpx;">下单数量</view> <view style="color: #999;font-size: 26rpx;">下单数量</view>
<view class="line-word-r">{{order.massageNum}}</view> <view class="line-word-r">{{order.massageNum}}</view>
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view style="color: #999;font-size: 26rpx;">会员减免</view> <view style="color: #999;font-size: 26rpx;">会员折扣</view>
<view class="line-word-r" >-{{order.vipReductionMoney}}</view> <view class="line-word-r">{{order.vipRate}}%</view>
</view>
<view class="flex justify-between jusitify-line">
<view style="color: #999;font-size: 26rpx;">技师加成</view>
<view class="line-word-r">{{order.technicianRate}}%</view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;">
<view style="color: #333;font-size: 26rpx;"> <view style="color: #333;font-size: 26rpx;">
小计 小计
@ -202,7 +205,7 @@
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">加钟价格</view> <view class="line-word">加钟价格</view>
<view class="line-word-r">{{order.addPriceMarkup}}</view> <view class="line-word-r">{{order.addPrice}}</view>
</view> </view>
<view class="flex justify-between jusitify-line" > <view class="flex justify-between jusitify-line" >
<view class="line-word">加钟时长</view> <view class="line-word">加钟时长</view>
@ -213,10 +216,13 @@
<view class="line-word-r">{{order.addNum}}</view> <view class="line-word-r">{{order.addNum}}</view>
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view style="color: #999;font-size: 26rpx;">会员减免</view> <view class="line-word">会员折扣</view>
<view class="line-word-r" >-{{order.addVipReductionMoney}}</view> <view class="line-word-r">{{order.vipRate}}%</view>
</view>
<view class="flex justify-between jusitify-line">
<view class="line-word">技师加成</view>
<view class="line-word-r">{{order.technicianRate}}%</view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;">
<view style="color: #333;font-size: 26rpx;">小计</view> <view style="color: #333;font-size: 26rpx;">小计</view>
<view class="" style="color: #333;"><text <view class="" style="color: #333;"><text
@ -236,7 +242,7 @@
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">项目价格</view> <view class="line-word">项目价格</view>
<view class="line-word-r">{{order.priceMarkup}}</view> <view class="line-word-r">{{order.massagePrice}}</view>
</view> </view>
<view class="flex justify-between jusitify-line" > <view class="flex justify-between jusitify-line" >
<view class="line-word">服务时长</view> <view class="line-word">服务时长</view>
@ -244,13 +250,16 @@
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">升级差额</view> <view class="line-word">升级差额</view>
<view class="line-word-r">{{(order.priceMarkup - order.oldPriceMarkup).toFixed(2)}}</view> <view class="line-word-r">{{(order.massagePrice - order.oldMassagePrice).toFixed(2)}}</view>
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view style="color: #999;font-size: 26rpx;">会员减免</view> <view class="line-word">会员折扣</view>
<view class="line-word-r" >-{{order.vipReductionMoney}}</view> <view class="line-word-r">{{order.vipRate}}%</view>
</view>
<view class="flex justify-between jusitify-line">
<view class="line-word">技师加成</view>
<view class="line-word-r">{{order.technicianRate}}%</view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;">
<view style="color: #333;font-size: 26rpx;">小计</view> <view style="color: #333;font-size: 26rpx;">小计</view>
<view class="" style="color: #333;"> <view class="" style="color: #333;">
@ -267,19 +276,10 @@
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">订单费用</view> <view class="line-word">订单费用</view>
<<<<<<< .mine
<view class="line-word-r" v-if="order.oldPriceMarkup==null"><text
style="font-size: 26rpx;font-weight: bold;">{{order.priceMarkup}}</text></view>
=======
<view class="line-word-r" v-if="order.oldMassageMoney==null"><text <view class="line-word-r" v-if="order.oldMassageMoney==null"><text
style="font-weight: bold;">{{order.massageMoney}}</text></view> style="font-weight: bold;">{{order.massageMoney}}</text></view>
>>>>>>> .theirs
<view class="line-word-r" v-else><text <view class="line-word-r" v-else><text
<<<<<<< .mine
style="font-size: 26rpx;font-weight: bold;">{{order.oldPriceMarkup}}</text></view>
=======
style="font-weight: bold;">{{order.oldMassageMoney}}</text></view> style="font-weight: bold;">{{order.oldMassageMoney}}</text></view>
>>>>>>> .theirs
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
@ -374,6 +374,11 @@
<view style="color: #999;font-size: 26rpx;">下单数量</view> <view style="color: #999;font-size: 26rpx;">下单数量</view>
<view class="line-word-r">{{order.massageNum}}</view> <view class="line-word-r">{{order.massageNum}}</view>
</view> </view>
<!-- <view class="flex justify-between jusitify-line">
<view style="color: #999;font-size: 26rpx;">会员折扣</view>
<view class="line-word-r">100%</view>
</view> -->
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;">
<view style="color: #333;font-size: 26rpx;"> <view style="color: #333;font-size: 26rpx;">
小计 小计
@ -429,7 +434,7 @@
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">加钟价格</view> <view class="line-word">加钟价格</view>
<view class="line-word-r">{{order.addPriceMarkup}}</view> <view class="line-word-r">{{order.addPrice}}</view>
</view> </view>
<view class="flex justify-between jusitify-line" > <view class="flex justify-between jusitify-line" >
<view class="line-word">加钟时长</view> <view class="line-word">加钟时长</view>
@ -440,10 +445,13 @@
<view class="line-word-r">{{order.addNum}}</view> <view class="line-word-r">{{order.addNum}}</view>
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view style="color: #999;font-size: 26rpx;">会员减免</view> <view class="line-word">会员折扣</view>
<view class="line-word-r" >-{{order.addVipReductionMoney}}</view> <view class="line-word-r">{{order.vipRate}}%</view>
</view>
<view class="flex justify-between jusitify-line">
<view class="line-word">技师加成</view>
<view class="line-word-r">{{order.technicianRate}}%</view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;">
<view style="color: #333;font-size: 26rpx;">小计</view> <view style="color: #333;font-size: 26rpx;">小计</view>
<view class="" style="color: #333;"><text <view class="" style="color: #333;"><text
@ -463,7 +471,7 @@
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">项目价格</view> <view class="line-word">项目价格</view>
<view class="line-word-r">{{order.priceMarkup}}</view> <view class="line-word-r">{{order.massagePrice}}</view>
</view> </view>
<view class="flex justify-between jusitify-line" > <view class="flex justify-between jusitify-line" >
<view class="line-word">服务时长</view> <view class="line-word">服务时长</view>
@ -471,13 +479,16 @@
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">升级差额</view> <view class="line-word">升级差额</view>
<view class="line-word-r">{{(order.priceMarkup-order.oldPriceMarkup).toFixed(2)}}</view> <view class="line-word-r">{{(order.massagePrice-order.oldMassagePrice).toFixed(2)}}</view>
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view style="color: #999;font-size: 26rpx;">会员减免</view> <view class="line-word">会员折扣</view>
<view class="line-word-r" >-{{order.vipReductionMoney}}</view> <view class="line-word-r">{{order.vipRate}}%</view>
</view>
<view class="flex justify-between jusitify-line">
<view class="line-word">技师加成</view>
<view class="line-word-r">{{order.technicianRate}}%</view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;">
<view style="color: #333;font-size: 26rpx;">小计</view> <view style="color: #333;font-size: 26rpx;">小计</view>
<view class="" style="color: #333;"><text <view class="" style="color: #333;"><text

View File

@ -42,7 +42,7 @@
<view class="money-pay" style="justify-content: space-between;"> <view class="money-pay" style="justify-content: space-between;">
<view class="money-pay-zhen"> <view class="money-pay-zhen">
<span></span> <span></span>
<span>{{order.priceMarkup}} </span> <span>{{order.massagePrice}} </span>
<!-- <span style="color: #666;font-size: 12px;margin-left: 3px;"> x{{order.massageNum}}</span> --> <!-- <span style="color: #666;font-size: 12px;margin-left: 3px;"> x{{order.massageNum}}</span> -->
</view> </view>
<view> <view>
@ -142,13 +142,16 @@
</view> </view>
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">项目价格</view> <view class="add-con-title">项目价格</view>
<view class="add-con-cont">{{order.priceMarkup}}</view> <view class="add-con-cont">{{order.massagePrice}}</view>
</view> </view>
<view class="flex justify-between add-lin" > <view class="flex justify-between add-lin" >
<view class="add-con-title">会员减免</view> <view class="add-con-title">会员折扣</view>
<view class="add-con-cont">-{{order.vipReductionMoney}}</view> <view class="add-con-cont">{{order.vipRate}}%</view>
</view>
<view class="flex justify-between add-lin" >
<view class="add-con-title">技师加成</view>
<view class="add-con-cont">{{order.technicianRate}}%</view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;">
<view style="color: #333;font-size: 26rpx;">小计</view> <view style="color: #333;font-size: 26rpx;">小计</view>
<view class="" style="color: #333;"><text <view class="" style="color: #333;"><text
@ -198,7 +201,7 @@
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">订单费用</view> <view class="add-con-title">订单费用</view>
<view class="add-con-cont"><text <view class="add-con-cont"><text
style="font-size: 26rpx;font-weight: bold;">{{order.priceMarkup}}</text></view> style="font-size: 26rpx;font-weight: bold;">{{order.massageMoney}}</text></view>
</view> </view>
<view class="flex justify-between add-lin" v-if="order.taxiMoney"> <view class="flex justify-between add-lin" v-if="order.taxiMoney">
<view class="add-con-title">出行费用</view> <view class="add-con-title">出行费用</view>

View File

@ -70,9 +70,9 @@
<span>优惠券</span> <span>优惠券</span>
<span style="color: rgb(249, 55, 49);">-{{order.couponMoney}}</span> <span style="color: rgb(249, 55, 49);">-{{order.couponMoney}}</span>
</view> </view>
<view class="fei-view-list" v-if="order.vipReductionMoney"> <view class="fei-view-list" v-if="order.vipRate">
<view>会员减免</view> <span>会员折扣</span>
<view>-{{order.vipReductionMoney}}</view> <span>{{order.vipRate}}%</span>
</view> </view>
<view class="fei-view-list-z"> <view class="fei-view-list-z">
<span>总金额</span> <span>总金额</span>

View File

@ -184,7 +184,9 @@
<view class="" style="color: #F93731;"><text <view class="" style="color: #F93731;"><text
style="font-size: 35rpx;font-weight: bold;">{{order.sumMoney}}</text></view> style="font-size: 35rpx;font-weight: bold;">{{order.sumMoney}}</text></view>
</view> </view>
--> <view class="flex justify-between" style="margin-top: 19rpx;margin-bottom: 10px;">
<view style="color: rgb(249, 55, 49);font-size: 26rpx;">会员折扣{{order.vipRate}}%技师浮动比例{{order.techniciaRate}}%</view>
</view> -->
</view> </view>
</view> </view>
<view class="pay-ding feiuong"> <view class="pay-ding feiuong">
@ -200,9 +202,8 @@
<span>-{{order.couponMoney}}</span> <span>-{{order.couponMoney}}</span>
</view> </view>
<view class="fei-view-list"> <view class="fei-view-list">
<span>会员折扣</span>
<view>会员减免</view> <span>{{order.vipRate}}%</span>
<view>-{{order.vipReductionMoney}}</view>
</view> </view>
<view class="fei-view-list"> <view class="fei-view-list">
<span>技师等级</span> <span>技师等级</span>

View File

@ -70,10 +70,9 @@
<span>优惠券</span> <span>优惠券</span>
<span style="color: rgb(249, 55, 49);">-{{order.couponMoney}}</span> <span style="color: rgb(249, 55, 49);">-{{order.couponMoney}}</span>
</view> </view>
<view class="fei-view-list" v-if="order.vipReductionMoney"> <view class="fei-view-list" v-if="order.vipRate">
<span>会员折扣</span>
<view>会员减免</view> <span>{{order.vipRate}}%</span>
<view>-{{order.vipReductionMoney}}</view>
</view> </view>
<view class="fei-view-list-z"> <view class="fei-view-list-z">
<span>总金额</span> <span>总金额</span>

View File

@ -144,10 +144,13 @@
<view class="add-con-cont">{{order.massagePrice}}</view> <view class="add-con-cont">{{order.massagePrice}}</view>
</view> </view>
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">会员减免</view> <view class="add-con-title">会员折扣</view>
<view class="add-con-cont" >-{{order.vipReductionMoney}}</view> <view class="add-con-cont">{{order.vipRate}}%</view>
</view>
<view class="flex justify-between add-lin" >
<view class="add-con-title">技师加成</view>
<view class="add-con-cont">{{order.technicianRate}}%</view>
</view> </view>
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">应付金额</view> <view class="add-con-title">应付金额</view>
<view class="add-con-cont">{{order.massagePrice}}</view> <view class="add-con-cont">{{order.massagePrice}}</view>

View File

@ -63,10 +63,9 @@
<span>优惠券</span> <span>优惠券</span>
<span style="color: rgb(249, 55, 49);">-{{order.couponMoney}}</span> <span style="color: rgb(249, 55, 49);">-{{order.couponMoney}}</span>
</view> </view>
<view class="fei-view-list" v-if="order.vipReductionMoney"> <view class="fei-view-list" v-if="order.vipRate">
<span>会员折扣</span>
<view>会员减免</view> <span>{{order.vipRate}}%</span>
<view>-{{order.vipReductionMoney}}</view>
</view> </view>
<view class="fei-view-list-z"> <view class="fei-view-list-z">
<span>总金额</span> <span>总金额</span>

View File

@ -156,8 +156,8 @@
<view class="" style="color: #333;font-size: 26rpx;">{{order.massagePrice}}</view> <view class="" style="color: #333;font-size: 26rpx;">{{order.massagePrice}}</view>
</view> </view>
<view class="flex justify-between" style="margin-top: 19rpx;"> <view class="flex justify-between" style="margin-top: 19rpx;">
<view class="add-con-title">会员减免</view> <view style="color: #999;font-size: 26rpx;">会员折扣</view>
<view class="add-con-cont" >-{{order.vipReductionMoney}}</view> <view class="" style="color: #333;font-size: 26rpx;">{{order.vipRate}}%</view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;border-bottom:1px solid #ccc;padding-bottom:5px ;margin: 5px 0px;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;border-bottom:1px solid #ccc;padding-bottom:5px ;margin: 5px 0px;">
<view style="color: #333;font-size: 26rpx;">小计</view> <view style="color: #333;font-size: 26rpx;">小计</view>
@ -222,7 +222,9 @@
<view class="" style="color: #F93731;"><text <view class="" style="color: #F93731;"><text
style="font-size: 35rpx;font-weight: bold;">{{order.sumMoney}}</text></view> style="font-size: 35rpx;font-weight: bold;">{{order.sumMoney}}</text></view>
</view> </view>
--> <view class="flex justify-between" style="margin-top: 19rpx;margin-bottom: 10px;">
<view style="color: rgb(249, 55, 49);font-size: 26rpx;">会员折扣{{order.vipRate}}%技师浮动比例{{order.techniciaRate}}%</view>
</view> -->
</view> </view>
</view> </view>
<view class="pay-ding feiuong"> <view class="pay-ding feiuong">
@ -254,7 +256,10 @@
<span>优惠券</span> <span>优惠券</span>
<span>-{{order.couponMoney}}</span> <span>-{{order.couponMoney}}</span>
</view> </view>
<view class="fei-view-list">
<span>会员折扣</span>
<span>{{order.vipRate}}%</span>
</view>
<view class="fei-view-list"> <view class="fei-view-list">
<span>服务费用</span> <span>服务费用</span>

View File

@ -470,7 +470,6 @@
}, },
goNav(url,item,text) { goNav(url,item,text) {
this.$queue.setData('xiangmu',item); this.$queue.setData('xiangmu',item);
this.$queue.setData('getJishi','')
if(item.isSupplement=='2'){// if(item.isSupplement=='2'){//
if(item.addNum||item.isSupplement=='2'){ if(item.addNum||item.isSupplement=='2'){
uni.navigateTo({ uni.navigateTo({

View File

@ -42,8 +42,8 @@
<span class="headset-text1">专家</span> <span class="headset-text1">专家</span>
</view>--> </view>-->
<view class="headset-line"> <view class="headset-line">
<image class="headset-img" :src="order.technicianType=='3'?'../../static/vip/headset1.png':order.technicianType=='4'?'../../static/vip/headset3.png':'../../static/vip/headset2.png'" mode=""></image> <image class="headset-img" src="../../static/vip/headset3.png" mode=""></image>
<span class="headset-text2">{{order.technicianTypeName}}</span> <span class="headset-text2">资深</span>
</view> </view>
<view class="keyuyue"> <view class="keyuyue">
<view> <view>

View File

@ -4,7 +4,6 @@
<image style="width: 380rpx; height: 330rpx;" src="../../static/coming.png" mode=""></image> <image style="width: 380rpx; height: 330rpx;" src="../../static/coming.png" mode=""></image>
<view class="com-text">系统建设中,敬请期待</view> <view class="com-text">系统建设中,敬请期待</view>
</view> </view>
<!-- v-if="videoShow==true" -->
<swiper v-if="videoShow==true" @animationfinish="qiehuan" :current="activeIndex" @change="swiper" :circular="index==0?true:false" vertical <swiper v-if="videoShow==true" @animationfinish="qiehuan" :current="activeIndex" @change="swiper" :circular="index==0?true:false" vertical
class="list"> class="list">
<swiper-item disable-programmatic-animation class="item" v-for="(item,index) in list" :key="index"> <swiper-item disable-programmatic-animation class="item" v-for="(item,index) in list" :key="index">
@ -12,7 +11,7 @@
@timeupdate="long($event,item,index)" :id="'Video'+index" class="video" @timeupdate="long($event,item,index)" :id="'Video'+index" class="video"
:show-center-play-btn='false' :controls="false" object-fit="cover" :autoplay='false' loop :show-center-play-btn='false' :controls="false" object-fit="cover" :autoplay='false' loop
src="https://media.w3.org/2010/05/sintel/trailer.mp4"> src="https://media.w3.org/2010/05/sintel/trailer.mp4">
<cover-view class="back" v-if="item.active==false"> <cover-view class="back" v-if="!item.active">
<cover-image class="pauseIcon" src="../../static/bofang.png"></cover-image> <cover-image class="pauseIcon" src="../../static/bofang.png"></cover-image>
</cover-view> </cover-view>
<cover-view class="iconList"> <cover-view class="iconList">
@ -301,7 +300,7 @@
.video { .video {
flex: 1; flex: 1;
width: 100%; width: 100%;
height: 90%; height: 97%;
} }
.back { .back {