diff --git a/packageC/pages/presell/list/list.js b/packageC/pages/presell/list/list.js index fb80789..e3caccd 100644 --- a/packageC/pages/presell/list/list.js +++ b/packageC/pages/presell/list/list.js @@ -82,16 +82,19 @@ Page({ }, onShow: function (t) { - var userInfo=getApp().globalData.userInfo; - if(userInfo && this.data.goodlist.length==0){ - //调用列表 - this.get_list(); - }else{ - if(getApp().globalData.pre_back==1){ - getApp().globalData.pre_back=0; - getApp().goto("/pages/index/index/index"); - } - } + // var userInfo=getApp().globalData.userInfo; + // if(userInfo && this.data.goodlist.length==0){ + // //调用列表 + // this.get_list(); + // }else{ + // if(getApp().globalData.pre_back==1){ + // getApp().globalData.pre_back=0; + // getApp().goto("/pages/index/index/index"); + // } + // } + + this.get_list(); + }, //---小于10的格式化函数---- timeFormat(param) {