feat:更换oss
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</view>
|
||||
<view class="share-btn-view">
|
||||
<view class="share-box" @click="onBtn(index)" v-for="(item,index) in btnList" :key="index">
|
||||
<image :src="`https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/share_${index}.png`" class="share-img"></image>
|
||||
<image :src="`https://static.tbmall.xin/static/new/share_${index}.png`" class="share-img"></image>
|
||||
<text class="text-24 text-zu1">{{item}}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<Header leftTitle="商家入驻" left-path-type="switchTab" left-path="/pages/mine/mine" />
|
||||
<view class="authentication_ok_content">
|
||||
<view class="authentication_result">
|
||||
<up-image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/auth_ok.png" mode="widthFix"
|
||||
<up-image src="https://static.tbmall.xin/static/auth_ok.png" mode="widthFix"
|
||||
shape="circle" width="140" height="140" bgColor="#f1f6ff00" :fade="true" duration="450"></up-image>
|
||||
<view class="result_value">提交成功</view>
|
||||
</view>
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -687,7 +687,7 @@ export default {
|
||||
},
|
||||
});
|
||||
last = await qsc.drawImg({
|
||||
val: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/di.png",
|
||||
val: "https://static.tbmall.xin/static/new/di.png",
|
||||
x: 0,
|
||||
y: 0,
|
||||
height: 480,
|
||||
@@ -695,7 +695,7 @@ export default {
|
||||
});
|
||||
|
||||
last = await qsc.drawImg({
|
||||
val: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/logo.png",
|
||||
val: "https://static.tbmall.xin/static/new/logo.png",
|
||||
x: 228,
|
||||
y: 393,
|
||||
height: 62,
|
||||
|
||||
@@ -15,11 +15,11 @@
|
||||
<dengbo-lotteryWheel :prizes="prizes" :size="626" :duration="5000" @run="startClick(1)" @done="Done"
|
||||
ref="luckyWheel" :lightImgs="lightImages" customStyle="borderRadius: 50%;" :styleOpt="styleOpt">
|
||||
<template v-slot:bg>
|
||||
<image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/turntable.png"
|
||||
<image src="https://static.tbmall.xin/static/turntable.png"
|
||||
style="width: 100%; height: 100%;" />
|
||||
</template>
|
||||
<template v-slot:pointer>
|
||||
<image src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/zz.png"
|
||||
<image src="https://static.tbmall.xin/static/zz.png"
|
||||
style="width: 50px; height: 50px;" mode="widthFix" @click="startClick(1)" />
|
||||
</template>
|
||||
</dengbo-lotteryWheel>
|
||||
@@ -71,7 +71,7 @@ import { getActivityList, raffleExecute } from '@/api/raffle.js';
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
lightImages: ['https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/bg_bs.png', 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/bg_hs.png'],
|
||||
lightImages: ['https://static.tbmall.xin/static/bg_bs.png', 'https://static.tbmall.xin/static/bg_hs.png'],
|
||||
prizesObj: {},
|
||||
prizes: [],
|
||||
lotteryList: [],// 中奖的列表ID
|
||||
|
||||
Reference in New Issue
Block a user