|
|
@@ -1,10 +1,7 @@
|
|
|
<template>
|
|
|
<view class="page">
|
|
|
-
|
|
|
<view class="outView">
|
|
|
-
|
|
|
<form @submit="inputValue">
|
|
|
-
|
|
|
<view class="flex-row justify-between bordBot" >
|
|
|
<view class="key flex-col justify-center ">
|
|
|
<text>头像</text>
|
|
|
@@ -13,15 +10,6 @@
|
|
|
<image class="photoImage" :src="userInfo.selfPhotoUrl || '/static/me/ud4.png'"></image>
|
|
|
</button>
|
|
|
</view>
|
|
|
- <view class="flex-row justify-between bordBot" >
|
|
|
- <view class="key flex-col justify-center ">
|
|
|
- <text>会员编号</text>
|
|
|
- </view>
|
|
|
- <view class="nikeName flex-col justify-center">
|
|
|
- <input type="nickname" name="nickname" v-model="userInfo.no" placeholder="请输入昵称"/>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
<view class="flex-row justify-between bordBot" >
|
|
|
<view class="key flex-col justify-center ">
|
|
|
<text>昵称</text>
|
|
|
@@ -34,11 +22,10 @@
|
|
|
<view class="key flex-col justify-center ">
|
|
|
<text>会员编号</text>
|
|
|
</view>
|
|
|
- <view class="nikeName flex-col justify-center">
|
|
|
- <input type="nickname" name="nickname" v-model="userInfo.no" placeholder="请输入昵称"/>
|
|
|
- </view>
|
|
|
+ <view class="flex-row justify-end groupItemContent">
|
|
|
+ <text>{{userInfo.no}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
-
|
|
|
<view class="flex-row justify-between bordBot" >
|
|
|
<view class="key flex-col justify-center ">
|
|
|
<text>性别</text>
|