新增扫描领支付宝红包

This commit is contained in:
不做码农 2022-07-15 18:29:03 +08:00
parent f25dfa234a
commit c342c4eda1
2 changed files with 22 additions and 10 deletions

BIN
src/assets/images/q123.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

@ -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>