提交 6eb7fa02 作者: 毛细亚

Merge branch 'release' into 1.1

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