|
@@ -1,15 +1,27 @@
|
|
|
-<html>
|
|
|
+<html >
|
|
|
<head>
|
|
|
<title>企明星-剑鱼</title>
|
|
|
-<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
+<meta charset="utf-8">
|
|
|
+<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
|
|
|
+<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0" user-scalable="no" />
|
|
|
+<meta name="renderer" content="webkit">
|
|
|
<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
|
|
|
<script src="/js/jquery.js"></script>
|
|
|
<script src="/wxswordfish/share.js"></script>
|
|
|
<script>
|
|
|
- initShare({{.T.signature}});
|
|
|
+ initShare({{.T.signature}},{{.T.shareid}});
|
|
|
</script>
|
|
|
</head>
|
|
|
-<body style="margin: 0px;">
|
|
|
-<img src="/wxswordfish/images/share-page.png" width="100%" height="100%">
|
|
|
+<body style="margin:0px;">
|
|
|
+<div style="width: 100%;height: 603px; margin: 0 auto;background: url(/wxswordfish/images/share-cj.png) no-repeat top center;overflow: hidden;background-size: 375px 603px">
|
|
|
+</div>
|
|
|
+<div style="max-width:375px; margin:auto;">
|
|
|
+<div style="float:left;">
|
|
|
+<img src="/front/weixinshare/{{.T.shareid}}" style="width:80px; height:80px;vertical-align:middle;" />
|
|
|
+</div>
|
|
|
+<div style="float:left;line-height:30px;margin-top:10px;width:75%;">
|
|
|
+ 长按图片识别二维码<br/>回复“抽奖”,有机会抽取iPad mini
|
|
|
+</div>
|
|
|
+</div>
|
|
|
</body>
|
|
|
</html>
|