|
|
@@ -27,7 +27,7 @@
|
|
|
<img alt="" :src=contentSrc />
|
|
|
</div>
|
|
|
|
|
|
-
|
|
|
+ <a href="http://8.136.230.133:8080/dealerDownload?fileId=1399292105161359361&agentId=3145&informationId=1399292105119416321"></a>
|
|
|
|
|
|
<div class="num-box">已有 <span style="color: #A4404E">{{num}}</span> 人领取成功</div>
|
|
|
|
|
|
@@ -51,7 +51,8 @@
|
|
|
headSrc:'image/headImg.png',
|
|
|
contentSrc:"image/content-bg.png",
|
|
|
weChatCode:'',
|
|
|
- isFollow:'0'
|
|
|
+ isFollow:'0',
|
|
|
+ openId:'',
|
|
|
},
|
|
|
methods:{
|
|
|
goWeChat(){
|
|
|
@@ -96,6 +97,7 @@
|
|
|
}).then(function(rs) {
|
|
|
if(rs.data.code === 200) {
|
|
|
window.location.href = rs.data.msg;
|
|
|
+ console.log(rs.data)
|
|
|
}else {
|
|
|
|
|
|
}
|
|
|
@@ -140,6 +142,7 @@
|
|
|
that.setWxConfig(rs.data.msg.js_sign);
|
|
|
that.headSrc = rs.data.msg.headimgurl;
|
|
|
that.isFollow = rs.data.msg.subscribe;
|
|
|
+ that.openId = rs.data.msg.openid;
|
|
|
}
|
|
|
}).catch(function(e) {
|
|
|
console.log(e);
|