liyongli 5 月之前
父节点
当前提交
62471fe023
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/History/index.vue

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

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