From d1639957654a8bd6140c90d150fe7d860d672da7 Mon Sep 17 00:00:00 2001
From: Huakk <1751826683@qq.com>
Date: Wed, 29 May 2024 12:31:44 +0800
Subject: [PATCH] release(custom): 4.0.0
---
.env.development | 3 ++-
src/components/StoreList.vue | 3 ++-
src/pages/game/view/index.config.ts | 1 +
src/pages/game/view/index.vue | 12 ++++++------
4 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/.env.development b/.env.development
index a6582d4..7d3b726 100644
--- a/.env.development
+++ b/.env.development
@@ -8,7 +8,8 @@ TARO_APP_KEY='1234567890'
TARO_APP_API='https://test.wanzhuanyongcheng.cn/app'
# 骰子游戏链接
-TARO_APP_GAME='https://jdt-test-tz.wanzhuanyongcheng.cn/pages/index/index?uid='
+# TARO_APP_GAME='https://jdt-test-tz.wanzhuanyongcheng.cn/pages/index/index?uid='
+TARO_APP_GAME='http://192.168.31.225:10086?uid='
# 捕鱼游戏链接
TARO_APP_FISH_GAME='https://jdt-test-fish.wanzhuanyongcheng.cn/?uid='
\ No newline at end of file
diff --git a/src/components/StoreList.vue b/src/components/StoreList.vue
index 00be9a7..db45850 100644
--- a/src/components/StoreList.vue
+++ b/src/components/StoreList.vue
@@ -1,6 +1,6 @@
-
+
+
diff --git a/src/pages/game/view/index.config.ts b/src/pages/game/view/index.config.ts
index 68494b6..9a66c14 100644
--- a/src/pages/game/view/index.config.ts
+++ b/src/pages/game/view/index.config.ts
@@ -1,3 +1,4 @@
export default definePageConfig({
navigationBarTitleText: "",
+ navigationStyle: "custom",
});
diff --git a/src/pages/game/view/index.vue b/src/pages/game/view/index.vue
index ef91441..f24dc17 100644
--- a/src/pages/game/view/index.vue
+++ b/src/pages/game/view/index.vue
@@ -3,14 +3,14 @@