Bläddra i källkod

Merge branch 'release' of 192.168.3.17:zhanghongbo/qfw into release

wangshan 9 år sedan
förälder
incheckning
22a2e0227e

+ 1 - 0
core/src/web/staticres/css/qfw.css

@@ -214,6 +214,7 @@ a.new_red:hover, a.new_red:active {
 	width: 100%;
 	margin-bottom: 0px;
 	cursor: pointer;
+	margin-top: 5px;
 }
 /* 第三方登录图标 */
 .weixinLoginBtn, .qqLoginBtn {

BIN
core/src/web/staticres/wxswordfish/images/share-icon.jpg


+ 2 - 2
core/src/web/templates/swordfish/wxtoolbar.html

@@ -84,7 +84,7 @@ $(function(){
 	        wx.onMenuShareTimeline({
 			    title: '剑鱼-招标订阅,招标信息早知道!', // 分享标题
 			    link: 'http://www.qimingxing.info/swordfish/share', // 分享链接
-			    imgUrl: '', // 分享图标
+			    imgUrl: 'http://www.qimingxing.info/wxswordfish/images/share-icon.jpg', // 分享图标
 			    success: function () { 
 			       //alert('分享成功');
 			    },
@@ -97,7 +97,7 @@ $(function(){
 			    title: '剑鱼-招标订阅,招标信息早知道!', // 分享标题
 			    desc: '关注微信并设置剑鱼关键词,全国招标信息统统推送给您!', // 分享描述
 			    link: 'http://www.qimingxing.info/swordfish/share', // 分享链接
-			    imgUrl: '', // 分享图标
+			    imgUrl: 'http://www.qimingxing.info/wxswordfish/images/share-icon.jpg', // 分享图标
 			    type: 'link', // 分享类型,music、video或link,不填默认为link
 			    dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
 			    success: function () {