|
@@ -330,6 +330,21 @@ Page({
|
|
|
});
|
|
|
}
|
|
|
});
|
|
|
+ wx.request({
|
|
|
+ url: getApp().globalData.postHeadAgreement +'/restapi/wechat/fastAndSlow',
|
|
|
+ data: {
|
|
|
+ id: that.data.chargid,
|
|
|
+ },
|
|
|
+ method: 'POST',
|
|
|
+ success(res) {
|
|
|
+ that.setData({
|
|
|
+ fastFree : res.data.fastFree,
|
|
|
+ slowFree : res.data.slowFree,
|
|
|
+ fastSum : res.data.fastSum,
|
|
|
+ slowSum : res.data.slowSum
|
|
|
+ });
|
|
|
+ }
|
|
|
+ });
|
|
|
this.setData({
|
|
|
scrollTop: 0
|
|
|
});
|