4、支付报名页面的添加报名人手机号显示

This commit is contained in:
wangzimeng 2025-08-12 14:20:57 +08:00
parent 40791d9ce8
commit 5b6391c9ee
2 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,7 @@
<view style="padding-top: 40rpx;"> <view style="padding-top: 40rpx;">
<view style="display: flex;align-items: center;justify-content: space-between;"> <view style="display: flex;align-items: center;justify-content: space-between;">
<view> <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 style="color: #9C9C9C;font-size: 24rpx;margin-top: 10rpx;">身份证 {{ item.idnum }}
</view> </view>
</view> </view>

View File

@ -119,6 +119,7 @@
console.log('btnShow', this.btnShow); console.log('btnShow', this.btnShow);
}, },
edit(item) { edit(item) {
console.log('修改报名人',item);
this.isAdd = 0; this.isAdd = 0;
this.form.name = item.name; this.form.name = item.name;
this.form.idnum = item.idnum; this.form.idnum = item.idnum;