You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
3.8 KiB
1 lines
3.8 KiB
<view class="userInfo"><scroll-view style="{{'height:'+(phoneHight)+';'}}" scroll-y="{{true}}"><view class="p30"><image class="tspng verCenter" src="{{imgfixUrls+'merchant/ts.png'}}"></image><label class="font24 color666666 verCenter pL18 _span">{{languageStatus!=1?'请填写真实有效的信息!':'진실유효된 정보를 입력하세요'}}</label></view><view class="backColorW backColorW"><label class="font28 color333333 verCenter pL30 width148 disInline _span">{{(languageStatus!=1?'姓名':'성명')+":"}}</label><input class="font28 height107 color333333 verCenter disInline pL30" placeholder="请输入姓名" data-event-opts="{{[['input',[['__set_model',['$0','realname','$event',[]],['userInfo']]]]]}}" value="{{userInfo.realname}}" bindinput="__e"/></view><block wx:if="{{userInfo.bankstatus==1||userInfo.alipaystatus==1}}"><view class="inputView backColorW"><block wx:if="{{userInfo.bankstatus==1}}"><view class="backColorW marT20 height108"><label class="font28 color333333 verCenter pL30 width148 disInline _span">{{(examineing==0?languageStatus!=1?'开户行':'개설은행':'备注信息1')+":"}}</label><input class="font28 height107 color333333 verCenter disInline pL30" placeholder="{{examineing==0?languageStatus!=1?'请输入银行卡开户行':'개설은행명칭을 입력하세요':'请输入备注信息1'}}" data-event-opts="{{[['input',[['__set_model',['$0','bank_name','$event',[]],['userInfo']]]]]}}" value="{{userInfo.bank_name}}" bindinput="__e"/><view class="Bottline"></view></view></block><block wx:if="{{userInfo.bankstatus==1}}"><view class="backColorW height108"><label class="font28 color333333 verCenter pL30 width148 disInline _span">{{(examineing==0?languageStatus!=1?'开户人':'예금주 ':'备注信息2')+":"}}</label><input class="font28 height107 color333333 verCenter disInline pL30" placeholder="{{examineing==0?languageStatus!=1?'请输入银行卡开户行人姓名':'예금주 이름을 입력하세요':'请输入备注信息2'}}" data-event-opts="{{[['input',[['__set_model',['$0','bank_username','$event',[]],['userInfo']]]]]}}" value="{{userInfo.bank_username}}" bindinput="__e"/><view class="Bottline"></view></view></block><block wx:if="{{userInfo.bankstatus==1}}"><view class="backColorW height108"><label class="font28 color333333 verCenter pL30 width148 disInline _span">{{(examineing==0?languageStatus!=1?'银行卡账号':'은행카드 계좌번호':'备注信息3')+":"}}</label><input class="font28 height107 color333333 verCenter disInline pL30" type="number" placeholder="{{examineing==0?languageStatus!=1?'请输入银行卡账号':'은행카드 계좌번호를 입력하세요':'请输入备注信息3'}}" data-event-opts="{{[['input',[['__set_model',['$0','card_number','$event',[]],['userInfo']]]]]}}" value="{{userInfo.card_number}}" bindinput="__e"/><view class="Bottline"></view></view></block><block wx:if="{{userInfo.alipaystatus==1}}"><view class="backColorW height108"><label class="font28 color333333 verCenter pL30 width148 disInline _span">{{(examineing==0?languageStatus!=1?'支付宝账号':'즈푸보 계좌번호':'备注信息4')+":"}}</label><input class="font28 height107 color333333 verCenter disInline pL30" placeholder="{{examineing==0?languageStatus!=1?'请输入支付宝账号':'계좌번호를 입력하세요':'请输入备注信息4'}}" data-event-opts="{{[['input',[['__set_model',['$0','alipay','$event',[]],['userInfo']]]]]}}" value="{{userInfo.alipay}}" bindinput="__e"/><view class="Bottline"></view></view></block><view data-event-opts="{{[['tap',[['setUserInfo',['$event']]]]]}}" class="submitBotton marT80 textC" bindtap="__e"><label class="line96 font30 colorW _span">{{languageStatus!=1?'保存':'저장'}}</label></view></view></block></scroll-view><far-bottom vue-id="729695c1-1" bind:__l="__l"></far-bottom></view>
|