|
|
@@ -20,7 +20,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="self-pay-box">
|
|
|
+ <view class="self-pay-box" v-if='!isIos'>
|
|
|
<view class="search-content">
|
|
|
<view class="search-content-value" style="color:#000;font-size: 38upx;margin-left: -11%;">查询套餐</view>
|
|
|
<view class="search-content-text">限时优惠进行中</view>
|
|
|
@@ -32,7 +32,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="self-setting-box" @click.stop="goRechargePage()">
|
|
|
- <view class="setting-content-box" style="border-bottom: 1upx solid #d9d9d9">
|
|
|
+ <view class="setting-content-box" style="border-bottom: 1upx solid #d9d9d9" v-if='!isIos'>
|
|
|
<view class="setting-content-text">
|
|
|
<image src="../../static/icon/moneyIcon.png" mode=""></image>
|
|
|
<text>充值记录</text>
|
|
|
@@ -66,7 +66,8 @@
|
|
|
userName:getApp().globalData.user_name,
|
|
|
userHeadUrl:getApp().globalData.user_headUrl,
|
|
|
userTime:getApp().globalData.times,
|
|
|
- userTotalTime:getApp().globalData.total_times
|
|
|
+ userTotalTime:getApp().globalData.total_times,
|
|
|
+ isIos:getApp().globalData.isIos
|
|
|
}
|
|
|
},
|
|
|
onLoad() {
|
|
|
@@ -262,7 +263,7 @@
|
|
|
}
|
|
|
|
|
|
.self-setting-box {
|
|
|
- height: 200upx;
|
|
|
+ /* height: 200upx; */
|
|
|
width: 90%;
|
|
|
background: #fff;
|
|
|
margin-top: 5%;
|