|
|
@@ -26,22 +26,22 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="info-item">
|
|
|
+ <view class="info-item" @click="changeBirthday()">
|
|
|
<text class="label">生日</text>
|
|
|
<view class="value-container">
|
|
|
|
|
|
- <text class="value" v-if="Number(customInfo.birthdayMonth)>0" @click="changeBirthday()">
|
|
|
+ <text class="value" v-if="Number(customInfo.birthdayMonth)>0">
|
|
|
{{ customInfo.lunar==1?"农历 ":"" }}{{ customInfo.birthdayMonth }}月{{ customInfo.birthdayDate }}日
|
|
|
<text v-if="customInfo.lunar==1 && customInfo.birthday!='0000-00-00'">({{customInfo.birthday}})</text>
|
|
|
</text>
|
|
|
- <text class="value" v-else @click="changeBirthday()">
|
|
|
+ <text class="value" v-else>
|
|
|
<text style="color:#007aff;">设置</text>
|
|
|
</text>
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="info-item">
|
|
|
+ <view class="info-item" @click="goRecharge()">
|
|
|
<text class="label">余额</text>
|
|
|
<text class="value highlight">{{customInfo.balance || '0'}}</text>
|
|
|
</view>
|
|
|
@@ -61,7 +61,7 @@
|
|
|
<text class="arrow">></text>
|
|
|
</view>
|
|
|
|
|
|
- <view class="info-item action-item" @tap="goRecharge()">
|
|
|
+ <view class="info-item action-item" @tap="">
|
|
|
<text class="label">充值记录</text>
|
|
|
<text class="arrow">></text>
|
|
|
</view>
|