tanyanfei 4 years ago
parent
commit
5fc73cedd7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pages/learning/learning.js

+ 3 - 1
pages/learning/learning.js

@@ -142,7 +142,9 @@ Page({
    * 生命周期函数--监听页面显示
    */
   onShow: function () {
-
+    this.setData({
+      show:0
+    })
   },
 
   /**