hookehuyr

fix 更新图片域名

<!--
* @Date: 2022-09-26 14:36:57
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-16 14:44:03
* @LastEditTime: 2022-11-17 11:00:45
* @FilePath: /swx/src/pages/activityDetail/index.vue
* @Description: 活动详情页
-->
......@@ -407,7 +407,7 @@ const start = async () => {
// borderColor: 'red',
},
{
url: 'https://tva1.sinaimg.cn/large/5f01a858gy1h6l5d2bmijj200s00s0sh.jpg',
url: 'https://cdn.ipadbiz.cn/space/1cf4626cf0f5c0890f9e740938fc9edc.jpg',
width: 40,
height: 40,
x: 80,
......@@ -417,7 +417,7 @@ const start = async () => {
zIndex: 10,
},
{
url: 'https://tva1.sinaimg.cn/large/5f01a858gy1h6l5dc9q31j200o00u0ol.jpg',
url: 'https://cdn.ipadbiz.cn/space/11247458886059d88db37e7f69caa0dc.jpg',
width: 35,
height: 40,
x: 80,
......
.join-success-page {
position: relative;
background-image: url(https://tva1.sinaimg.cn/large/5f01a858gy1h6m8pogomej20ku0b2wft.jpg);
background-image: url(https://cdn.ipadbiz.cn/space/dba7c85133b71eed7712482b4a7dc9b5.jpg);
background-repeat: no-repeat;
background-color: white;
height: 100%;
......