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