Commit 70e618a2 by 肖康

x

parent 1d6b5bc6
......@@ -5,7 +5,7 @@ export default {
let randstr="";
let ticket="";
// 直接生成一个验证码对象
var captcha1 = new TencentCaptcha('2020469075', function(res) {
var captcha1 = new TencentCaptcha('2057582825', function(res) {
randstr=res.randstr;
ticket=res.ticket;
if(res.ret==0){
......
......@@ -14,7 +14,7 @@
:src="wechatArticle.top.img"/></a>
</div>
<div class="banner-footer">
<a :href="wechatArticle.top.url | urlPatg('wechatlist')"><span>活动&nbsp;|&nbsp;</span>{{wechatArticle.top.title}}</a>
<a :href="wechatArticle.top.url | urlPatg('wechatlist')">{{wechatArticle.top.title}}</a>
</div>
</div>
</div>
......
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment