hookehuyr

fix 更新图片域名

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