guhongwei il y a 4 ans
Parent
commit
ccbd441c22
2 fichiers modifiés avec 4 ajouts et 5 suppressions
  1. 2 3
      src/views/hall/direct.vue
  2. 2 2
      src/views/superAdminCenter/business/index.vue

+ 2 - 3
src/views/hall/direct.vue

@@ -52,11 +52,10 @@
                     <div class="con1" ref="con1" :class="{ anim: animate == true }" @mouseenter="mEnter" @mouseleave="mLeave">
                       <el-col class="lunboList" :span="24" v-for="(item, index) in lunboList" :key="index">
                         <p>
+                          <span>[{{ item.meta | getDate }}]</span>
                           <span>{{ item.type == '0' ? '欢迎' : '祝贺' }}</span>
-                          <span v-if="item.type == '0'">测试人</span>
+                          <span v-if="item.type == '0'">{{ item.login_name }}</span>
                           <span v-if="item.type == '1'">{{ item.market_username }}</span>
-                          <span>在</span>
-                          <span>{{ item.meta | getDate }}</span>
                           <span v-if="item.type == '1'">和</span>
                           <span v-if="item.type == '1'">{{ item.username }}</span>
                           <span v-if="item.type == '1'">{{

+ 2 - 2
src/views/superAdminCenter/business/index.vue

@@ -76,8 +76,8 @@ export default {
       this.user.role == '0' && !_.get(this.user, 'pid') ? '' : (query.pid = this.user.uid);
       const res = await this.getBusinessUser(query);
       if (this.$checkRes(res)) {
-        this.$set(this, `list`, res.data);
-        this.$set(this, `total`, res.total);
+        // this.$set(this, `list`, res.data);
+        // this.$set(this, `total`, res.total);
       }
     },
     // 添加