|
@@ -7,12 +7,12 @@
|
|
|
<div class="mui-content vongi-qingjiadt">
|
|
|
<div class="vongi-cashier">
|
|
|
|
|
|
- <img :src="detail.pic" alt="">
|
|
|
+ <img :src="detail.goodsPic" alt="">
|
|
|
<div class="vongi-cashier-text">
|
|
|
<div class="vongi-text-tit">
|
|
|
<h3 class="flew-sp ellipsis">
|
|
|
- {{detail.name}}</h3>
|
|
|
- <p class="ellipsis">{{detail.desc}}</p>
|
|
|
+ {{detail.goodsName}}</h3>
|
|
|
+ <p class="ellipsis">{{detail.goodsDesc}}</p>
|
|
|
</div>
|
|
|
|
|
|
<h3 class="flew-sp">¥{{detail.totalFee}}<p>×1</p></h3>
|
|
@@ -21,7 +21,7 @@
|
|
|
<form class="mui-input-group">
|
|
|
<div class="mui-input-row">
|
|
|
<label>购买者姓名</label>
|
|
|
- <span>{{person_data.name}}</span>
|
|
|
+ <span>{{detail.name}}</span>
|
|
|
</div>
|
|
|
|
|
|
<div class="mui-input-row">
|
|
@@ -144,6 +144,9 @@
|
|
|
this.isLoading=true;
|
|
|
if(this.paytypeindex=="1"){
|
|
|
API_Pay.wxJsapiPay(this.detail.id,this.paycode).then(data=>{
|
|
|
+ //公共页面
|
|
|
+ data.url=window.location.href.split("#")[0]+"/#/master/live/paySuccess";
|
|
|
+
|
|
|
this.isLoading=false;
|
|
|
wxPayJs(data)
|
|
|
}).catch(error => {
|
|
@@ -188,10 +191,7 @@
|
|
|
},asynCallBack(){},
|
|
|
},
|
|
|
mounted() {
|
|
|
- if(this.id){
|
|
|
- this.detail.id=this.id;
|
|
|
- this.getDetail();
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
|
|
|
},
|