Limengbo пре 6 година
родитељ
комит
ae13089cae
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      compontents/share/share.js

+ 3 - 0
compontents/share/share.js

@@ -122,6 +122,9 @@ Component({
                         success: function(res) {
                             if (res.confirm) {
                                 console.log('用户点击确定');
+                                this.setData({
+                                  flag: !this.data.flag
+                                })
                             }
                             //that.hideShareImg()
                         }