liyongli 5 mesi fa
parent
commit
480f877efa
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/History/index.vue

+ 2 - 2
src/views/History/index.vue

@@ -329,8 +329,8 @@ export default {
     getUser() {
       let app = this.form.app;
       if (!app) return;
-      if (this.form.client == 888) app = '起点新闻';
-      if (this.form.client == 999) app = '起点新闻极速版';
+      if (this.form.client == '888') app = '起点新闻';
+      if (this.form.client == '999') app = '起点新闻极速版';
       getUserTotal({ app: this.form.app }).then(r => {
         this.userTotalList = (r || []).map(v => {
           return {