小程序 通用请求

var that=this;
wx.request({
url: 'http://www.didu86.com/Clothes-manager-web/queryiShopping',
data: {
appkey: '5e5ju20na345sdf4nw361qb9789asdf',
key: "test",
type: "data",
id: pageN,
},

 

success: function (res) {
var result = res.data;
console.log(result);
// that.setData({
// detailDatas: result
// });
}
})
},
posted @ 2017-11-06 14:48  ThisCall  阅读(179)  评论(0编辑  收藏  举报