Commit 9c91333b authored by 俞嘉婷's avatar 俞嘉婷

feat: 对方提供的小程序链接更新

parent fff648b8
...@@ -235,17 +235,17 @@ export class MyBagPanel extends Panel { ...@@ -235,17 +235,17 @@ export class MyBagPanel extends Panel {
console.log(prizeId); console.log(prizeId);
const prizeType = this.prizeIdType[prizeId]; const prizeType = this.prizeIdType[prizeId];
// 礼品卡页:/package/pages/gift-card/card-list/index // 礼品卡页:/packages/giftCard/cardPurchase/index
// 优惠券页:/package/pages/mine-coupon/index // 优惠券页:/packages/marketing/couponList/index
if (prizeType == 1 || prizeType == 3) { if (prizeType == 1 || prizeType == 3) {
// @ts-ignore // @ts-ignore
wx.miniProgram.navigateTo({ wx.miniProgram.navigateTo({
url: "/package/pages/mine-coupon/index", url: "/packages/marketing/couponList/index",
}); });
} else if (prizeType == 2 || prizeType == 4) { } else if (prizeType == 2 || prizeType == 4) {
// @ts-ignore // @ts-ignore
wx.miniProgram.navigateTo({ wx.miniProgram.navigateTo({
url: "/package/pages/gift-card/card-list/index?tabcIndex=1", url: "/packages/giftCard/cardPurchase/index?tabcIndex=1",
}); });
} else { } else {
if (url) { if (url) {
......
...@@ -284,7 +284,7 @@ export class HomeScene extends Scene { ...@@ -284,7 +284,7 @@ export class HomeScene extends Scene {
} }
// @ts-ignore // @ts-ignore
wx.miniProgram.navigateTo({ wx.miniProgram.navigateTo({
url: "/package/pages/user-info/index", url: "/packages/user/userInfo/index",
success: (res) => { success: (res) => {
console.log("成功", res); console.log("成功", res);
}, },
......
...@@ -29,7 +29,7 @@ export enum WebNetName { ...@@ -29,7 +29,7 @@ export enum WebNetName {
finalSubmit = "game/finalSubmit.do", finalSubmit = "game/finalSubmit.do",
queryReviveData = "game/queryReviveData.do", queryReviveData = "game/queryReviveData.do",
reviveGame = "game/reviveGame.do", reviveGame = "game/reviveGame.do",
avatarGuide = "game/avatarGuide.do", avatarGuide = "home/avatarGuide.do",
bagRecords = "bag/bagRecords.do", bagRecords = "bag/bagRecords.do",
......
...@@ -98,14 +98,14 @@ ...@@ -98,14 +98,14 @@
</style> </style>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1751956414430/src/assets/plugin/zepto.min.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1756266612171/src/assets/plugin/zepto.min.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1751956414430/src/assets/plugin/declare-process.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1756266612171/src/assets/plugin/declare-process.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1751956414430/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1756266612171/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1751956414430/src/assets/plugin/jszip.min.v3.10.1.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1756266612171/src/assets/plugin/jszip.min.v3.10.1.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1751956414430/src/assets/plugin/rem.min.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1756266612171/src/assets/plugin/rem.min.js"></script>
<script src="//res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> <script src="//res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1751956414430/style.css" />--> <!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1756266612171/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1751956414430/custom.css" />--> <!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1756266612171/custom.css" />-->
<!-- <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script>--> <!-- <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script>-->
<!-- <script>eruda.init()</script>--> <!-- <script>eruda.init()</script>-->
...@@ -118,20 +118,20 @@ ...@@ -118,20 +118,20 @@
</div> </div>
<!-- Polyfills bundle. --> <!-- Polyfills bundle. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1751956414430/src/polyfills.bundle.js" charset="utf-8"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1756266612171/src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. --> <!-- SystemJS support. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1751956414430/src/system.bundle.js" charset="utf-8"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1756266612171/src/system.bundle.js" charset="utf-8"></script>
<!-- Import map --> <!-- Import map -->
<!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/1751956414430/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>--> <!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/1756266612171/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script type="systemjs-importmap" charset="utf-8"> <script type="systemjs-importmap" charset="utf-8">
{"imports":{"cc":"//yun.duiba.com.cn/db_games/ccc_game/template3d/1751956414430/cocos-js/cc.js"}} {"imports":{"cc":"//yun.duiba.com.cn/db_games/ccc_game/template3d/1756266612171/cocos-js/cc.js"}}
</script> </script>
<script> <script>
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1751956414430/index.js').catch(function (err) { System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1756266612171/index.js').catch(function (err) {
console.error(err); console.error(err);
}) })
</script> </script>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"actEndTime": 1735638689560, "actEndTime": 1735638689560,
"actStartTime": 1733565086149, "actStartTime": 1733565086149,
"avatar": null, "avatar": null,
"boolNotLogin": true, "boolNotLogin": false,
"bagPopVO": { "bagPopVO": {
"bagNum": 42900739.4793739, "bagNum": 42900739.4793739,
"bagImg": "sunt esse ea Duis", "bagImg": "sunt esse ea Duis",
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
"signPopFlag": false, "signPopFlag": false,
"bagLightFlag": true, "bagLightFlag": true,
"bagSwitch": false, "bagSwitch": false,
"avatarGuide": false "avatarGuide": true
}, },
"message": null, "message": null,
"success": true, "success": true,
......
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
"progress": 1, "progress": 1,
"state": "success", "state": "success",
"stage": "build", "stage": "build",
"message": "2025-7-8 14:35:31 build success in 1 min 56 s!", "message": "2025-8-27 11:52:46 build success in 2 min 34 s!",
"detailMessage": "%c兑吧发布插件 >> 版本号:1751956414430\rcolor: green\r", "detailMessage": "refresh db internal success\r",
"options": { "options": {
"name": "cocos-template-3d", "name": "cocos-template-3d",
"server": "", "server": "",
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
"mangleProperties": false, "mangleProperties": false,
"inlineEnum": true "inlineEnum": true
}, },
"time": "2025-7-8 14:33:34", "time": "8-27-2025 11:50:11",
"dirty": false "dirty": false
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment