@@ -420,6 +420,7 @@ Page({
_this.rewardVideoPlayFn()
} else if (res.cancel) {
console.log('用户点击取消')
+ wx.hideLoading();
}
})