新增扫描领支付宝红包
This commit is contained in:
parent
f25dfa234a
commit
c342c4eda1
BIN
src/assets/images/q123.png
Normal file
BIN
src/assets/images/q123.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 121 KiB |
@ -118,6 +118,18 @@
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :sm="24" :lg="6">
|
||||
<el-card>
|
||||
<template #header>
|
||||
<span>扫码领红包</span>
|
||||
</template>
|
||||
|
||||
<div class="body">
|
||||
<div style="color: red"></div>
|
||||
<img src="@/assets/images/q123.png" alt="donate" style="width: 100%" />
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :sm="24" :lg="8">
|
||||
<el-card>
|
||||
<template #header>
|
||||
@ -171,54 +183,54 @@ const promoteList2 = ref([
|
||||
id: 1,
|
||||
content: '<h3>【阿里云特惠专区】</h3>',
|
||||
tip: '2核2G ¥426.00/年起,更多优惠券快来领取',
|
||||
link: 'https://www.aliyun.com/minisite/goods?userCode=uotn5vt1&share_source=copy_link',
|
||||
link: 'https://www.aliyun.com/minisite/goods?userCode=uotn5vt1&share_source=copy_link'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
content: '领取<h3>【腾讯云通用云产品优惠券】</h3>',
|
||||
tip: '新用户专属大礼包¥2860优惠券',
|
||||
link: 'https://curl.qcloud.com/5J4nag8D',
|
||||
link: 'https://curl.qcloud.com/5J4nag8D'
|
||||
},
|
||||
{ id: 3, content: '【<h3>腾讯云</h3>限时秒杀活动】', tip: '2核2G4M 45元/年', link: 'https://curl.qcloud.com/4yEoRquq' },
|
||||
{
|
||||
id: 4,
|
||||
content: '【华为特惠专区,多款产品限时特价】',
|
||||
link: 'https://activity.huaweicloud.com/discount_area_v5/index.html?fromacct=a53709d1-149d-49f4-9b89-bf62bd96ef65&utm_source=aGlkX3N0dnZkMWNxejBnOTJ5OA===&utm_medium=cps&utm_campaign=201905',
|
||||
link: 'https://activity.huaweicloud.com/discount_area_v5/index.html?fromacct=a53709d1-149d-49f4-9b89-bf62bd96ef65&utm_source=aGlkX3N0dnZkMWNxejBnOTJ5OA===&utm_medium=cps&utm_campaign=201905'
|
||||
},
|
||||
{ id: 5, content: '【领取七牛云通用云产品优惠券】', link: 'https://s.qiniu.com/FzEfay' },
|
||||
{ id: 6, content: '【Gitee 企业版优惠专区】', link: 'https://gitee.com/enterprises?invite_code=Z2l0ZWUtMTI1NzM1OQ%3D%3D' },
|
||||
{ id: 6, content: '【Gitee 企业版优惠专区】', link: 'https://gitee.com/enterprises?invite_code=Z2l0ZWUtMTI1NzM1OQ%3D%3D' }
|
||||
])
|
||||
const promoteList = ref([
|
||||
{
|
||||
id: 1,
|
||||
title: '【腾讯云】推广者专属福利,新客户无门槛领取总价值高达2860元代金券,每种代金券限量500张,先到先得。',
|
||||
imgUrl: 'http://www.izhaorui.cn/images/banner/新用户专享470x250.jpg',
|
||||
link: 'https://curl.qcloud.com/5J4nag8D',
|
||||
link: 'https://curl.qcloud.com/5J4nag8D'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: '',
|
||||
imgUrl: 'http://www.izhaorui.cn/images/banner/banner3.jpg',
|
||||
link: 'https://curl.qcloud.com/4yEoRquq',
|
||||
link: 'https://curl.qcloud.com/4yEoRquq'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: '【腾讯云】买云服务器,参与礼品兑换、抽奖,最高送价值8000元IPad,还有Bose耳机、千元京东卡等您来!',
|
||||
imgUrl: 'http://www.izhaorui.cn/images/banner/企业盛夏有礼-470x250.jpg',
|
||||
link: 'https://curl.qcloud.com/CAX9v1Vn',
|
||||
link: 'https://curl.qcloud.com/CAX9v1Vn'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: '【腾讯云】DNSPod解析套餐全面升配降价,更高的套餐配置规格,更优的价格方案,全面提升可用性及响应率,专业版限时99元/年!',
|
||||
imgUrl: 'http://www.izhaorui.cn/images/banner/DNS470x250.jpg',
|
||||
link: 'https://curl.qcloud.com/tJlixb8E',
|
||||
link: 'https://curl.qcloud.com/tJlixb8E'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: '【腾讯云】中小企业福利专场,多款刚需产品,满足企业通用场景需求,云服务器2.5折起',
|
||||
imgUrl: 'http://www.izhaorui.cn/images/banner/企业福利470x250.jpg',
|
||||
link: 'https://curl.qcloud.com/TnaLauo5',
|
||||
},
|
||||
link: 'https://curl.qcloud.com/TnaLauo5'
|
||||
}
|
||||
])
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user