diff --git a/App.vue b/App.vue
index de4fb89..d13addc 100644
--- a/App.vue
+++ b/App.vue
@@ -261,7 +261,7 @@
}
setTimeout(() => {
- console.log(key)
+ // console.log(key)
if (key == '在线') {
} else {
diff --git a/pages/index/startPage/startPage.vue b/pages/index/startPage/startPage.vue
index 8c6611a..dfa3816 100644
--- a/pages/index/startPage/startPage.vue
+++ b/pages/index/startPage/startPage.vue
@@ -9,7 +9,7 @@
export default {
data() {
return {
- // newImgURL: require('start'),
+
imgURL: this.global.imgURL + 'start/',
menuList: [{
title: '渠道',
@@ -44,27 +44,24 @@
}
},
onLoad(option) {
- let taht = this
+
const updateManager = uni.getUpdateManager();
- updateManager.onCheckForUpdate(function(res) {
- // 请求完新版本信息的回调
+ updateManager.onCheckForUpdate((res) => {
console.log('请求完新版本信息的回调', res.hasUpdate);
if (!res.hasUpdate) {
- taht.initFn(option)
+ this.initFn(option)
}
});
- updateManager.onUpdateReady(function(res) {
+ updateManager.onUpdateReady((res) => {
uni.showModal({
title: '更新提示',
content: '新版本已经准备好,是否重启应用?',
success(res) {
if (res.confirm) {
- console.log(res.confirm, 'res.confirm版本信息')
- // 新的版本已经下载好,调用 applyUpdate 应用新版本并重启
updateManager.applyUpdate();
} else {
- taht.initFn(option)
+ this.initFn(option)
}
},
});
@@ -72,86 +69,46 @@
updateManager.onUpdateFailed(function(res) {
console.log('新的版本下载失败')
- // 新的版本下载失败
});
},
- onReady(option) {},
+
methods: {
initFn(option) {
- const token = uni.getStorageSync('Authorization')
- const openid = uni.getStorageSync('openid')
- let key = ''
- if (token && openid) {
- key = '在线'
- } else {
- key = '离线'
- }
- // 在页面中定义插屏广告
let interstitialAd = null
-
- // 在页面onLoad回调事件中创建插屏广告实例
+ let openid = uni.getStorageSync('openid')
+ let token = uni.getStorageSync('Authorization')
+
if (wx.createInterstitialAd) {
interstitialAd = wx.createInterstitialAd({
- adUnitId: 'adunit-a7faf57adeed211f'
- })
- }
- interstitialAd.onLoad((err) => {
- console.log('onLoad event emit', err)
- })
- interstitialAd.onError((err) => {
- setTimeout(() => {
- uni.switchTab({
- url: '/pages/tabbar/home/home',
- fail: (err) => {
- console.log(err)
- }
- // url:'/BagStation/orderDetail/orderDetail'
- })
- // if (key == '在线') {
- // uni.switchTab({
- // url: '/pages/tabbar/home/home',
- // fail: (err) => {
- // console.log(err)
- // }
- // // url:'/BagStation/orderDetail/orderDetail'
- // })
- // } else {
- // uni.redirectTo({
- // url: '/BagAuth/pages/login/login'
- // })
- // }
- }, 2000)
- console.log('onError event emit', err)
- })
- // 在适合的场景显示插屏广告
- if (interstitialAd) {
- interstitialAd.show().catch((err) => {
- console.error(err)
+ adUnitId: 'adunit-063722d8f7b2b65e'
})
- }
- interstitialAd.onClose(res => {
- setTimeout(() => {
- if (key == '在线') {
+ let handle = () => {
+ if (token && openid) {
uni.switchTab({
url: '/pages/tabbar/home/home',
- fail: (err) => {
- console.log(err)
- }
- // url:'/BagStation/orderDetail/orderDetail'
})
} else {
uni.redirectTo({
url: '/BagAuth/pages/login/login'
})
}
- }, 2000)
- })
+ }
+ interstitialAd.onClose(handle)
+ interstitialAd.onError((err) => {
+ console.log('onError', err)
+ handle()
+ })
+ }
+ if (interstitialAd) {
+ interstitialAd.show().catch((err) => {
+ console.error('show catch', err)
+ })
+ }
+
},
getFilterData() {
- console.log('在线')
oilSiteApi.getCheckInfo().then(res => {
if (res.code == 20000) {
- console.log('接口返回正常')
let channelCodes = []
res.data.channelCodes.map(item => {
channelCodes.push({
@@ -173,13 +130,10 @@
value: item.id
})
})
- console.log(channelCodes, productCodes, siteBrands)
this.menuList[0].detailList = this.menuList[0].detailList.concat(channelCodes)
this.menuList[1].detailList = this.menuList[1].detailList.concat(productCodes)
this.menuList[2].detailList = this.menuList[2].detailList.concat(siteBrands)
uni.setStorageSync('filterData', this.menuList);
- console.log('存入', this.menuList)
- // this.$refs.slFilter.resetMenuList(this.menuList)
}
})
},
diff --git a/pages/tabbar/home/home.vue b/pages/tabbar/home/home.vue
index 3869b06..5e98b21 100644
--- a/pages/tabbar/home/home.vue
+++ b/pages/tabbar/home/home.vue
@@ -18,41 +18,31 @@
-
-
+
-
-
+
扫一扫
-
-
-
+
付款码
-
-
-
+
加油卡
-
-
-
+
订单中心
@@ -60,79 +50,34 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 扫一扫
-
-
-
-
-
-
- 付款码
-
-
-
-
-
-
-
- 加油卡
-
-
-
-
-
-
-
- 订单中心
-
-
-
-
-
-
-
+
+
-
+
+
+
+
-
-
-
-
-