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