Authored by 郝肖肖

'fix'

@@ -64,7 +64,7 @@ module.exports = class extends global.yoho.BaseModel { @@ -64,7 +64,7 @@ module.exports = class extends global.yoho.BaseModel {
64 if (checkStatus === 1) { // 审核中 64 if (checkStatus === 1) { // 审核中
65 checkUrl = helpers.urlFormat('/activity/have-gain/verify', {}); 65 checkUrl = helpers.urlFormat('/activity/have-gain/verify', {});
66 } else if (checkStatus === 2) { // 审核成功 66 } else if (checkStatus === 2) { // 审核成功
67 - checkUrl = '//m.yohobuy.com?title=有货有赚&openby:yohobuy={"action":"go.minealliance","params":{"title":"有货有赚"}}'; // eslint-disable-line 67 + checkUrl = helpers.urlFormat('') + '?title=有货有赚&openby:yohobuy={"action":"go.minealliance","params":{"title":"有货有赚"}}' // eslint-disable-line
68 } else if (checkStatus === 3) { // 申请拒绝 68 } else if (checkStatus === 3) { // 申请拒绝
69 checkUrl = helpers.urlFormat('/activity/have-gain/fail', {}); 69 checkUrl = helpers.urlFormat('/activity/have-gain/fail', {});
70 } 70 }