|
|
@@ -16,11 +16,22 @@
|
|
|
<body>
|
|
|
|
|
|
|
|
|
- <div id="myApp">
|
|
|
+ <div id="myApp" class="bg-box">
|
|
|
|
|
|
|
|
|
- <span>{{id}}</span>
|
|
|
- <button onclick="isfollowqr('http://open.weixin.qq.com/qr/code?username=hszuqiu')">立即领取</button>
|
|
|
+ <img alt="" class="headImg-box" :src=headSrc>
|
|
|
+
|
|
|
+ <div class="content-box">
|
|
|
+ <img alt="" :src=contentSrc />
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <div class="num-box">已有 <span style="color: #A4404E">{{num}}</span> 人领取成功</div>
|
|
|
+
|
|
|
+
|
|
|
+ <img class="get-btn-box" src="image/get-free.gif" alt="" onclick="isfollowqr('http://open.weixin.qq.com/qr/code?username=hszuqiu')" />
|
|
|
+
|
|
|
|
|
|
</div>
|
|
|
|
|
|
@@ -46,7 +57,9 @@
|
|
|
new Vue({
|
|
|
el:'#myApp',
|
|
|
data:{
|
|
|
- id:255
|
|
|
+ num:52255,
|
|
|
+ headSrc:'image/headImg.png',
|
|
|
+ contentSrc:"image/content-bg.png"
|
|
|
},
|
|
|
methods:{},
|
|
|
mounted(){
|