切换环境
This commit is contained in:
parent
67470476d5
commit
9001a48051
|
|
@ -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');
|
||||
}
|
||||
/**
|
||||
* 初始化并加载配置
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
};
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<view class="refresher-container">
|
||||
<!-- 这里的图片请换成自己项目的图片 -->
|
||||
<!-- <image class="refresher-image" mode="aspectFit" src="@/static/refresher_loading.gif"></image> -->
|
||||
<image class="refresher-image" mode="aspectFit" src="https://image.zfunbox.cn/app/index_login.gif"></image>
|
||||
<image class="refresher-image" mode="aspectFit" src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/app/index_login.gif"></image>
|
||||
<text class="refresher-text">{{statusText}}</text>
|
||||
</view>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<view class="content-container detail-lucky" v-if="isVisible && isInitialized">
|
||||
<view class="slot-container">
|
||||
<view class="slot-icon">
|
||||
<image src="https://image.zfunbox.cn/static/image/lucky/icon.png" mode="widthFix"
|
||||
<image src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/icon.png" mode="widthFix"
|
||||
style="height: 90rpx; width: 249rpx"></image>
|
||||
</view>
|
||||
<view class="slot-view" :class="'slot-view-' + currentMode">
|
||||
|
|
@ -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%;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<view class="slot-container">
|
||||
<view class="slot-icon">
|
||||
<image
|
||||
src="https://image.zfunbox.cn/static/image/lucky/icon.png"
|
||||
src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/icon.png"
|
||||
mode="widthFix"
|
||||
style="height: 90rpx; width: 249rpx"
|
||||
></image>
|
||||
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<view class="slot-container">
|
||||
<view class="slot-icon">
|
||||
<image
|
||||
src="https://image.zfunbox.cn/static/image/lucky/icon.png"
|
||||
src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/icon.png"
|
||||
mode="widthFix"
|
||||
style="height: 90rpx; width: 249rpx"
|
||||
></image>
|
||||
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<view class="slot-container">
|
||||
<view class="slot-icon">
|
||||
<image
|
||||
src="https://image.zfunbox.cn/static/image/lucky/icon.png"
|
||||
src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/static/image/lucky/icon.png"
|
||||
mode="widthFix"
|
||||
style="height: 90rpx; width: 249rpx"
|
||||
></image>
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<template #right>
|
||||
<slot name="nav-right"></slot>
|
||||
<view v-if="showShare">
|
||||
<image src="https://image.zfunbox.cn/app/share.png" @click.stop="appShare"
|
||||
<image src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/app/share.png" @click.stop="appShare"
|
||||
style="width:24px;height:24px;">
|
||||
</image>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -4,12 +4,12 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><%= htmlWebpackPlugin.options.title %>-友达赏</title>
|
||||
<link rel="icon" type="image/png" href="https://image.zfunbox.cn/icon.png">
|
||||
<link rel="icon" type="image/png" href="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/icon.png">
|
||||
<script>
|
||||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
||||
</script>
|
||||
<script type="text/javascript" src="https://image.zfunbox.cn/app/webjs/uni.webview.1.5.2.1.js"></script>
|
||||
<script type="text/javascript" src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/app/webjs/uni.webview.1.5.2.1.js"></script>
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
7
package-lock.json
generated
7
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<page-container title="关于" :showBack="true">
|
||||
<view class="about-container">
|
||||
<image class="app-icon" src="https://image.zfunbox.cn/icon_108.png" mode="aspectFit"
|
||||
<image class="app-icon" src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/icon_108.png" mode="aspectFit"
|
||||
@click="handleIconClick"></image>
|
||||
<view class="app-info">
|
||||
<view class="app-name">友达赏</view>
|
||||
|
|
|
|||
|
|
@ -23,11 +23,11 @@
|
|||
</view>
|
||||
<view class="bottom-buttons">
|
||||
<view class="button-item gzsm" @click="showRules">
|
||||
<image src="https://image.zfunbox.cn/huodong/gzsm.png" style="width: 136.11rpx;height: 53.47rpx;">
|
||||
<image src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/huodong/gzsm.png" style="width: 136.11rpx;height: 53.47rpx;">
|
||||
</image>
|
||||
</view>
|
||||
<view class="button-item zjjl" @click="showRecords">
|
||||
<image src="https://image.zfunbox.cn/huodong/zbtn.png" style="width: 136.11rpx;height: 53.47rpx;">
|
||||
<image src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/huodong/zbtn.png" style="width: 136.11rpx;height: 53.47rpx;">
|
||||
</image>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<page-container title="友达赏" :showBack="false">
|
||||
<img src="https://image.zfunbox.cn/icon/zfb-bj.png" style="width: 100vw;min-height: 100vh;" />
|
||||
<img src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/icon/zfb-bj.png" style="width: 100vw;min-height: 100vh;" />
|
||||
</page-container>
|
||||
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@
|
|||
<uni-popup ref="qunliao_show" type="center" maskBackgroundColor="rgba(0,0,0,0.8)">
|
||||
<view class="pop-ball">
|
||||
<image show-menu-by-longpress
|
||||
src="https://image.zfunbox.cn/topic/20250418/0b40de65d2fc4801517569193bfd4cac.png" mode="aspectFit"
|
||||
src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/topic/20250418/0b40de65d2fc4801517569193bfd4cac.png" mode="aspectFit"
|
||||
style="width:80vw;height:468px;position:relative;top:-14%;left:0;">
|
||||
</image>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
<view class="line"></view>
|
||||
</view>
|
||||
<view class="third-party-icons">
|
||||
<image @click="wxLogin" src="https://image.zfunbox.cn/app/wx_login.png" class="wx-icon"></image>
|
||||
<image @click="wxLogin" src="https://youdas-1308826010.cos.ap-shanghai.myqcloud.com/app/wx_login.png" class="wx-icon"></image>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
6
uni.scss
6
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user