12 lines
533 B
Plaintext
12 lines
533 B
Plaintext
<view data-weui-theme="{{theme}}">
|
|
<button class="avatar-wrapper" open-type="chooseAvatar" bindchooseavatar="onChooseAvatar">
|
|
<image class="avatar" src="{{avatarUrl}}"></image>
|
|
</button>
|
|
<form catchsubmit="formSubmit">
|
|
<view class="row">
|
|
<view class="text1">昵称:</view>
|
|
<input type="nickname" class="weui-input" name="nickname" placeholder="请输入昵称"/>
|
|
</view>
|
|
<button type="primary" style="margin-top: 40rpx;margin-bottom: 20rpx;" form-type="submit">提交</button>
|
|
</form>
|
|
</view> |