处理数据

This commit is contained in:
13405411873 2024-09-21 09:38:25 +08:00
parent c63f0e378e
commit e95df63792

View File

@ -7,9 +7,9 @@
<div class="d-s"> <div class="d-s">
<img src="./imgs/new_user.png" style="width: 28px;height: 28px;margin-right: 10px"> <img src="./imgs/new_user.png" style="width: 28px;height: 28px;margin-right: 10px">
<div> <div>
<div style="font-weight: bold">匿名</div> <div style="font-weight: bold">{{chooseVipUser.name}}</div>
<div class="d-s"> <div class="d-s">
<span>12345679912</span> <span>{{chooseVipUser.mobile}}</span>
<img src="./imgs/fz.png" style="width: 17px;height: 17px;margin: 0px 10px"> <img src="./imgs/fz.png" style="width: 17px;height: 17px;margin: 0px 10px">
<img src="./imgs/vipicon.png" style="width: 23px;height: 19px;"> <img src="./imgs/vipicon.png" style="width: 23px;height: 19px;">
</div> </div>
@ -550,7 +550,8 @@ export default {
accountPending: false, accountPending: false,
memberRecharge: false, memberRecharge: false,
// //
vipUserList:[] vipUserList:[],
chooseVipUser:{}
} }
}, },
@ -580,7 +581,11 @@ export default {
}, },
computed: { computed: {
chooseUser(data){
//
this.userInfo = true
this.chooseVipUser = data
},
getGoodsItem() { getGoodsItem() {
if (this.oilGunClearing.amount && this.oilGunClearing.amount !== undefined) { if (this.oilGunClearing.amount && this.oilGunClearing.amount !== undefined) {
// //