dever 4 년 전
부모
커밋
c75a0ef810
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      lib/dever/index.js

+ 3 - 1
lib/dever/index.js

@@ -641,7 +641,9 @@ var share =
 		self.param.timelineCallback = function() {};
 		self.param.sendMessageCallback = function() {};
 		self.param.shareQQCallback = function() {};
-		self.param.source_link = location.href;
+		if (!self.param.source_link) {
+			self.param.source_link = location.href;
+		}
 
         if (self.wechat) {
             self.wechatInit();