This commit is contained in:
weipengfei 2024-02-26 17:57:07 +08:00
parent 4904f810c4
commit fd0a26cf25
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@
</view> </view>
</view> --> </view> -->
<view class="item"> <view class="item" v-if="userInfoData.mer_info && userInfoData.mer_info.is_company != 1">
<view class="acea-row row-middle"> <view class="acea-row row-middle">
<text class="item-name">{{userInfoData.mer_info&&userInfoData.mer_info.is_company?"开户凭证:":"银行卡图片:"}}</text> <text class="item-name">{{userInfoData.mer_info&&userInfoData.mer_info.is_company?"开户凭证:":"银行卡图片:"}}</text>
</view> </view>