liyongli 5 months ago
parent
commit
08735d6643
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/History/index.vue

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

@@ -329,9 +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 = '起点新闻极速版';
-      getUserTotal({ app: this.form.app }).then(r => {
+      getUserTotal({ app }).then(r => {
         this.userTotalList = (r || []).map(v => {
           return {
             name: v.name,