升级版本
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<view class="content margin-lr padding bg-white u-relative" v-if="list.length">
|
||||
|
||||
<view class="cell flex justify-between" v-for="(item,index) in list" :key="index"
|
||||
v-if="((item.buttonUrl=='/me/invite/index'&&isShowMoneyPay)||item.buttonUrl!='/me/invite/index')||(isAndroid&&item.title =='观看视频奖励')">
|
||||
v-if="((item.buttonUrl=='/me/invite/index'&&isShowMoneyPay))||((item.buttonUrl!='/me/invite/index'))">
|
||||
<view class="cell_left flex">
|
||||
<view class="cell_title flex">
|
||||
<view class="u-font-28 text-bold title"
|
||||
@@ -126,7 +126,7 @@
|
||||
signInBtn: '点击签到',
|
||||
isShowMoneyPay: true,
|
||||
isIos: false,
|
||||
isAndroid: true,
|
||||
isAndroid: false,
|
||||
adRewardedVideo: true,
|
||||
urlCallback: null,
|
||||
}
|
||||
@@ -141,7 +141,7 @@
|
||||
let isIos = sysInfo.platform == 'ios'
|
||||
this.isIos = /iOS/.test(sysInfo.platform);
|
||||
// 判断是否是安卓设备
|
||||
// #ifdef APP
|
||||
// #ifdef APP-PLUS
|
||||
this.isAndroid = sysInfo.platform === 'android'
|
||||
// #endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user