|
|
@ -17,7 +17,8 @@ Page({ |
|
|
|
pageSize: 10, // 新闻列表-分页页长
|
|
|
|
isLoading: true, |
|
|
|
timeStamp:'', |
|
|
|
refreshFlag:true |
|
|
|
refreshFlag:true, |
|
|
|
completeInfoDialogVisible:false |
|
|
|
}, |
|
|
|
onHide:function(){ |
|
|
|
if(this.data.refreshFlag){ |
|
|
@ -131,6 +132,12 @@ Page({ |
|
|
|
} |
|
|
|
}, |
|
|
|
joinGroup(e){ |
|
|
|
if (app.globalData.infoCompleted == 0) { |
|
|
|
this.setData({ |
|
|
|
completeInfoDialogVisible: !this.data.completeInfoDialogVisible |
|
|
|
}) |
|
|
|
return false |
|
|
|
} |
|
|
|
const { joinstatus, groupid, groupname,state } = e.currentTarget.dataset |
|
|
|
if(joinstatus == '0'){ |
|
|
|
wx.showModal({ |
|
|
|