Commit bca503e1 by zujiaozhang

'修改分享帖子先获取token再checkuser'

parent 8d0bd6c7
......@@ -13,8 +13,8 @@ define(['zepto', 'medtap','../javaScript/beforeSubmitForLung.js'], function($, m
// 贴子审核状态
status: '0',
init: function() {
card.checkUser();
card.getToken();
card.checkUser();
card.getCardDetail();
if(card.status!=1){
window.location.replace('../pages/refuseTips.html')
......
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 to comment