Browse Source

修改留言

LIPENGTAO1313 6 years ago
parent
commit
f9e089a266
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/bench-views/ArticleTemplate.vue

+ 1 - 1
src/components/bench-views/ArticleTemplate.vue

120
                this.leaveWordTotal(res.data.data[i]);
120
                this.leaveWordTotal(res.data.data[i]);
121
                this.companyName(res.data.data[i]);
121
                this.companyName(res.data.data[i]);
122
              } else {
122
              } else {
123
                if (res.data.data[i].status === 1) {
123
                if (res.data.data[i].status === '1') {
124
                  this.leaveWordTotal(res.data.data[i]);
124
                  this.leaveWordTotal(res.data.data[i]);
125
                }
125
                }
126
              }
126
              }