|
@@ -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;
|