This commit is contained in:
952108534@qq.com 2022-01-24 17:41:52 +08:00
parent 438f85e398
commit 69c2664e21

View File

@ -119,8 +119,8 @@
<i>合计金额:</i>
<em>{{usersalesAmount}}</em>
</div>
<div style="padding-bottom:40px">
<span @click="onceagain(item)">再次购买</span>
<div style="padding-bottom:40px;cursor: pointer">
<span @click="onceagain(item)"> {{payorsucess}}</span>
</div>
</div>
@ -284,7 +284,6 @@ if(data){
this.usersalesAmount=this.goldmedal[i].salesAmount;
this.addressUserName=this.goldmedal[i].addressUserName;
this.addressPhoneNumber=this.goldmedal[i].addressPhoneNumber;
}
console.log(this.goldmedal,this.userproductId,this.usersalesAmount);
}
@ -295,7 +294,7 @@ if(data){
async getwei(user) {
console.log(user);
let userPayData = {
userprice: this.usersalesAmount,
orderId:this.orderNumber,
userinformation:this.addressUserName +