1 line
672 B
Plaintext
1 line
672 B
Plaintext
<view class="mine-pages-phone flex-center flex-column"><view class="title c-black">请输入手机号</view><view class="confirm-btn radius-16"><input class="item-input flex-y-center pl-lg pr-lg f-sm-title c-title" type="text" placeholder-class="c-placeholder" placeholder="{{rule[0].errorMsg}}" data-event-opts="{{[['input',[['__set_model',['$0','phone','$event',[]],['subForm']]]]]}}" value="{{subForm.phone}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="confirm-btn flex-center f-sm-title text-bold c-base radius-16" style="{{'background:'+($root.g0>0?primaryColor:'#CCE9DD')+';'}}" bindtap="__e">下一步</view></view> |