@@ -235,12 +235,15 @@
uni.hideLoading();
}, 3000);
},
+ // 下拉刷新
onPullDownRefresh() {
var _this = this;
// 获取基本信息
_this.get_base_info(_this.options, 'onShow');
// 查询绑定的空调(更新列表)
_this.select_banding_airs();
+ // 停止刷新
+ uni.stopPullDownRefresh();
methods: {
/**