| | |
| | | <view class="info-list"> |
| | | <view class="item"> |
| | | <text>会员卡号</text> |
| | | <text>{{userInfo.waterCardNumber}}</text> |
| | | <text v-if="userInfo.waterCardNumber">{{userInfo.waterCardNumber}}</text> |
| | | <text v-else>未绑定会员卡</text> |
| | | </view> |
| | | <view class="item"> |
| | | <text>联系方式</text> |
| | | <view> |
| | | <input v-if="isEdit" v-model="editForm.userPhone" placeholder="请输入新联系方式"/> |
| | | <text v-else>{{userInfo.userPhone}}</text> |
| | | <text v-if="userInfo.userPhone">{{userInfo.userPhone}}</text> |
| | | <text v-if="!userInfo.userPhone">未添加联系方式</text> |
| | | <!-- <image class="edit"src="../../static/images//other/more.png" alt=''></image> --> |
| | | </view> |
| | | </view> |