feat:更换oss

This commit is contained in:
2026-01-31 12:03:26 +08:00
parent 03481fc5e7
commit c03de41336
56 changed files with 147 additions and 147 deletions
@@ -61,7 +61,7 @@ export default {
width: 650rpx;
height: 1000rpx;
background: url('https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/lottery-pop.png') no-repeat center center;
background: url('https://static.tbmall.xin/static/lottery-pop.png') no-repeat center center;
background-size: 100% auto;
position: relative;
+2 -2
View File
@@ -95,7 +95,7 @@ export default {
if (bizcode === 100) {
this.prizesObj = data || { prizes: [] };
console.log('查询活动详情-1', this.prizesObj)
this.prizesObj.prizes.splice(4, 0, { iconUrl: 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/activity-button.png', })
this.prizesObj.prizes.splice(4, 0, { iconUrl: 'https://static.tbmall.xin/static/activity-button.png', })
}
},
@@ -174,7 +174,7 @@ export default {
align-items: center;
width: 100vw;
height: 1927rpx;
background: url('https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/activity-bg.png') no-repeat center center;
background: url('https://static.tbmall.xin/static/activity-bg.png') no-repeat center center;
background-size: 100% auto;
position: relative;
}