miniprogram/pages/user/loginInfo/index.ts
@@ -109,13 +109,13 @@ 'content-type': 'application/json' }, success:(res)=>{ // 成功通知 Notify({ type: 'primary', message: '采集成功' }); const result = JSON.parse(res.data) this.setData({ pic:result.data, isShow:true }) // 成功通知 Notify({ type: 'primary', message: '采集成功' }); } }) }