Commit bb00bd7f by 陈超

T

parent 48f07e6a
...@@ -42,6 +42,9 @@ ...@@ -42,6 +42,9 @@
<van-cell @click="onNickName" title="昵称" is-link :value="currentNickName" ></van-cell> <van-cell @click="onNickName" title="昵称" is-link :value="currentNickName" ></van-cell>
<van-cell @click="onGender" title="性别" is-link :value="currentGender" ></van-cell> <van-cell @click="onGender" title="性别" is-link :value="currentGender" ></van-cell>
<van-cell @click="onAddress" title="收货信息" is-link ></van-cell> <van-cell @click="onAddress" title="收货信息" is-link ></van-cell>
<div @click="onConfirm" :class="confirm_button'" style="margin-top: 7.125rem;">
<span>确认修改</span>
</div>
</div> </div>
</div> </div>
...@@ -203,6 +206,9 @@ ...@@ -203,6 +206,9 @@
} }
}, },
methods: { methods: {
onConfirm: function() {
},
onRead: function(r) { onRead: function(r) {
}, },
......
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