提交 d06bcbbc 作者: 毛细亚

更新代码

上级 aca54f16
<svg t="1678332723840" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2801" width="200" height="200"><path d="M897 47 122 47c-28.667 0-53.167 10-73.5 30S18 121.333 18 150l0 724c0 28.667 10.167 53 30.5 73s44.833 30 73.5 30l775 0c28.667 0 53-10 73-30s30-44.333 30-73L1000 150c0-18.667-4.5-36-13.5-52S965 69.5 949 60.5 915.667 47 897 47zM949 874c0 9.333-2.333 18-7 26s-11 14.333-19 19-16.667 7-26 7L122 926c-14.667 0-27-5.167-37-15.5S70 888 70 874L70 150c0-9.333 2.333-18 7-26s11-14.167 19-18.5 16.667-6.5 26-6.5l775 0c9.333 0 18 2.167 26 6.5s14.333 10.5 19 18.5 7 16.667 7 26L949 874zM256 678 138 377c-1.333-5.333-2-11.667-2-19 1.333-24 14.667-37.333 40-40 16 1.333 28 10.333 36 27l85 224 82-224c10-18 22.667-27 38-27 25.333 2.667 39.333 16 42 40-1.333 7.333-2.667 13.667-4 19L337 678c-10 18.667-23.333 28-40 28C277 706 263.333 696.667 256 678zM480 668 480 360c0-26.667 13.333-40.667 40-42 25.333 1.333 38.667 15.333 40 42l0 308c-1.333 25.333-14.667 38-40 38C493.333 706 480 693.333 480 668zM609 668 609 365c0-26.667 13.333-40.667 40-42l97 0c85.333 5.333 131 48 137 128-6 80-51 123-135 129l-59 0 0 88c-2 25.333-15.333 38-40 38C622.333 706 609 693.333 609 668zM689 394l0 114 54 0c34-1.333 52.333-20.333 55-57-2.667-35.333-21-54.333-55-57L689 394z" p-id="2802" ></path></svg>
\ No newline at end of file
...@@ -16,7 +16,6 @@ const state = { ...@@ -16,7 +16,6 @@ const state = {
chatUserInfo: {}, // 当前选中的用户的详情 chatUserInfo: {}, // 当前选中的用户的详情
viewLoading:false, // 查看用户详情的时候 加载状态 viewLoading:false, // 查看用户详情的时候 加载状态
taskDetails: {}, // 任务详情 taskDetails: {}, // 任务详情
vipRoleInfo: {}, // VIP等级信息
// 任务数据 // 任务数据
taskData: { taskData: {
user_task: 0, user_task: 0,
...@@ -54,9 +53,6 @@ const mutations = { ...@@ -54,9 +53,6 @@ const mutations = {
...data, ...data,
lastUpdateTime: Date.now() lastUpdateTime: Date.now()
} }
},
set_vipRoleInfo(state, data) {
state.vipRoleInfo = data
} }
} }
......
...@@ -253,6 +253,7 @@ export default { ...@@ -253,6 +253,7 @@ export default {
showLayer: false, showLayer: false,
showSendChannel: false, showSendChannel: false,
channelInfoList: {}, channelInfoList: {},
sendChatMessage:sendChatMessage,
transMemberStatus: true transMemberStatus: true
} }
}, },
......
...@@ -20,6 +20,12 @@ ...@@ -20,6 +20,12 @@
> >
<sendQrCode v-if="activeName === 'sendQrCode'"/> <sendQrCode v-if="activeName === 'sendQrCode'"/>
</el-tab-pane> --> </el-tab-pane> -->
<el-tab-pane
label="发送 SVIP 海报"
name="sendVipPoster"
>
<sendVipPoster v-if="activeName === 'sendVipPoster'"/>
</el-tab-pane>
</el-tabs> </el-tabs>
</div> </div>
</div> </div>
...@@ -30,12 +36,14 @@ import vipTools from './components/quickSendGame/vipTools.vue' ...@@ -30,12 +36,14 @@ import vipTools from './components/quickSendGame/vipTools.vue'
import sendGame from './components/quickSendGame/sendGame.vue' import sendGame from './components/quickSendGame/sendGame.vue'
import { mapActions } from 'vuex' import { mapActions } from 'vuex'
import sendQrCode from './components/quickSendGame//ServiceMessageDialog.vue' import sendQrCode from './components/quickSendGame//ServiceMessageDialog.vue'
import sendVipPoster from './components/quickSendGame/sendVipLevelPoster.vue'
export default { export default {
name: 'quickSendGame', name: 'quickSendGame',
components: { components: {
vipTools, vipTools,
sendGame, sendGame,
sendQrCode, sendQrCode,
sendVipPoster,
}, },
data() { data() {
return { return {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论