|
@@ -12,7 +12,7 @@
|
|
<view class="title">{{ item.title }}</view>
|
|
<view class="title">{{ item.title }}</view>
|
|
<view :class="['text-right', item.hideArrow && 'hide-arrow']">
|
|
<view :class="['text-right', item.hideArrow && 'hide-arrow']">
|
|
<view v-if="item.textProp == 'registrationTime' && userInfo.ctime"> {{ formatTimestamp(userInfo.ctime) }}</view>
|
|
<view v-if="item.textProp == 'registrationTime' && userInfo.ctime"> {{ formatTimestamp(userInfo.ctime) }}</view>
|
|
- <input class="inp" @blur="inpfn" v-if="item.textProp == 'nickname'" v-model="userInfo[item.textProp]" type="text" />
|
|
|
|
|
|
+ <input class="inp" @blur="inpfn" :maxlength="22" v-if="item.textProp == 'nickname'" v-model="userInfo[item.textProp]" type="text" />
|
|
<!-- <view v-if="item.textProp == 'registrationTime'"" class="title">{{ userInfo[item.textProp] }}1</view> -->
|
|
<!-- <view v-if="item.textProp == 'registrationTime'"" class="title">{{ userInfo[item.textProp] }}1</view> -->
|
|
<block v-else>
|
|
<block v-else>
|
|
{{ userInfo[item.textProp] || '' }}
|
|
{{ userInfo[item.textProp] || '' }}
|