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

修改bug

parent 1ac3b2a9
......@@ -40,19 +40,19 @@
<view class="divss">
<view class="namne">提示</view>
<view class="namnes">充值成功,预计10秒钟后到账</view>
<u-count-down
:time="10000"
format="mm:ss"
:auto-start="true"
@change="updateTimeData"
>
<view class="time">
<text class="time__doc"></text>
<view class="time__custom">
<text class="time__custom__item">{{ showSeconds }}</text>
</view>
</view>
</u-count-down>
<!-- <u-count-down-->
<!-- :time="10000"-->
<!-- format="mm:ss"-->
<!-- :auto-start="true"-->
<!-- @change="updateTimeData"-->
<!-- >-->
<!-- <view class="time">-->
<!-- <text class="time__doc"></text>-->
<!-- <view class="time__custom">-->
<!-- <text class="time__custom__item">{{ showSeconds }}</text>-->
<!-- </view>-->
<!-- </view>-->
<!-- </u-count-down>-->
<view class="button" @click="confirm">确认</view>
</view>
</view>
......
......@@ -121,11 +121,13 @@
<view class="lable">
<view class="lable-div" style="margin-right: 20rpx;">
职业:{{ userInfo.memCareer ? userInfo.memCareer : '' }}</view>
</view>
<view class="lable">
<view class="lable-div" style="background-color: #FFE3DE;" v-if="userInfo.memYearIncome">
年薪:{{ userInfo.memYearIncome }}k
</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;">
婚姻状况:{{userInfo.memMarriage == '0' ? '无婚史' : '有婚史'}}
</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