|
@@ -194,7 +194,6 @@
|
|
|
showY() {
|
|
|
this.show = !this.show
|
|
|
},
|
|
|
-
|
|
|
async getIndex() {
|
|
|
const res = await getIndex()
|
|
|
this.service = res.data.service
|
|
@@ -209,12 +208,10 @@
|
|
|
this.sum_bet = res.data.sum_bet
|
|
|
this.group_sum_bet = res.data.group_sum_bet
|
|
|
},
|
|
|
-
|
|
|
// 跳转到联系客服
|
|
|
nav() {
|
|
|
window.location.href = this.service
|
|
|
},
|
|
|
-
|
|
|
// 获取用户余额信息
|
|
|
getUserWallet() {
|
|
|
gameWallet().then((res) => {
|