|
@@ -12,7 +12,7 @@
|
|
|
<view class="query-unlogin">
|
|
|
<view class="query-top">
|
|
|
<view class="query-avatar-info" :style="{{phone !== '********'}} ? 'padding-top: 0upx;' : 'padding-top: 28upx;'">
|
|
|
- <view class="query-phone-hide">
|
|
|
+ <view class="query-phone-hide" style="color: #272C52;">
|
|
|
{{phone}}
|
|
|
<!-- <text style="font-size: 14px;margin-left: 8px;">换号</text> -->
|
|
|
</view>
|
|
@@ -23,7 +23,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="query-integral" wx:if="{{phone !== '********'}}">
|
|
|
+ <view class="query-integral" wx:if="{{phone !== '********'}}" style="color: #272C52;">
|
|
|
<image class="query-integral-img" src="../../images/welfareMall/move-logo.png"></image>
|
|
|
<view class="query-integral-text"><text>我的移动积分</text></view>
|
|
|
<view class="query-integral-num" wx:if="{{isQuery}}">{{integralNum}}</view>
|