Browse Source

邀请 手机号 开发中

shish 6 năm trước cách đây
mục cha
commit
eb6b40d340
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      store/src/admin/interest/invite.vue

+ 3 - 1
store/src/admin/interest/invite.vue

@@ -47,7 +47,7 @@
                   <span>{{ item.giveTime | formatTime }}</span>
                   <span class="list-remark-prompt">兑奖</span>
                 </div>
-                <div>介绍人:{{ item.introUserName }}</div>
+                <div>介绍人:{{ item.introUserName }} {{ item.introMobile }}</div>
               </div>
               <div class="admin-button-com blue" v-if="item.status == 1" @click="redeemFn(item)">兑奖</div>
             </div>
@@ -166,6 +166,8 @@ export default {
       this._list();
     },
     searchFn(e) {
+      this.$msg('开发中...');
+      return false;
       this._list();
     },
     _list() {