<view class="shouquan_list">
<label>昵称</label>
<input type="nickname" value="{{nichengshoudong}}" bindinput="bindKeyInputnicheng" placeholder="请输入昵称" placeholder-style="color:rgba(255,255,255,0.6)" />
</view>
bindKeyInputnicheng: function (e) {
this.setData({
nichengshoudong: e.detail.value,
})
},