Browse Source

no message

featrue/v.4.0
xpz2018 5 years ago
parent
commit
691ba50a20
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/index/index.js

2
pages/index/index.js

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

Loading…
Cancel
Save