摘要:
getAddressList (){ let that = this; util.request(api.AddressList).then(function (res) { if (res.errno 0) { that.setData({ addressList: res.data }); } 阅读全文
摘要:
private static String getAccessToken(){ String url = "https://api.weixin.qq.com/cgi-bin/token? grant_type=client_credential&appid="+"wx5d6fccb4d0b05cd 阅读全文
摘要:
bookgoods:function(){ var Json = JSON.stringify(this.data.goods) wx.navigateTo({ url: '/pages/bookgoods/bookgoods?goods=' + escape(Json) }) onLoad: fu 阅读全文