huangsijun
2025-09-22 a78c011de350b188afb03beb2f26a73f35f71986
1
<block wx:if="{{store_open}}"><view class="index"><view class="bg_image"><image src="{{bg_image}}"></image></view><view class="certification"><form data-event-opts="{{[['submit',[['formSubmit',['$event']]]],['reset',[['formReset',['$event']]]]]}}" bindsubmit="__e" bindreset="__e"><view class="certification_head"><view class="certification_head_body"><view class="certification_head_body_item"><view class="icon iconfont icon-qiye"></view><input type="text" name="store_name" placeholder="请输入店铺名称" data-event-opts="{{[['input',[['__set_model',['$0','store_name','$event',[]],['form']]]]]}}" value="{{form.store_name}}" bindinput="__e"/></view><view class="certification_head_body_item"><view class="icon iconfont icon-ziyuan1"></view><input type="text" name="user_name" placeholder="请输入真实姓名" data-event-opts="{{[['input',[['__set_model',['$0','user_name','$event',[]],['form']]]]]}}" value="{{form.user_name}}" bindinput="__e"/></view><view class="certification_head_body_item"><view class="icon iconfont icon-phone"></view><input type="text" name="mobile" placeholder="请输入手机号码" data-event-opts="{{[['input',[['__set_model',['$0','mobile','$event',[]],['form']]]]]}}" value="{{form.mobile}}" bindinput="__e"/><block wx:if="{{sms_open==1}}"><button type="default" disabled="{{is_send}}" data-event-opts="{{[['tap',[['getCode',['$0'],['form.mobile']]]]]}}" bindtap="__e">{{send_btn_txt}}</button></block></view><view class="certification_head_body_item"><view class="icon iconfont icon-mima"></view><input type="text" name="password" password="true" placeholder="请输入登录密码" data-event-opts="{{[['input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" value="{{form.password}}" bindinput="__e"/></view><block wx:if="{{sms_open==1}}"><view class="certification_head_body_item"><view class="icon iconfont icon-yanzhengma"></view><input type="text" name="code" placeholder="请输入验证码" data-event-opts="{{[['input',[['__set_model',['$0','code','$event',[]],['form']]]]]}}" value="{{form.code}}" bindinput="__e"/></view></block><picker value="" range="{{classify_data_name}}" data-event-opts="{{[['change',[['changeSelect',['$event']]]]]}}" bindchange="__e"><view class="certification_head_body_item d-b-c"><block wx:if="{{classify_data_name_active}}"><view class="make-item input-box flex-1">{{classify_data_name_active}}</view></block><block wx:else><view class="make-item input-box flex-1" style="color:#777777;">请选择您店铺的主营项目</view></block><view class="icon iconfont icon-jiantou" style="font-size:24rpx;"></view></view></picker><block wx:if="{{$root.g0>0}}"><picker value="" range="{{area_data_name}}" data-event-opts="{{[['change',[['changeArea',['$event']]]]]}}" bindchange="__e"><view class="certification_head_body_item d-b-c"><block wx:if="{{area_data_name_active}}"><view class="make-item input-box flex-1">{{area_data_name_active}}</view></block><block wx:else><view class="make-item input-box flex-1" style="color:#777777;">请选择您店铺的所在区域</view></block><view class="icon iconfont icon-jiantou" style="font-size:24rpx;"></view></view></picker></block></view></view><view class="certification_body"><view class="login_index_updata_name"><text style="color:red;">*</text><text style="font-size:32rpx;font-weight:500;color:#000000;">请上传营业执照</text></view><view class="login_index_updata_updata"><view data-event-opts="{{[['tap',[['openUpload',['license']]]]]}}" class="login_index_updata_updata_item2" bindtap="__e"><view class="login_index_updata_updata_item_body"><block wx:if="{{business_id_path!=''}}"><view class="img"><image src="{{business_id_path}}"></image></view></block><block wx:if="{{business_id_path==''}}"><view>点击上传营业执照</view></block><input style="display:none;" name="business_id" data-event-opts="{{[['input',[['__set_model',['$0','business_id','$event',[]],['form']]]]]}}" value="{{form.business_id}}" bindinput="__e"/></view></view></view></view><view class="login_index_btn"><button form-type="submit" type="default">确定</button></view><block wx:if="{{isupload}}"><upload vue-id="fb1b311a-1" isupload="{{isupload}}" type="{{type}}" data-event-opts="{{[['^getImgs',[['getImgsFunc']]]]}}" bind:getImgs="__e" bind:__l="__l" vue-slots="{{['default']}}">上传图片</upload></block></form></view></view></block>