聯(lián)系官方銷售客服
1835022288
028-61286886
微信 小程序demo調(diào)用時(shí)出現(xiàn)code為NULL
/**
* 生命周期函數(shù)--監(jiān)聽頁面加載
*/
onLoad: function (options) {
app.showModel();
var self = this;
wx.request({
url: http_url,
method: 'GET',
success: function (res) {
wx.hideLoading();
if (res.data.code == 1) {
self.setData({
fabuData: res.data.return,
});
}
}
});
},
有人幫忙看看嘛
!!!
if (res.data.code == 1) {
這個(gè)code是空的表示服務(wù)端沒有給你返回?cái)?shù)據(jù)