发货+兼容苹果

This commit is contained in:
@fawn-nine
2023-10-31 16:50:02 +08:00
parent 0a3bf99719
commit 8da1734b17
13 changed files with 158 additions and 151 deletions

View File

@@ -11,7 +11,9 @@
<view class="AC_mes">
<view style="font-size: 50rpx;font-weight: bold;">{{userMes.peanutCoin}}</view>
<view style="color: #888;font-size: 30rpx;margin-top: 10rpx;">天医币</view>
<text class="AC_chong" @click="buPoint()">充值</text>
<text v-if="platform != 'ios'" class="AC_chong" @click="buPoint()">充值</text>
</view>
<view class="AC_con">
@@ -112,6 +114,7 @@
data() {
return {
playData:{},
platform:null,
tab_list: [{
name: '天医币',
}, {
@@ -147,8 +150,7 @@
color: '#54a966',
},
};
},
},
// 返回顶部
onPageScroll(e) {
this.scrollTop = e.scrollTop;
@@ -181,6 +183,10 @@
onLoad(e) {
// 隐藏原生的tabbar
uni.hideTabBar();
// #ifdef APP-PLUS
this.platform = uni.getSystemInfoSync().platform
console.log('操纵系统',this.platform)
// #endif
},
computed: {
...mapState(['userInfo'])