|
|
|
@ -99,19 +99,17 @@ Page({
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
let key = wx.getStorageSync('key')
|
|
|
|
|
// console.log(key);
|
|
|
|
|
// console.log(key.indexOf(res.id));
|
|
|
|
|
if(key.indexOf(res.id)!=-1){
|
|
|
|
|
// console.log('我尊在');
|
|
|
|
|
this.setData({
|
|
|
|
|
isGiftMarkShow:true
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
this.setData({
|
|
|
|
|
screen_list: res,
|
|
|
|
|
isActionMarkShow: true,
|
|
|
|
|
isGiftMarkShow:false
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
wx.stopPullDownRefresh()
|
|
|
|
|
},
|
|
|
|
|
// 获取演出列表方法封装
|
|
|
|
|
get_show_list(city_id, sort_type, page) {
|
|
|
|
@ -229,8 +227,8 @@ Page({
|
|
|
|
|
// wx.reLaunch({
|
|
|
|
|
// url: '/pages/index/index/index'
|
|
|
|
|
// })
|
|
|
|
|
wx.stopPullDownRefresh()
|
|
|
|
|
this.refresh_info(getApp().globalData.city_id)
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|