|
@@ -113,7 +113,7 @@
|
|
|
选择观影人
|
|
|
</view>
|
|
|
<view class="add-btn u-flex u-row-center" @click="addVisitor">
|
|
|
- <image class="img" :src="staticUrl+'/img/car.png'" ></image>
|
|
|
+ <!-- <image class="img" :src="staticUrl+'/img/car.png'" ></image> -->
|
|
|
添加观影人信息
|
|
|
</view>
|
|
|
<view class="list">
|
|
@@ -164,6 +164,9 @@
|
|
|
visitorList:[],//游客列表
|
|
|
selectedVisitor:[],//选中的游客
|
|
|
params:{},//要提交的数据
|
|
|
+ orderId:'',//订单提交获取
|
|
|
+ payResult:{},//gotoPay结果
|
|
|
+ paysuccess:false,//支付结果
|
|
|
|
|
|
}
|
|
|
},
|
|
@@ -192,6 +195,8 @@
|
|
|
console.log('page',page);
|
|
|
this.pageData = page;
|
|
|
this.performId = page.performId;
|
|
|
+ this.pageData.performTimeId = page.performTimeId;
|
|
|
+ this.pageData.seatTypeId = page.seatTypeId
|
|
|
this.getSystemInfo();
|
|
|
this.getSettlement();
|
|
|
|
|
@@ -221,7 +226,7 @@
|
|
|
// console.log('getMemberAll',res.data);
|
|
|
this.visitorList = res.data.list;
|
|
|
console.log('this.visitorList',this.visitorList);
|
|
|
- this.visitors = this.visitorList.filter(obj => obj.memberId==userId);
|
|
|
+ // this.visitors = this.visitorList.filter(obj => obj.memberId==userId);
|
|
|
this.visitors = this.visitorList.filter(obj => that.selectedVisitor.includes(obj.id));
|
|
|
console.log('this.visitors',this.visitors);
|
|
|
}).catch(err=>{
|
|
@@ -232,7 +237,9 @@
|
|
|
let that = this;
|
|
|
// console.log('selectedVisitor',this.selectedVisitor);
|
|
|
this.visitorShow = false;
|
|
|
- this.visitors = this.visitorList.filter(obj => that.selectedVisitor.includes(obj.id));
|
|
|
+ this.visitors = this.visitorList.filter(obj => that.selectedVisitor.includes(obj.id)).map(item=>{
|
|
|
+ return {name:item.name,mobile:item.mobile,idcard:item.idcard}
|
|
|
+ });
|
|
|
// console.log('this.visitors',this.visitors);
|
|
|
},
|
|
|
delVisitor(visitor){
|
|
@@ -256,10 +263,117 @@
|
|
|
});
|
|
|
},
|
|
|
submitorder(){
|
|
|
+ let params = {
|
|
|
+ performId:this.pageContent.performId,
|
|
|
+ goodsList:[
|
|
|
+ {
|
|
|
+ goodsId:this.pageContent.goodsId,
|
|
|
+ salePeice:this.pageContent.salePrice,
|
|
|
+ saleNum:1
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ auditoriumId:this.pageContent.auditoriumId,
|
|
|
+ performTimeId:this.pageContent.performTimeId,
|
|
|
+ seatTypeId:this.pageContent.seatTypeId,
|
|
|
+ purchaser: {
|
|
|
+ name: this.pageContent.purchaser.name,
|
|
|
+ mobile: this.pageContent.purchaser.mobile,
|
|
|
+ idcard: this.pageContent.purchaser.idcard
|
|
|
+ },
|
|
|
+ viewerList:this.visitors
|
|
|
+ }
|
|
|
this.cansubmit = false;
|
|
|
console.log('pageData',this.pageData);
|
|
|
console.log('visitors',this.visitors);
|
|
|
- console.log('params',this.params);
|
|
|
+ console.log('params',params);
|
|
|
+ this.$u.api.submitOrder(params).then(res=>{
|
|
|
+ console.log('submitOrder',res.data);
|
|
|
+ this.orderId = res.data.orderId;
|
|
|
+ this.gotoPay();
|
|
|
+ }).catch(err=>{
|
|
|
+ console.log('submitOrder',err);
|
|
|
+ })
|
|
|
+ },
|
|
|
+ gotoPay(){
|
|
|
+ this.$u.api.gotoPay({orderId:this.orderId,openid:''}).then(res=>{
|
|
|
+ this.payResult = res.data.payInfo;
|
|
|
+ this.payResult.package = res.data.payInfo.packageValue;
|
|
|
+ this.wxPay()
|
|
|
+ // if(this.params.paymentMode==1||this.params.paymentMode==4){
|
|
|
+ // this.wxPay()
|
|
|
+ // }else{
|
|
|
+ // uni.$u.route('/shopping/paysuccess');
|
|
|
+ // }
|
|
|
+ console.log('gotoPayres',res.data);
|
|
|
+ }).catch(err=>{
|
|
|
+ this.paypass = '';
|
|
|
+ this.checkPassShow = false;
|
|
|
+ console.log('gotoPay',err);
|
|
|
+ })
|
|
|
+ },
|
|
|
+ wxPay(){
|
|
|
+ let that = this;
|
|
|
+ uni.requestPayment({
|
|
|
+ ... this.payResult,
|
|
|
+ "provider": "wxpay",
|
|
|
+ "orderInfo": {
|
|
|
+ // "appid": "wx499********7c70e", // 微信开放平台 - 应用 - AppId,注意和微信小程序、公众号 AppId 可能不一致
|
|
|
+ // "noncestr": "c5sEwbaNPiXAF3iv", // 随机字符串
|
|
|
+ // "package": "Sign=WXPay", // 固定值
|
|
|
+ // "partnerid": "148*****52", // 微信支付商户号
|
|
|
+ // "prepayid": "wx202254********************fbe90000", // 统一下单订单号
|
|
|
+ // "timestamp": 1597935292, // 时间戳(单位:秒)
|
|
|
+ // "sign": "A842B45937F6EFF60DEC7A2EAA52D5A0" // 签名,这里用的 MD5/RSA 签名
|
|
|
+ },
|
|
|
+ success(res) {
|
|
|
+ that.payQuery();
|
|
|
+ },
|
|
|
+ fail(e) {
|
|
|
+ console.log('wxPayfail',e);
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ payQuery(){
|
|
|
+ let that = this;
|
|
|
+ let retryCount = 0;
|
|
|
+ let maxRetryCount = 5; // 设置最大重试次数
|
|
|
+ let interval = 2000; // 设置间隔时间为2秒
|
|
|
+ let timeout = 10000; // 设置超时时间为10秒
|
|
|
+ let timer;
|
|
|
+ uni.showLoading({
|
|
|
+ title:'支付结果查询中'
|
|
|
+ })
|
|
|
+ timer = setInterval(() => {
|
|
|
+ retryCount++;
|
|
|
+ if (retryCount > maxRetryCount || retryCount * interval > timeout) {
|
|
|
+ clearInterval(timer);
|
|
|
+ uni.hideLoading();
|
|
|
+ console.log("支付查询超时或达到最大重试次数");
|
|
|
+ // 在这里添加超时或达到最大重试次数的处理逻辑
|
|
|
+ uni.$u.route('/center/order');
|
|
|
+ } else {
|
|
|
+ console.log("第" + retryCount + "次查询");
|
|
|
+ // 调用查询支付状态的方法
|
|
|
+ // 如果支付状态为成功,则清除定时器并处理成功的逻辑
|
|
|
+ // 如果支付状态为失败,则清除定时器并处理失败的逻辑
|
|
|
+ this.$u.api.payQuery({orderId:this.orderId}).then(res=>{
|
|
|
+ // 0-未支付 1-已支付 2-支付中 3-支付失败 4-支付退款
|
|
|
+ let payStatus = res.data.payStatus;
|
|
|
+ if(payStatus===1){
|
|
|
+ uni.$u.route('/center/paysuccess');
|
|
|
+ }else if(payStatus===0||payStatus===2){
|
|
|
+ this.payQuery()
|
|
|
+ }else if(payStatus===3){
|
|
|
+ uni.toast('支付失败')
|
|
|
+ }
|
|
|
+ clearInterval(timer);
|
|
|
+ }).catch(err=>{
|
|
|
+ console.log('payQuery',err);
|
|
|
+ }).finally(()=>{
|
|
|
+ uni.hideLoading()
|
|
|
+ })
|
|
|
+ }
|
|
|
+ }, interval);
|
|
|
},
|
|
|
|
|
|
}
|