Authored by QC-L

fix: rm qrcode for goods detail

... ... @@ -579,8 +579,9 @@ Page(extend({}, Actionsheet, Toast, {
},
share: function (event) {
this.setData({
'actionsheet.show': true
'actionsheet.show': false
})
},
shareHide: function (event) {
... ...
... ... @@ -62,7 +62,7 @@
</view>
<view class="goodShare">
<image class="shareIcon" src="./images/share-ic@2x.png" bindtap="share"></image>
<button bindtap="share" formType="submit" class="shareButton"></button>
<button bindtap="share" open-type="share" formType="submit" class="shareButton"></button>
</view>
</view>
... ...