diff --git a/api/my-index.js b/api/my-index.js index c6c2c7d..2cf2655 100644 --- a/api/my-index.js +++ b/api/my-index.js @@ -291,3 +291,20 @@ export const endUserService = id => { method: 'get' }) } + +/** 购买记录 */ +export const getUserBuyRecordList = data => { + return http({ + url: '/api/service/order/list', + method: 'get', + data + }) +} + +/** 购买记录详情 */ +export const getUserBuyRecordDetail = id => { + return http({ + url: `/api/service/order/${id}`, + method: 'get' + }) +} diff --git a/components/LiveMoreActionsPanel.nvue b/components/LiveMoreActionsPanel.nvue index b078a72..862a62c 100644 --- a/components/LiveMoreActionsPanel.nvue +++ b/components/LiveMoreActionsPanel.nvue @@ -31,12 +31,31 @@ 镜像 - + + + + + + + 禁止发言 + 恢复发言 + + @@ -50,7 +69,8 @@ diff --git a/static/images/jinzhifayan.png b/static/images/jinzhifayan.png new file mode 100644 index 0000000..8ccd9b5 Binary files /dev/null and b/static/images/jinzhifayan.png differ diff --git a/static/images/no-administrator.png b/static/images/no-administrator.png new file mode 100644 index 0000000..9d68f02 Binary files /dev/null and b/static/images/no-administrator.png differ diff --git a/static/images/yunxufayan.png b/static/images/yunxufayan.png new file mode 100644 index 0000000..a86e16f Binary files /dev/null and b/static/images/yunxufayan.png differ diff --git a/uni_modules/tuikit-atomic-x/components/LiveAudienceList/AudienceActionPanel.nvue b/uni_modules/tuikit-atomic-x/components/LiveAudienceList/AudienceActionPanel.nvue index cf3cd98..0790138 100644 --- a/uni_modules/tuikit-atomic-x/components/LiveAudienceList/AudienceActionPanel.nvue +++ b/uni_modules/tuikit-atomic-x/components/LiveAudienceList/AudienceActionPanel.nvue @@ -33,7 +33,7 @@ @@ -46,12 +46,32 @@ 解除禁言 禁言 + + + + + + + 撤销管理员 + 设置管理员 + + 踢出房间 - - - - - - 设置管理员 -