|
@@ -71,6 +71,7 @@ Page({
|
|
|
curpage: 1,
|
|
|
from: fromSource
|
|
|
}, function (res) {
|
|
|
+ wx.stopPullDownRefresh()
|
|
|
if (res.code == 200) {
|
|
|
let prop_special = res.datas.special_list;
|
|
|
let sent_down_special = prop_special.splice(0, 8);
|
|
@@ -175,7 +176,6 @@ Page({
|
|
|
}
|
|
|
},
|
|
|
onPullDownRefresh(){
|
|
|
- wx.stopPullDownRefresh()
|
|
|
this.getDatas()
|
|
|
}
|
|
|
})
|