guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
9e8eb0024d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;