提交 6eb7fa02 作者: 毛细亚

Merge branch 'release' into 1.1

...@@ -50,8 +50,8 @@ import Debug from '@/components/debug.vue' ...@@ -50,8 +50,8 @@ import Debug from '@/components/debug.vue'
export default { export default {
name: 'App', name: 'App',
components: { components: {
Debug, bindUserList,
bindUserList Debug
}, },
data() { data() {
return { return {
......
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
} }
}, },
computed: { computed: {
...mapState('game', ['chatUserInfo']), ...mapState('game', ['chatUserInfo','userid','external_userid']),
}, },
watch: { watch: {
show(newVal, oldVal) { show(newVal, oldVal) {
...@@ -369,8 +369,8 @@ ...@@ -369,8 +369,8 @@
}, },
submit() { submit() {
const data = { const data = {
userid: this.chatUserInfo.userid, userid: this.chatUserInfo.userid || this.userid,
external_userid: this.chatUserInfo.external_userid, external_userid: this.chatUserInfo.external_userid || this.external_userid,
member_id: this.userDetails.id && this.userDetails.id != '' ? this.userDetails.id : this.checkoutUser.member_id, member_id: this.userDetails.id && this.userDetails.id != '' ? this.userDetails.id : this.checkoutUser.member_id,
username: this.userDetails.username, username: this.userDetails.username,
reg_game_id: this.userDetails.reg_game_id, reg_game_id: this.userDetails.reg_game_id,
......
...@@ -343,9 +343,6 @@ export default { ...@@ -343,9 +343,6 @@ export default {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.qr-contain { .qr-contain {
margin: 0 auto; margin: 0 auto;
/* margin-top: 20px; */ /* margin-top: 20px; */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论