luck 2 years ago
parent
commit
bd27695b9b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/take/lattice.js

+ 4 - 0
pages/take/lattice.js

@@ -266,6 +266,10 @@ Page({
         that.setData({
           operateStatus: res.message.data.status
         })
+        wx.showToast({ title: res.message.msg, icon: 'none' })
+        this.setData({
+          show: !this.data.show
+        })
       } else
         wx.showToast({ title: res.message.msg, icon: 'none' })