diff --git a/common/config.js b/common/config.js index d981d33..11d0d4e 100644 --- a/common/config.js +++ b/common/config.js @@ -197,13 +197,13 @@ const defaultConfig = { "purchase_popup": "1", "exchange_times": "2", "balance_name": "钻石", - "balance_icon": "https://image.zfunbox.cn/app/icons/20250412/a482b527477e74f8a18ec02ebc7f0b4e.png", + "balance_icon": "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/app/icons/20250412/a482b527477e74f8a18ec02ebc7f0b4e.png", "currency1_name": "UU币", - "currency1_icon": "https://image.zfunbox.cn/app/icons/20250412/3d1741965e9439372d1ce101bd110616.png", + "currency1_icon": "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/app/icons/20250412/3d1741965e9439372d1ce101bd110616.png", "currency2_name": "达达券", - "currency2_icon": "https://image.zfunbox.cn/app/icons/20250412/19a9f69011fd82c85ab0df3a064a309c.png", - "win_audio": "https://image.zfunbox.cn/app/20250407/14ba53d367e1d131a344c6fd5cc0e28e.mp3", + "currency2_icon": "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/app/icons/20250412/19a9f69011fd82c85ab0df3a064a309c.png", + "win_audio": "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/app/20250407/14ba53d367e1d131a344c6fd5cc0e28e.mp3", "applet_version": "v1.0.3", "sign_in_spend_limit": "1", "show_dadajuan_limit": "0", @@ -219,7 +219,7 @@ const defaultConfig = { // 配置类 class ConfigManager { static getShareImageUrl() { - return "https://image.zfunbox.cn/icon/fenxiang.jpg"; //this.getAppSetting('share_image_url'); + return "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/icon/fenxiang.jpg"; //this.getAppSetting('share_image_url'); } /** * 初始化并加载配置 diff --git a/common/env.js b/common/env.js index a1b2027..b607d32 100644 --- a/common/env.js +++ b/common/env.js @@ -8,7 +8,7 @@ const development = { // API基础URL baseUrl: 'https://testapi.zfunbox.cn', // 图片资源URL - imageUrl: 'https://image.zfunbox.cn', + imageUrl: 'https://youdas-1308826010.cos.ap-shanghai.myqcloud.com', // 登录页面URL loginPage: 'https://testapi.zfunbox.cn/login.html', // 微信APPID @@ -18,22 +18,23 @@ const development = { // 生产环境配置 const production = { // baseUrl: 'https://youda.zfunbox.cn', - baseUrl: 'https://api.zfunbox.cn', - imageUrl: 'https://image.zfunbox.cn', + baseUrl: 'https://ydsapi.zpc-xy.com', + imageUrl: 'https://youdas-1308826010.cos.ap-shanghai.myqcloud.com', + //https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/icon_108.png loginPage: 'https://api.zfunbox.cn/login.html', wxAppId: 'wx0e33d80d35e4a3b1' }; const production_wz = { // baseUrl: 'https://youda.zfunbox.cn', baseUrl: 'https://youda.zfunbox.cn', - imageUrl: 'https://image.zfunbox.cn', + imageUrl: 'https://youdas-1308826010.cos.ap-shanghai.myqcloud.com', loginPage: 'https://youda.zfunbox.cn/login.html', wxAppId: 'wx0e33d80d35e4a3b1' }; // 测试环境配置 const testing = { baseUrl: 'https://testapi.zfunbox.cn', - imageUrl: 'https://image.zfunbox.cn', + imageUrl: 'https://youdas-1308826010.cos.ap-shanghai.myqcloud.com', loginPage: 'https://testapi.zfunbox.cn/login.html', wxAppId: 'wx0e33d80d35e4a3b1' }; diff --git a/components/custom-refresher/custom-refresher.vue b/components/custom-refresher/custom-refresher.vue index 80ff2f6..b578f86 100644 --- a/components/custom-refresher/custom-refresher.vue +++ b/components/custom-refresher/custom-refresher.vue @@ -3,7 +3,7 @@ - + {{statusText}} diff --git a/components/detail-lucky/detail-bao-xiang.vue b/components/detail-lucky/detail-bao-xiang.vue index 96a9ed6..cc41369 100644 --- a/components/detail-lucky/detail-bao-xiang.vue +++ b/components/detail-lucky/detail-bao-xiang.vue @@ -18,7 +18,7 @@ export default { return { isVisible: false, // 控制组件显示/隐藏 isInitialized: false, // 控制是否已初始化 - webpUrl: "https://image.zfunbox.cn/static/image/lucky/baoxiang.webp", + webpUrl: "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/baoxiang.webp", isFadingOut: false, // 控制淡出动画 }; }, @@ -33,7 +33,7 @@ export default { const webpImg = document.getElementById("animatedWebp"); // 重新加载图片实现从头播放 webpImg.src = ""; // 先清空 - webpImg.src = "https://image.zfunbox.cn/static/image/lucky/baoxiang.webp"; // 重新设置相同的URL + webpImg.src = "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/baoxiang.webp"; // 重新设置相同的URL webpImg.style.animationPlayState = "running"; if (this.bgmCtx && this.bgmCtx.csBgm) { this.bgmCtx.csBgm.seek(0); @@ -54,7 +54,7 @@ export default { this.isVisible = true; this.isFadingOut = false; // 重置淡出状态 this.webpUrl = - "https://image.zfunbox.cn/static/image/lucky/baoxiang.webp?v=" + new Date().getTime(); + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/baoxiang.webp?v=" + new Date().getTime(); this.audioManager.playBaoXiangBgm(); // 设置动画结束后的淡出效果 setTimeout(() => { @@ -88,7 +88,7 @@ export default { align-items: center; justify-content: center; box-sizing: border-box; - //background-image: url('https://image.zfunbox.cn/static/image/lucky/grand.webp'); + //background-image: url('https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/grand.webp'); background-size: cover; background-position: center; position: fixed; diff --git a/components/detail-lucky/detail-grand-prize.vue b/components/detail-lucky/detail-grand-prize.vue index 5e89ab2..4b50a89 100644 --- a/components/detail-lucky/detail-grand-prize.vue +++ b/components/detail-lucky/detail-grand-prize.vue @@ -18,7 +18,7 @@ export default { return { isVisible: false, // 控制组件显示/隐藏 isInitialized: false, // 控制是否已初始化 - webpUrl: "https://image.zfunbox.cn/static/image/lucky/grand.webp", + webpUrl: "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/grand.webp", isFadingOut: false, // 控制淡出动画 }; }, @@ -33,7 +33,7 @@ export default { const webpImg = document.getElementById("animatedWebp"); // 重新加载图片实现从头播放 webpImg.src = ""; // 先清空 - webpImg.src = "https://image.zfunbox.cn/static/image/lucky/grand.webp"; // 重新设置相同的URL + webpImg.src = "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/grand.webp"; // 重新设置相同的URL webpImg.style.animationPlayState = "running"; if (this.bgmCtx && this.bgmCtx.csBgm) { this.bgmCtx.csBgm.seek(0); @@ -54,7 +54,7 @@ export default { this.isVisible = true; this.isFadingOut = false; // 重置淡出状态 this.webpUrl = - "https://image.zfunbox.cn/static/image/lucky/grand.webp?v=" + new Date().getTime(); + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/grand.webp?v=" + new Date().getTime(); this.audioManager.playCsBgm(); // 设置动画结束后的淡出效果 setTimeout(() => { @@ -88,7 +88,7 @@ export default { align-items: center; justify-content: center; box-sizing: border-box; - //background-image: url('https://image.zfunbox.cn/static/image/lucky/grand.webp'); + //background-image: url('https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/grand.webp'); background-size: cover; background-position: center; position: fixed; diff --git a/components/detail-lucky/detail-lucky-canvas.vue b/components/detail-lucky/detail-lucky-canvas.vue index 04ab6b9..caa8afd 100644 --- a/components/detail-lucky/detail-lucky-canvas.vue +++ b/components/detail-lucky/detail-lucky-canvas.vue @@ -2,7 +2,7 @@ - @@ -226,7 +226,7 @@ export default { return [{ id: 1128, title: "兹琪露娜提亚斯", - imgurl: "https://image.zfunbox.cn/topic/20250515/2986e27e673ef675e02771cdebd9b822.jpg", + imgurl: "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/2986e27e673ef675e02771cdebd9b822.jpg", price: "350.00", real_pro: "0.02000", goods_type: 1, @@ -236,7 +236,7 @@ export default { { id: 1129, title: "月岗恋钟", - imgurl: "https://image.zfunbox.cn/topic/20250515/2c5ed2097716db6bef01da718bc3c091.jpg", + imgurl: "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/2c5ed2097716db6bef01da718bc3c091.jpg", price: "132.00", real_pro: "0.02000", goods_type: 1, @@ -246,7 +246,7 @@ export default { { id: 1130, title: "BANDAI万代拼装模型 1/100 MG 机动战士高达 倒A 逆A-15岁以上", - imgurl: "https://image.zfunbox.cn/topic/20250515/e35da49b4976f156f2f98dec002274a5.png", + imgurl: "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/e35da49b4976f156f2f98dec002274a5.png", price: "305.00", real_pro: "0.03000", goods_type: 1, @@ -256,7 +256,7 @@ export default { { id: 1131, title: "BANDAI 万代拼装模型 MG 主天使-15岁以上", - imgurl: "https://image.zfunbox.cn/topic/20250515/77302c6f1ea9ea6a8516cc1208174aee.png", + imgurl: "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/77302c6f1ea9ea6a8516cc1208174aee.png", price: "289.00", real_pro: "0.03000", goods_type: 1, @@ -266,7 +266,7 @@ export default { { id: 1132, title: "BANDAI万代 HG00 09 1/144 座天使高达一型-15岁以上", - imgurl: "https://image.zfunbox.cn/topic/20250515/55e816c93b5e4103a30682c586816b11.jpg", + imgurl: "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/55e816c93b5e4103a30682c586816b11.jpg", price: "114.00", real_pro: "0.50000", goods_type: 1, @@ -276,7 +276,7 @@ export default { { id: 1133, title: "BANDAI万代拼装模型 HGUC 130 机动战士高达 杰斯塔-15岁以上", - imgurl: "https://image.zfunbox.cn/topic/20250515/aeb6bfb8b4aa8a29796b242e4f5d56d9.png", + imgurl: "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/aeb6bfb8b4aa8a29796b242e4f5d56d9.png", price: "113.00", real_pro: "1.50000", goods_type: 1, @@ -286,7 +286,7 @@ export default { { id: 1134, title: "BANDAI万代拼装模型HG26 1/144 凯列班高达 异灵高达-15岁以上", - imgurl: "https://image.zfunbox.cn/topic/20250515/329e3a7e21772a63cea03d31f948345d.png", + imgurl: "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/329e3a7e21772a63cea03d31f948345d.png", price: "112.00", real_pro: "1.00000", goods_type: 1, @@ -296,7 +296,7 @@ export default { { id: 1135, title: "梦幻", - imgurl: "https://image.zfunbox.cn/topic/20250515/d2c7e48515d393084000595074209042.jpg", + imgurl: "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/d2c7e48515d393084000595074209042.jpg", price: "41.00", real_pro: "2.50000", goods_type: 1, @@ -306,7 +306,7 @@ export default { { id: 1136, title: "谜拟丘", - imgurl: "https://image.zfunbox.cn/topic/20250515/6031827bc455cbf86ff778d74ddffbd3.jpg", + imgurl: "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/6031827bc455cbf86ff778d74ddffbd3.jpg", price: "38.00", real_pro: "1.50000", goods_type: 1, @@ -316,7 +316,7 @@ export default { { id: 1137, title: "小提琴模型1个", - imgurl: "https://image.zfunbox.cn/topic/20250515/22846dea5a933ab314998afc51abb7bb.jpg", + imgurl: "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/22846dea5a933ab314998afc51abb7bb.jpg", price: "13.80", real_pro: "92.90000", goods_type: 1, @@ -692,17 +692,17 @@ export default { // 根据模式设置不同的背景 .slot-view-1 { - background: url("https://image.zfunbox.cn/static/image/lucky/di_5.png") no-repeat; + background: url("https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/di_5.png") no-repeat; background-size: 100% 100%; } .slot-view-3 { - background: url("https://image.zfunbox.cn/static/image/lucky/di_3.png") no-repeat; + background: url("https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/di_3.png") no-repeat; background-size: 100% 100%; } .slot-view-5 { - background: url("https://image.zfunbox.cn/static/image/lucky/di_5.png") no-repeat; + background: url("https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/di_5.png") no-repeat; background-size: 100% 100%; } diff --git a/components/detail-lucky/detail-lucky_1.vue b/components/detail-lucky/detail-lucky_1.vue index a11dd56..3816152 100644 --- a/components/detail-lucky/detail-lucky_1.vue +++ b/components/detail-lucky/detail-lucky_1.vue @@ -3,7 +3,7 @@ @@ -139,7 +139,7 @@ export default { id: 1128, title: "兹琪露娜提亚斯", imgurl: - "https://image.zfunbox.cn/topic/20250515/2986e27e673ef675e02771cdebd9b822.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/2986e27e673ef675e02771cdebd9b822.jpg", price: "350.00", real_pro: "0.02000", goods_type: 1, @@ -150,7 +150,7 @@ export default { id: 1129, title: "月岗恋钟", imgurl: - "https://image.zfunbox.cn/topic/20250515/2c5ed2097716db6bef01da718bc3c091.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/2c5ed2097716db6bef01da718bc3c091.jpg", price: "132.00", real_pro: "0.02000", goods_type: 1, @@ -161,7 +161,7 @@ export default { id: 1130, title: "BANDAI万代拼装模型 1/100 MG 机动战士高达 倒A 逆A-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/e35da49b4976f156f2f98dec002274a5.png", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/e35da49b4976f156f2f98dec002274a5.png", price: "305.00", real_pro: "0.03000", goods_type: 1, @@ -172,7 +172,7 @@ export default { id: 1131, title: "BANDAI 万代拼装模型 MG 主天使-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/77302c6f1ea9ea6a8516cc1208174aee.png", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/77302c6f1ea9ea6a8516cc1208174aee.png", price: "289.00", real_pro: "0.03000", goods_type: 1, @@ -183,7 +183,7 @@ export default { id: 1132, title: "BANDAI万代 HG00 09 1/144 座天使高达一型-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/55e816c93b5e4103a30682c586816b11.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/55e816c93b5e4103a30682c586816b11.jpg", price: "114.00", real_pro: "0.50000", goods_type: 1, @@ -194,7 +194,7 @@ export default { id: 1133, title: "BANDAI万代拼装模型 HGUC 130 机动战士高达 杰斯塔-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/aeb6bfb8b4aa8a29796b242e4f5d56d9.png", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/aeb6bfb8b4aa8a29796b242e4f5d56d9.png", price: "113.00", real_pro: "1.50000", goods_type: 1, @@ -205,7 +205,7 @@ export default { id: 1134, title: "BANDAI万代拼装模型HG26 1/144 凯列班高达 异灵高达-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/329e3a7e21772a63cea03d31f948345d.png", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/329e3a7e21772a63cea03d31f948345d.png", price: "112.00", real_pro: "1.00000", goods_type: 1, @@ -216,7 +216,7 @@ export default { id: 1135, title: "梦幻", imgurl: - "https://image.zfunbox.cn/topic/20250515/d2c7e48515d393084000595074209042.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/d2c7e48515d393084000595074209042.jpg", price: "41.00", real_pro: "2.50000", goods_type: 1, @@ -227,7 +227,7 @@ export default { id: 1136, title: "谜拟丘", imgurl: - "https://image.zfunbox.cn/topic/20250515/6031827bc455cbf86ff778d74ddffbd3.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/6031827bc455cbf86ff778d74ddffbd3.jpg", price: "38.00", real_pro: "1.50000", goods_type: 1, @@ -238,7 +238,7 @@ export default { id: 1137, title: "小提琴模型1个", imgurl: - "https://image.zfunbox.cn/topic/20250515/22846dea5a933ab314998afc51abb7bb.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/22846dea5a933ab314998afc51abb7bb.jpg", price: "13.80", real_pro: "92.90000", goods_type: 1, @@ -462,7 +462,7 @@ export default { } // 老虎机视图样式 .slot-view { - background: url("https://image.zfunbox.cn/static/image/lucky/di_5.png") + background: url("https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/di_5.png") no-repeat; background-size: 100% 100%; width: 100%; diff --git a/components/detail-lucky/detail-lucky_3.vue b/components/detail-lucky/detail-lucky_3.vue index a5b6d26..f4e4e75 100644 --- a/components/detail-lucky/detail-lucky_3.vue +++ b/components/detail-lucky/detail-lucky_3.vue @@ -3,7 +3,7 @@ @@ -141,7 +141,7 @@ export default { id: 1128, title: "兹琪露娜提亚斯", imgurl: - "https://image.zfunbox.cn/topic/20250515/2986e27e673ef675e02771cdebd9b822.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/2986e27e673ef675e02771cdebd9b822.jpg", price: "350.00", real_pro: "0.02000", goods_type: 1, @@ -152,7 +152,7 @@ export default { id: 1129, title: "月岗恋钟", imgurl: - "https://image.zfunbox.cn/topic/20250515/2c5ed2097716db6bef01da718bc3c091.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/2c5ed2097716db6bef01da718bc3c091.jpg", price: "132.00", real_pro: "0.02000", goods_type: 1, @@ -163,7 +163,7 @@ export default { id: 1130, title: "BANDAI万代拼装模型 1/100 MG 机动战士高达 倒A 逆A-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/e35da49b4976f156f2f98dec002274a5.png", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/e35da49b4976f156f2f98dec002274a5.png", price: "305.00", real_pro: "0.03000", goods_type: 1, @@ -174,7 +174,7 @@ export default { id: 1131, title: "BANDAI 万代拼装模型 MG 主天使-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/77302c6f1ea9ea6a8516cc1208174aee.png", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/77302c6f1ea9ea6a8516cc1208174aee.png", price: "289.00", real_pro: "0.03000", goods_type: 1, @@ -185,7 +185,7 @@ export default { id: 1132, title: "BANDAI万代 HG00 09 1/144 座天使高达一型-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/55e816c93b5e4103a30682c586816b11.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/55e816c93b5e4103a30682c586816b11.jpg", price: "114.00", real_pro: "0.50000", goods_type: 1, @@ -196,7 +196,7 @@ export default { id: 1133, title: "BANDAI万代拼装模型 HGUC 130 机动战士高达 杰斯塔-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/aeb6bfb8b4aa8a29796b242e4f5d56d9.png", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/aeb6bfb8b4aa8a29796b242e4f5d56d9.png", price: "113.00", real_pro: "1.50000", goods_type: 1, @@ -207,7 +207,7 @@ export default { id: 1134, title: "BANDAI万代拼装模型HG26 1/144 凯列班高达 异灵高达-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/329e3a7e21772a63cea03d31f948345d.png", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/329e3a7e21772a63cea03d31f948345d.png", price: "112.00", real_pro: "1.00000", goods_type: 1, @@ -218,7 +218,7 @@ export default { id: 1135, title: "梦幻", imgurl: - "https://image.zfunbox.cn/topic/20250515/d2c7e48515d393084000595074209042.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/d2c7e48515d393084000595074209042.jpg", price: "41.00", real_pro: "2.50000", goods_type: 1, @@ -229,7 +229,7 @@ export default { id: 1136, title: "谜拟丘", imgurl: - "https://image.zfunbox.cn/topic/20250515/6031827bc455cbf86ff778d74ddffbd3.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/6031827bc455cbf86ff778d74ddffbd3.jpg", price: "38.00", real_pro: "1.50000", goods_type: 1, @@ -240,7 +240,7 @@ export default { id: 1137, title: "小提琴模型1个", imgurl: - "https://image.zfunbox.cn/topic/20250515/22846dea5a933ab314998afc51abb7bb.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/22846dea5a933ab314998afc51abb7bb.jpg", price: "13.80", real_pro: "92.90000", goods_type: 1, @@ -466,7 +466,7 @@ export default { // 老虎机视图样式 .slot-view { - background: url("https://image.zfunbox.cn/static/image/lucky/di_3.png") + background: url("https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/di_3.png") no-repeat; background-size: 100% 100%; width: 100%; diff --git a/components/detail-lucky/detail-lucky_5.vue b/components/detail-lucky/detail-lucky_5.vue index 627ae8c..f428087 100644 --- a/components/detail-lucky/detail-lucky_5.vue +++ b/components/detail-lucky/detail-lucky_5.vue @@ -3,7 +3,7 @@ @@ -143,7 +143,7 @@ export default { id: 1128, title: "兹琪露娜提亚斯", imgurl: - "https://image.zfunbox.cn/topic/20250515/2986e27e673ef675e02771cdebd9b822.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/2986e27e673ef675e02771cdebd9b822.jpg", price: "350.00", real_pro: "0.02000", goods_type: 1, @@ -154,7 +154,7 @@ export default { id: 1129, title: "月岗恋钟", imgurl: - "https://image.zfunbox.cn/topic/20250515/2c5ed2097716db6bef01da718bc3c091.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/2c5ed2097716db6bef01da718bc3c091.jpg", price: "132.00", real_pro: "0.02000", goods_type: 1, @@ -165,7 +165,7 @@ export default { id: 1130, title: "BANDAI万代拼装模型 1/100 MG 机动战士高达 倒A 逆A-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/e35da49b4976f156f2f98dec002274a5.png", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/e35da49b4976f156f2f98dec002274a5.png", price: "305.00", real_pro: "0.03000", goods_type: 1, @@ -176,7 +176,7 @@ export default { id: 1131, title: "BANDAI 万代拼装模型 MG 主天使-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/77302c6f1ea9ea6a8516cc1208174aee.png", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/77302c6f1ea9ea6a8516cc1208174aee.png", price: "289.00", real_pro: "0.03000", goods_type: 1, @@ -187,7 +187,7 @@ export default { id: 1132, title: "BANDAI万代 HG00 09 1/144 座天使高达一型-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/55e816c93b5e4103a30682c586816b11.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/55e816c93b5e4103a30682c586816b11.jpg", price: "114.00", real_pro: "0.50000", goods_type: 1, @@ -198,7 +198,7 @@ export default { id: 1133, title: "BANDAI万代拼装模型 HGUC 130 机动战士高达 杰斯塔-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/aeb6bfb8b4aa8a29796b242e4f5d56d9.png", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/aeb6bfb8b4aa8a29796b242e4f5d56d9.png", price: "113.00", real_pro: "1.50000", goods_type: 1, @@ -209,7 +209,7 @@ export default { id: 1134, title: "BANDAI万代拼装模型HG26 1/144 凯列班高达 异灵高达-15岁以上", imgurl: - "https://image.zfunbox.cn/topic/20250515/329e3a7e21772a63cea03d31f948345d.png", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/329e3a7e21772a63cea03d31f948345d.png", price: "112.00", real_pro: "1.00000", goods_type: 1, @@ -220,7 +220,7 @@ export default { id: 1135, title: "梦幻", imgurl: - "https://image.zfunbox.cn/topic/20250515/d2c7e48515d393084000595074209042.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/d2c7e48515d393084000595074209042.jpg", price: "41.00", real_pro: "2.50000", goods_type: 1, @@ -231,7 +231,7 @@ export default { id: 1136, title: "谜拟丘", imgurl: - "https://image.zfunbox.cn/topic/20250515/6031827bc455cbf86ff778d74ddffbd3.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/6031827bc455cbf86ff778d74ddffbd3.jpg", price: "38.00", real_pro: "1.50000", goods_type: 1, @@ -242,7 +242,7 @@ export default { id: 1137, title: "小提琴模型1个", imgurl: - "https://image.zfunbox.cn/topic/20250515/22846dea5a933ab314998afc51abb7bb.jpg", + "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/22846dea5a933ab314998afc51abb7bb.jpg", price: "13.80", real_pro: "92.90000", goods_type: 1, @@ -459,7 +459,7 @@ export default { // 老虎机视图样式 .slot-view { - background: url("https://image.zfunbox.cn/static/image/lucky/di_5.png") no-repeat; + background: url("https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/di_5.png") no-repeat; background-size: 100% 100%; width: 100%; padding-top: 80rpx; diff --git a/components/home-page/GoodsItem.vue b/components/home-page/GoodsItem.vue index f090852..18375f4 100644 --- a/components/home-page/GoodsItem.vue +++ b/components/home-page/GoodsItem.vue @@ -114,7 +114,7 @@ export default { display: flex; justify-content: center; align-items: center; - background-image: url(https://image.zfunbox.cn/static/web/static/common/label2.png); + background-image: url(https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/web/static/common/label2.png); text { font-size: 16rpx; diff --git a/components/page-container/page-container.vue b/components/page-container/page-container.vue index eab8243..c4ed450 100644 --- a/components/page-container/page-container.vue +++ b/components/page-container/page-container.vue @@ -7,7 +7,7 @@