Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
luodiye
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yan
luodiye
Commits
17b3bf02
Commit
17b3bf02
authored
May 22, 2022
by
yanghailong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.iloomo.com/184773349/luodiye
parents
574b43c2
147546d4
Pipeline
#381
canceled with stages
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4391 additions
and
8 deletions
+4391
-8
App.vue
App.vue
+1
-1
index.vue
pages/index/index.vue
+7
-7
animate.min.css
static/css/animate.min.css
+4383
-0
No files found.
App.vue
View file @
17b3bf02
...
...
@@ -15,7 +15,7 @@
<
style
lang=
"scss"
>
@import
"static/css/animate.min.css"
;
@import
"uview-ui/index.scss"
;
/*每个页面公共css */
...
...
pages/index/index.vue
View file @
17b3bf02
...
...
@@ -4,8 +4,8 @@
<view
:style=
"`height:$
{deviceInfo.windowHeight}px`" >
<view
class=
""
style=
"position: relative;"
:style=
"`height:$
{deviceInfo.windowHeight/1.5 }px`" >
<u--image
style=
"position: absolute;z-index: -100;"
:showLoading=
"true"
:src=
"postUrl[0]"
:width=
"deviceInfo.windowWidth+'px'"
:height=
"deviceInfo.windowHeight/1.5+'px'"
@
click=
"click"
></u--image>
<u--text
style=
"padding:
5
0rpx 0;"
:text=
"appInfo.name"
align=
'center'
size=
"65rpx"
></u--text>
<u-row
style=
"padding:
5
0rpx 0;"
justify=
'center'
>
<u--text
style=
"padding:
3
0rpx 0;"
:text=
"appInfo.name"
align=
'center'
size=
"65rpx"
></u--text>
<u-row
style=
"padding:
4
0rpx 0;"
justify=
'center'
>
<u--image
:showLoading=
"true"
:src=
"appInfo.logo"
width=
"300rpx"
height=
"300rpx"
@
click=
"click"
></u--image>
</u-row>
<u-row
justify=
'center'
style=
"margin: 30rpx 0;"
v-if=
"inviteInfo.invite_code"
>
...
...
@@ -18,7 +18,7 @@
<u-button
@
click=
"downLoad"
type=
"primary"
text=
"下载"
style=
"width: 400rpx;box-shadow: rgb(113, 148, 223) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;"
shape=
"circle"
></u-button>
</u-row>
</view>
<view
class=
""
style=
"position: absolute;width: 750rpx;"
>
<view
class=
""
style=
"position: absolute;width: 750rpx;
z-index: -1000;
"
>
<u--image
:showLoading=
"true"
:src=
"postUrl[1]"
:width=
"deviceInfo.windowWidth+'px'"
:height=
"deviceInfo.windowHeight - deviceInfo.windowHeight/1.5+'px'"
@
click=
"click"
></u--image>
</view>
...
...
@@ -161,10 +161,10 @@ export default {
this
.
inviteInfo
=
e
// this.inviteInfo = {
// id:16475038131432
// invite_type:'wx_friend',
// invite_code:'L5KIQZ',
// loomo_uuid_code: 16475038131432
// id:16475038131432 //流水号 必填 否则404
// invite_type:'wx_friend',
分享方式
// invite_code:'L5KIQZ',
邀请码
// }
}
},
...
...
static/css/animate.min.css
0 → 100644
View file @
17b3bf02
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment