Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-11-17 11:13:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f780bc5eb81bc4cd0355b820c5aedc3fb97ff05d
f780bc5e
1 parent
4366ecdf
fix 更新图片域名
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/pages/activityDetail/index.vue
src/pages/joinSuccess/index.less
src/pages/activityDetail/index.vue
View file @
f780bc5
<!--
* @Date: 2022-09-26 14:36:57
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-1
6 14:44:03
* @LastEditTime: 2022-11-1
7 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,
...
...
src/pages/joinSuccess/index.less
View file @
f780bc5
.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%;
...
...
Please
register
or
login
to post a comment