mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 02:36:39 +08:00
更改
This commit is contained in:
parent
438f85e398
commit
69c2664e21
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user