Commit bfbf9cac authored by 罗林杰's avatar 罗林杰

修改bug

parent 1ac3b2a9
...@@ -40,19 +40,19 @@ ...@@ -40,19 +40,19 @@
<view class="divss"> <view class="divss">
<view class="namne">提示</view> <view class="namne">提示</view>
<view class="namnes">充值成功,预计10秒钟后到账</view> <view class="namnes">充值成功,预计10秒钟后到账</view>
<u-count-down <!-- <u-count-down-->
:time="10000" <!-- :time="10000"-->
format="mm:ss" <!-- format="mm:ss"-->
:auto-start="true" <!-- :auto-start="true"-->
@change="updateTimeData" <!-- @change="updateTimeData"-->
> <!-- >-->
<view class="time"> <!-- <view class="time">-->
<text class="time__doc"></text> <!-- <text class="time__doc"></text>-->
<view class="time__custom"> <!-- <view class="time__custom">-->
<text class="time__custom__item">{{ showSeconds }}</text> <!-- <text class="time__custom__item">{{ showSeconds }}</text>-->
</view> <!-- </view>-->
</view> <!-- </view>-->
</u-count-down> <!-- </u-count-down>-->
<view class="button" @click="confirm">确认</view> <view class="button" @click="confirm">确认</view>
</view> </view>
</view> </view>
......
...@@ -121,11 +121,13 @@ ...@@ -121,11 +121,13 @@
<view class="lable"> <view class="lable">
<view class="lable-div" style="margin-right: 20rpx;"> <view class="lable-div" style="margin-right: 20rpx;">
职业:{{ userInfo.memCareer ? userInfo.memCareer : '' }}</view> 职业:{{ userInfo.memCareer ? userInfo.memCareer : '' }}</view>
</view>
<view class="lable">
<view class="lable-div" style="background-color: #FFE3DE;" v-if="userInfo.memYearIncome"> <view class="lable-div" style="background-color: #FFE3DE;" v-if="userInfo.memYearIncome">
年薪:{{ userInfo.memYearIncome }}k 年薪:{{ userInfo.memYearIncome }}k
</view> </view>
</view> </view>
<view class="lable" style="margin-top: 24rpx;" v-if="userInfo.memMarriage"> <view class="lable" v-if="userInfo.memMarriage">
<view class="lable-div" style="background-color: #F2E8F9;"> <view class="lable-div" style="background-color: #F2E8F9;">
婚姻状况:{{userInfo.memMarriage == '0' ? '无婚史' : '有婚史'}} 婚姻状况:{{userInfo.memMarriage == '0' ? '无婚史' : '有婚史'}}
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment