guhongwei 5 năm trước cách đây
mục cha
commit
9e8eb0024d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/store/onlive/room.js

+ 2 - 0
src/store/onlive/room.js

@@ -23,10 +23,12 @@ const actions = {
     const res = await this.$axios.$post(`${api.roomInfo}`, payload);
     return res;
   },
+  // 记录观看
   async lookuserFetch({ commit }, payload) {
     const res = await this.$axios.$get(`${api.lookuserInfo}`, payload);
     return res;
   },
+  // 名字查详情
   async roomfetch({ commit }, payload) {
     const res = await this.$axios.$get(`${api.roomInfo}/roomname`, payload);
     return res;