Showing
1 changed file
with
0 additions
and
2 deletions
@@ -482,8 +482,6 @@ Page(Object.assign({ | @@ -482,8 +482,6 @@ Page(Object.assign({ | ||
482 | 482 | ||
483 | if ((this.data.avatarList.length + 1) === this.data.assistLimit) { | 483 | if ((this.data.avatarList.length + 1) === this.data.assistLimit) { |
484 | detailModel.getLimitCode(this.data.originUid, this.data.limitProductCode); | 484 | detailModel.getLimitCode(this.data.originUid, this.data.limitProductCode); |
485 | - } else if (this.data.avatarList.length === this.data.assistLimit) { | ||
486 | - detailModel.getLimitCode(this.data.originUid, this.data.limitProductCode); | ||
487 | } | 485 | } |
488 | } else if (result.code === 401) { | 486 | } else if (result.code === 401) { |
489 | this.setData({ | 487 | this.setData({ |
-
Please register or login to post a comment