|
|
@@ -10,12 +10,12 @@
|
|
|
</button>
|
|
|
<view class="self-search-box">
|
|
|
<view class="search-content">
|
|
|
- <view class="search-content-value">{{userTime}}</view>
|
|
|
+ <view class="search-content-value">{{userTime || 0}}</view>
|
|
|
<view class="search-content-text">剩余查询(次)</view>
|
|
|
</view>
|
|
|
<view class="line"></view>
|
|
|
<view class="search-content">
|
|
|
- <view class="search-content-value">{{userTotalTime}}</view>
|
|
|
+ <view class="search-content-value">{{userTotalTime || 0}}</view>
|
|
|
<view class="search-content-text">累计查询(次)</view>
|
|
|
</view>
|
|
|
<view class="share-detail" @click.stop="goShareDetail">
|
|
|
@@ -47,11 +47,11 @@
|
|
|
|
|
|
<view class="setting-content-box" @click.stop="inviteFriend()">
|
|
|
<view class="setting-content-text">
|
|
|
- <image src="../../static/icon/askIcon.png" mode="" class="askIcon"></image>
|
|
|
+ <image src="../../static/icon/share-icon.png" mode="" class="askIcon"></image>
|
|
|
<text>邀好友</text>
|
|
|
</view>
|
|
|
<view style="margin-right: 2%;margin-top:2%;display: flex;">
|
|
|
- <text style="font-size: 25upx;color:#999999;padding-right: 20rpx;">邀1人得{{shareCounts}}次查询机会</text>
|
|
|
+ <text style="font-size: 25upx;color:#999999;padding-right: 20rpx;">邀1人得{{shareCounts || 0}}次查询机会</text>
|
|
|
<image src="../../static/icon/arrowIcon.png" mode="" style="width: 32upx;height:32upx;"></image>
|
|
|
</view>
|
|
|
</view>
|