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 @@
-
diff --git a/index.html b/index.html
index d823612..e0b8142 100644
--- a/index.html
+++ b/index.html
@@ -4,12 +4,12 @@
<%= htmlWebpackPlugin.options.title %>-友达赏
-
+
-
+
diff --git a/package-lock.json b/package-lock.json
index 36a4d40..fb20bd1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,6 +8,7 @@
"@lucky-canvas/uni": "^0.0.14",
"eruda": "^3.4.1",
"js-md5": "^0.8.3",
+ "lodash": "^4.17.21",
"uqrcodejs": "^4.0.7"
}
},
@@ -29,6 +30,12 @@
"resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.8.3.tgz",
"integrity": "sha512-qR0HB5uP6wCuRMrWPTrkMaev7MJZwJuuw4fnwAzRgP4J4/F8RwtodOKpGp4XpqsLBFzzgqIO42efFAyz2Et6KQ=="
},
+ "node_modules/lodash": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
+ "license": "MIT"
+ },
"node_modules/lucky-canvas": {
"version": "1.7.27",
"resolved": "https://registry.npmjs.org/lucky-canvas/-/lucky-canvas-1.7.27.tgz",
diff --git a/package.json b/package.json
index 5302444..b7cf23f 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"@lucky-canvas/uni": "^0.0.14",
"eruda": "^3.4.1",
"js-md5": "^0.8.3",
+ "lodash": "^4.17.21",
"uqrcodejs": "^4.0.7"
}
}
diff --git a/pages/hegui/hegui.vue b/pages/hegui/hegui.vue
index b51d3f9..54c92ad 100644
--- a/pages/hegui/hegui.vue
+++ b/pages/hegui/hegui.vue
@@ -784,7 +784,7 @@ export default {
data.status = this.tabList[this.tabCur].status
}
try {
- // let l = { "goods_title": "一生爱干净的你Y", "goods_id": 1037, "orderlist": [{ "shang_title": "普通", "id": 49368, "goodslist_title": "哪吒贴纸", "goodslist_imgurl": "https://image.zfunbox.cn/topic/20250424/6294f30d70b3a90a744c0b8d11237501.png", "goodslist_money": 25, "goods_id": 1037, "shang_id": 38, "prize_code": "qMjx4Jnb10_1744275374", "prize_num": 2, "order_list_ids": [49368, 49370], "chooseNum": 0 }], "orderlist_total": 2, "orderlist_length": 1 };
+ // let l = { "goods_title": "一生爱干净的你Y", "goods_id": 1037, "orderlist": [{ "shang_title": "普通", "id": 49368, "goodslist_title": "哪吒贴纸", "goodslist_imgurl": "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250424/6294f30d70b3a90a744c0b8d11237501.png", "goodslist_money": 25, "goods_id": 1037, "shang_id": 38, "prize_code": "qMjx4Jnb10_1744275374", "prize_num": 2, "order_list_ids": [49368, 49370], "chooseNum": 0 }], "orderlist_total": 2, "orderlist_length": 1 };
// this.listData.push(l);
// this.mescroll.endByPage(1,1)
// return;
diff --git a/pages/index/index.vue b/pages/index/index.vue
index c93cfca..80b4fa2 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -18,8 +18,8 @@ export default {
PageContainer
},
data() {
- let icon = "https://image.zfunbox.cn/icon_108.png";
- let login_icon = "https://image.zfunbox.cn/app/index_login.gif";
+ let icon = "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/icon_108.png";
+ let login_icon = "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/app/index_login.gif";
// #ifdef APP
icon = "/static/app-plus/icon_108.png";
login_icon = "/static/app-plus/index_login.gif";
diff --git a/pages/other/about.vue b/pages/other/about.vue
index 1a76efa..7a898e3 100644
--- a/pages/other/about.vue
+++ b/pages/other/about.vue
@@ -1,7 +1,7 @@
-
友达赏
diff --git a/pages/other/prize_draw.vue b/pages/other/prize_draw.vue
index 9b3a29d..08e5927 100644
--- a/pages/other/prize_draw.vue
+++ b/pages/other/prize_draw.vue
@@ -23,11 +23,11 @@
-
+
-
+
diff --git a/pages/other/web-detail-lucky.vue b/pages/other/web-detail-lucky.vue
index 40322ad..8808f55 100644
--- a/pages/other/web-detail-lucky.vue
+++ b/pages/other/web-detail-lucky.vue
@@ -58,7 +58,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,
@@ -68,7 +68,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,
@@ -78,7 +78,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,
@@ -88,7 +88,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,
@@ -98,7 +98,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,
@@ -108,7 +108,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,
@@ -118,7 +118,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,
@@ -128,7 +128,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,
@@ -138,7 +138,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,
@@ -148,7 +148,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,
diff --git a/pages/other/web-pay-order.vue b/pages/other/web-pay-order.vue
index 3626dcb..07ebd39 100644
--- a/pages/other/web-pay-order.vue
+++ b/pages/other/web-pay-order.vue
@@ -1,6 +1,6 @@
-
+
diff --git a/pages/other/web-pay-success.vue b/pages/other/web-pay-success.vue
index 59cd69e..bbc0243 100644
--- a/pages/other/web-pay-success.vue
+++ b/pages/other/web-pay-success.vue
@@ -82,7 +82,7 @@
if (userAgent.indexOf('iPhone') > -1 || userAgent.indexOf('iPad') > -1) {
this.$c.msg('IOS正在开发中。。。。');
} else {
- window.location.href = 'https://image.zfunbox.cn/apk/app.apk';
+ window.location.href = 'https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/apk/app.apk';
}
}
diff --git a/pages/shouye/slots.vue b/pages/shouye/slots.vue
index 000ef6d..12f591a 100644
--- a/pages/shouye/slots.vue
+++ b/pages/shouye/slots.vue
@@ -27,7 +27,7 @@ export default {
id: 1001,
title: "iPhone 15 Pro Max",
imgurl:
- "https://image.zfunbox.cn/topic/20250515/2986e27e673ef675e02771cdebd9b822.jpg",
+ "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/2986e27e673ef675e02771cdebd9b822.jpg",
price: "9999.00",
real_pro: "0.01000",
goods_type: 1,
@@ -38,7 +38,7 @@ export default {
id: 1002,
title: "AirPods Pro",
imgurl:
- "https://image.zfunbox.cn/topic/20250515/2c5ed2097716db6bef01da718bc3c091.jpg",
+ "https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250515/2c5ed2097716db6bef01da718bc3c091.jpg",
price: "1999.00",
real_pro: "0.05000",
goods_type: 1,
diff --git a/pages/user/index.vue b/pages/user/index.vue
index f896b8a..3fae5fd 100644
--- a/pages/user/index.vue
+++ b/pages/user/index.vue
@@ -141,7 +141,7 @@
diff --git a/pages/user/login.vue b/pages/user/login.vue
index cfff4b4..2b1df81 100644
--- a/pages/user/login.vue
+++ b/pages/user/login.vue
@@ -97,7 +97,7 @@
-
+
diff --git a/pages/user/my_coupon.vue b/pages/user/my_coupon.vue
index 31232af..f736e3c 100644
--- a/pages/user/my_coupon.vue
+++ b/pages/user/my_coupon.vue
@@ -23,7 +23,7 @@
+ :class="tabCur == i ? 'act' : 'unact'" @click="tabChange(i)">
{{ item.title }}
@@ -74,22 +74,22 @@
+ backgroundImage: `url(${$img('/static/img/3_mix_bg.png')})`
+ }">
合并大礼包
高级赏包、低级赏包最多{{ pageData && pageData.ke_hc_count }}个合并1个,合成将损耗{{
- pageData && pageData.sun_hao
- }}友达币!
+ pageData && pageData.sun_hao
+ }}友达币!
总友达币:{{ (mixData && mixData.sum_num) || 0 }} 将合成:{{
- (mixData && mixData.coupon.title) || '普通赏券'
- }}(友达币{{ (mixData && mixData.sh_num) || 0 }})
+ (mixData && mixData.coupon.title) || '普通赏券'
+ }}(友达币{{ (mixData && mixData.sh_num) || 0 }})
@@ -106,64 +106,87 @@
\ No newline at end of file
diff --git a/uni.scss b/uni.scss
index e094345..51f9c53 100644
--- a/uni.scss
+++ b/uni.scss
@@ -14,9 +14,9 @@
// @import 'uview-ui/theme.scss';
/* 颜色变量 */
-$imgurl:'https://image.zfunbox.cn/static/web/static/';
-$iconurl:'https://image.zfunbox.cn/icon/';
-$baseurl:'https://image.zfunbox.cn/';
+$imgurl:'https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/web/static/';
+$iconurl:'https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/icon/';
+$baseurl:'https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/';
//https://mh.shhuanmeng.com/static/web/static/common/box.png
/* 行为相关颜色 */
$uni-color-primary: #007aff;