添加抽奖到首页
This commit is contained in:
@@ -429,10 +429,9 @@
|
||||
let isIos = sysInfo.platform === 'ios'
|
||||
this.isShowMoneyPay = !(res.data.value === '1' && isIos)
|
||||
if (res.data.value == 1) {
|
||||
// debug
|
||||
this.isiosExamine = true
|
||||
}else{
|
||||
this.isiosExamine = false
|
||||
} else {
|
||||
this.isiosExamine = true
|
||||
}
|
||||
}
|
||||
});
|
||||
@@ -500,7 +499,7 @@
|
||||
//查看视频
|
||||
seVideo(item) {
|
||||
const time = 100;
|
||||
console.log(item,'调试1')
|
||||
console.log(item, '调试1')
|
||||
if (returnIsSafari()) {
|
||||
this.pageScrollTo(time)
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user