Commit f8a9cecb by 陈超

T

parent bcd3567e
......@@ -103,7 +103,7 @@
v-model="value"
clearable >
</van-field>
<div @click="onConfirm" class="layout_h_c edit_popup_confirm_button">
<div @click="onEditConfirm" class="layout_h_c edit_popup_confirm_button">
<span class="text_16_400 self_center color_white">确定</span>
</div>
</div>
......@@ -328,6 +328,10 @@
},
onError: function() {
},
onEditConfirm: function() {
this.currentNickName = this.value
this.show = false
}
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment