初始化代码

This commit is contained in:
2025-12-22 17:13:05 +08:00
parent ed0de08e3a
commit 1f7e9d401b
2947 changed files with 526137 additions and 0 deletions

View File

@@ -0,0 +1 @@
<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>