erekook 1 年之前
父節點
當前提交
07f3b35647
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pages/video/detail.js

+ 1 - 0
pages/video/detail.js

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