IDE里可以看到内容 手机里不显示
- 当前 Bug 的表现(可附上截图)
-
预期表现
-
复现路径
-
提供一个最简复现 Demo
wx.request({ url: app.cmspro.url+'/api/shop', data, header: { 'content-type': 'application/x-www-form-urlencoded', 'Cookie': 'PHPSESSID=' + wx.getStorageSync('PHPSESSID') }, success: (res) => { this.setData({ repos: res.data, }) wx.hideLoading() }, }) |
