@@ -76,7 +76,9 @@
},
init : function() {
- this.Dever.shareInit(wx, 1, false, this.data);
+ if (this.Dever.source == 'h5') {
+ this.Dever.shareInit(wx, 1, false, this.data);
+ }
share : function(type) {
@@ -640,7 +640,8 @@ var share =
self.param = param;
self.param.timelineCallback = function() {};
self.param.sendMessageCallback = function() {};
- self.param.shareQQCallback = function() {};
+ self.param.shareQQCallback = function() {};
+ self.param.source_link = location.href;
if (self.wechat) {
self.wechatInit();