Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
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
高淑倩
7-Eleven
Commits
71b2083e
Commit
71b2083e
authored
Sep 16, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
警告
parent
d97e70b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
waterFlowLayout.wxss
src/component/waterFlowLayout/waterFlowLayout.wxss
+2
-4
myRelease.js
src/subPackage/page/pages/myRelease/myRelease.js
+1
-1
No files found.
src/component/waterFlowLayout/waterFlowLayout.wxss
View file @
71b2083e
/* component/waterFlowLayout/waterFlowLayout.wxss */
page{
background-color: rgba(0,0,0,0.05)
}
.water-wrap{
margin: 50rpx 20rpx;
text-align: justify;
}
.item{
.item
{
margin-bottom: 10rpx;
display: inline-block;
width: 349.86rpx;
...
...
src/subPackage/page/pages/myRelease/myRelease.js
View file @
71b2083e
...
...
@@ -50,7 +50,7 @@ wxService.page({
*/
onShow
()
{
let
time
=
Date
.
parse
(
new
Date
())
if
(
member
.
premiumExpireTime
&&
member
.
premiumExpireTime
>
time
)
{
if
(
member
&&
member
.
premiumExpireTime
&&
member
.
premiumExpireTime
>
time
)
{
this
.
setData
({
plus
:
1
})
...
...
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