4、支付报名页面的添加报名人手机号显示
This commit is contained in:
parent
40791d9ce8
commit
5b6391c9ee
@ -94,7 +94,7 @@
|
||||
<view style="padding-top: 40rpx;">
|
||||
<view style="display: flex;align-items: center;justify-content: space-between;">
|
||||
<view>
|
||||
<view style="font-size: 28rpx;color: #323232;">{{ item.name }}</view>
|
||||
<view style="font-size: 28rpx;color: #323232;">{{ item.name }} {{item.mobile}}</view>
|
||||
<view style="color: #9C9C9C;font-size: 24rpx;margin-top: 10rpx;">身份证 {{ item.idnum }}
|
||||
</view>
|
||||
</view>
|
||||
|
@ -119,6 +119,7 @@
|
||||
console.log('btnShow', this.btnShow);
|
||||
},
|
||||
edit(item) {
|
||||
console.log('修改报名人',item);
|
||||
this.isAdd = 0;
|
||||
this.form.name = item.name;
|
||||
this.form.idnum = item.idnum;
|
||||
|
Loading…
x
Reference in New Issue
Block a user