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
1.7 KiB
1 lines
1.7 KiB
<view><view class="auth"><view class="wanl-title">继续完善资料</view><form data-event-opts="{{[['submit',[['formSubmit',['$event']]]]]}}" bindsubmit="__e"><view class="avatar"><image src="{{$root.g0}}" mode="aspectFit"></image></view><view class="auth-group radius-bock bg-gray wlian-grey-light"><input placeholder="请输入用户名" confirm-type="next" placeholder-class="placeholder" name="nickName" data-event-opts="{{[['input',[['__set_model',['$0','nickName','$event',[]],['userInfo']]]]]}}" value="{{userInfo.nickName}}" bindinput="__e"/></view><view class="auth-button flex flex-direction"><button class="cu-btn bg-orange sl radius-bock" formType="submit">完成注册</button></view></form></view><uni-popup class="vue-ref" vue-id="d136a236-1" data-ref="authPopup" bind:__l="__l" vue-slots="{{['default']}}"><view class="wanl-auth-popup bg-white radius-bock text-center"><view class="avatar"><image src="{{$root.g1}}" mode="aspectFill"></image></view><view class="margin-tb-lg text-sm wanl-gray">亲,首次登录系统,需要获取您的昵称、头像进一步完善资料!</view><block wx:if="{{canIUseGetUserProfile}}"><button class="cu-btn sl radius-bock bg-no margin-bottom" type="primary" data-event-opts="{{[['tap',[['getUserProfile',['$event']]]]]}}" bindtap="__e">确定授权</button></block><block wx:else><button class="cu-btn sl radius-bock bg-no margin-bottom" type="primary" open-type="getUserInfo" data-event-opts="{{[['tap',[['getUserInfo',['$event']]]]]}}" bindtap="__e">确定授权</button></block><button data-event-opts="{{[['tap',[['refuseUserInfo',['$event']]]]]}}" class="cu-btn sl radius-bock" bindtap="__e">拒绝</button></view></uni-popup></view> |