Browse Source

推广素材

zhaoxiaohai 2 years ago
parent
commit
b6006e2d4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/promotional/details.js

+ 1 - 1
pages/promotional/details.js

@@ -111,7 +111,7 @@ Page({
             }
         })
         this.setData({
-            'detailsData.sharecount': data.sharecount + 1
+            'detailsData.sharecount': this.data.detailsData.sharecount + 1
         })
     },
     onShareAppMessage() {