Commit e6009d43 by 陈超

T

parent d580a72d
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<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;"> <div @click="onConfirm" class="confirm_button" style="margin-top: 7.125rem;">
<span>确认修改</span> <span>确认修改</span>
</div> </div>
</div> </div>
......
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