合并前备份
This commit is contained in:
@@ -34,7 +34,7 @@ Component({
|
||||
*/
|
||||
actives(){
|
||||
if(this.data.has_more){
|
||||
wx.$api.companyModule.actives('company',this.data.company_id,this.data.page).then(res=>{
|
||||
wx.$api.companyModule.actives('company',wx.getStorageSync('company_id'),this.data.page).then(res=>{
|
||||
console.log(res)
|
||||
if(res.page.has_more){
|
||||
this.setData({
|
||||
|
||||
Reference in New Issue
Block a user