Commit 54d9162e authored by lvtz's avatar lvtz

amfix

parent b895e4a3
......@@ -136,6 +136,12 @@ Page({
* 生命周期函数--监听页面显示
*/
onShow: function () {
if(this.data.showRefresh){
this.data.circlehasmore = true,
this.data.circlePage = 1,
this.getClassList('init')
this.data.showRefresh = false;
}
if(this.data.selectClass && this.data.showRefresh ){
this.data.galleryHasMore = true;
this.data.galleryLoading = false;
......@@ -190,7 +196,7 @@ Page({
},
getClassList(type) {
console.log(type,this.data.circlehasmore,this.data.circlelistLoading)
let that = this;
if (!this.data.circlehasmore) {
return;
}
......@@ -224,7 +230,7 @@ Page({
confirmColor: '#65B8F4',
success:function(){
wx.navigateTo({
url: `/business/pages/circleeditor/index?sid=${that.data.sid}&id=0`
url: `/business/pages/circleeditor/index?sid=${that.data.sid}&id=0&from=3`
})
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment