Browse Source

完成对接分类&品牌页面接口

master
邓平艺 4 years ago
parent
commit
6058d73674
  1. 1000
      pages/index/category/category.vue
  2. 16
      pages/index/index/index.vue

1000
pages/index/category/category.vue
File diff suppressed because it is too large
View File

16
pages/index/index/index.vue

@ -551,14 +551,14 @@
//
onLoad(e) {
// 广
if(app.globalData.app_first_full){
getApp().globalData.app_first_full = false;
this.$url('/pages/index/openScreenAd/openScreenAd', {type: 'launch'});
}else if(app.globalData.app_first_alert){
getApp().globalData.app_first_alert = false;
this.getAlertAd();
}
// 广 todo
// if(app.globalData.app_first_full){
// getApp().globalData.app_first_full = false;
// this.$url('/pages/index/openScreenAd/openScreenAd', {type: 'launch'});
// }else if(app.globalData.app_first_alert){
// getApp().globalData.app_first_alert = false;
// this.getAlertAd();
// }
//
var gbConfig = this.$cookieStorage.get('globalConfig') || '';

Loading…
Cancel
Save