|
@@ -139,7 +139,7 @@ onLoad(() => {
|
|
|
<wd-loading size="20rpx" color="#fff" />
|
|
<wd-loading size="20rpx" color="#fff" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <wd-icon name="arrow-right" custom-class="ml-10rpx" size="36rpx" />
|
|
|
|
|
|
|
+ <!-- <wd-icon name="arrow-right" custom-class="ml-10rpx" size="36rpx" /> -->
|
|
|
</view>
|
|
</view>
|
|
|
</wd-cell>
|
|
</wd-cell>
|
|
|
<wd-cell :title="$t('myProfile.userId')" :value="userInfo.userNo" />
|
|
<wd-cell :title="$t('myProfile.userId')" :value="userInfo.userNo" />
|
|
@@ -147,9 +147,9 @@ onLoad(() => {
|
|
|
<wd-cell :title="$t('myProfile.mobileNumber')" :value="userInfo.phoneNo" />
|
|
<wd-cell :title="$t('myProfile.mobileNumber')" :value="userInfo.phoneNo" />
|
|
|
</wd-cell-group>
|
|
</wd-cell-group>
|
|
|
<wd-cell-group custom-class="mb-20rpx" border>
|
|
<wd-cell-group custom-class="mb-20rpx" border>
|
|
|
- <wd-cell :title="$t('myProfile.bankName')" :value="userInfo.bank" />
|
|
|
|
|
- <wd-cell :title="$t('myProfile.bankAccountName')" :value="userInfo.bankAccountName" />
|
|
|
|
|
- <wd-cell :title="$t('myProfile.bankAccountNo')" :value="userInfo.bankAccount" />
|
|
|
|
|
|
|
+ <wd-cell :title="$t('myProfile.bankName')" :value="userInfo.bank || '/'" />
|
|
|
|
|
+ <wd-cell :title="$t('myProfile.bankAccountName')" :value="userInfo.bankAccountName || '/'" />
|
|
|
|
|
+ <wd-cell :title="$t('myProfile.bankAccountNo')" :value="userInfo.bankAccount || '/'" />
|
|
|
</wd-cell-group>
|
|
</wd-cell-group>
|
|
|
</view>
|
|
</view>
|
|
|
</z-paging>
|
|
</z-paging>
|