|
@@ -390,11 +390,11 @@ function init() {
|
|
|
switch (res.code.toString()) {
|
|
|
case "0":
|
|
|
data.srcContentId = res.data.srcContentId
|
|
|
- if (data.tweetId != data.srcContentId) {
|
|
|
- data.error_txt = 'Giveways link Error'
|
|
|
- data.status = 'error'
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (data.tweetId != data.srcContentId) {
|
|
|
+ // data.error_txt = 'Giveways link Error'
|
|
|
+ // data.status = 'error'
|
|
|
+ // return
|
|
|
+ // }
|
|
|
|
|
|
// 未开始
|
|
|
if (res.data.postType == 0) {
|