Liuyi
2024-10-16 7cbda90b02e31447122f1d22c9797b423d7bd9fc
pages/userInfo/index.vue
@@ -47,7 +47,7 @@
            <view class="info-up">
               <view class="info-img">
                  <text>头像</text>
                  <image src='../../static/logo.png' alt=''></image>
                  <image src='../../static/images/index/head.png' alt=''></image>
               </view>
               <view class="info-name">
                  <text>用户名称</text>
@@ -67,8 +67,8 @@
                  <text>联系方式</text>
                  <view>
                     <input v-if="isEdit" v-model="editForm.userPhone" placeholder="请输入新联系方式"/>
                     <text v-if="userInfo.userPhone">{{userInfo.userPhone}}</text>
                     <text v-if="!userInfo.userPhone">未添加联系方式</text>
                     <text v-if="userInfo.userPhone && !isEdit">{{userInfo.userPhone}}</text>
                     <text v-if="!userInfo.userPhone && !isEdit">未添加联系方式</text>
                     <!-- <image class="edit"src="../../static/images//other/more.png" alt=''></image> -->
                  </view>
               </view>