联系官方销售客服
1835022288
028-61286886
微信 小程序demo调用时出现code为NULL
/**
* 生命周期函数--监听页面加载
*/
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,
});
}
}
});
},
有人帮忙看看嘛
!!!