|
|
@ -125,7 +125,7 @@ Page({ |
|
|
} |
|
|
} |
|
|
// 进行弹窗的dialog显示处理;/popup/get/popup 获取popup
|
|
|
// 进行弹窗的dialog显示处理;/popup/get/popup 获取popup
|
|
|
request.get('/recycle-service/popup/get/popup').then(result => { |
|
|
request.get('/recycle-service/popup/get/popup').then(result => { |
|
|
if(result.data && result.data.status == 1){ |
|
|
|
|
|
|
|
|
if(result.data){ |
|
|
this.setData({ landInfo: result.data }) |
|
|
this.setData({ landInfo: result.data }) |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|