Browse Source

修改图片压缩

renzheng 9 years ago
parent
commit
eecd898d2e

BIN
core/src/web/staticres/images/flop/bg-1.png


BIN
core/src/web/staticres/images/flop/bg-2.png


BIN
core/src/web/staticres/images/flop/card-1.png


BIN
core/src/web/staticres/images/flop/card-2.png


BIN
core/src/web/staticres/images/flop/card-3.png


BIN
core/src/web/staticres/images/flop/card-4.png


BIN
core/src/web/staticres/images/flop/card-5.png


BIN
core/src/web/staticres/images/flop/card-6.png


BIN
core/src/web/staticres/images/flop/card.png


BIN
core/src/web/staticres/images/flop/min-blessing.png


+ 1 - 1
core/src/web/templates/active/flop.html

@@ -9,7 +9,7 @@
 var signature = {{.T.signature}};
 var shareTitle = "{{.T.nickName}}在2016年{{.T.words}}";
 var shareLink = "http://www.qimingxing.info/active/flop/share/{{.T.openid}}";
-var shareIcon = "http://www.qimingxing.info/images/flop/blessing.png";
+var shareIcon = "http://www.qimingxing.info/images/flop/min-blessing.png";
 if(typeof(signature) != "undefined" && signature != null && signature.length == 4){
 	wx.config({
 	    debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。