Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
duiba-h5-frame
Project
Project
Details
Activity
Releases
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
江思志
duiba-h5-frame
Commits
bf154c4b
Commit
bf154c4b
authored
Apr 04, 2019
by
jsz315
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改日历图片
parent
4958ae9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
home.vue
src/pages/kejiji/webview/content/page/home.vue
+9
-1
today.less
src/pages/kejiji/webview/daily/page/today.less
+5
-5
No files found.
src/pages/kejiji/webview/content/page/home.vue
View file @
bf154c4b
...
@@ -120,7 +120,8 @@ export default {
...
@@ -120,7 +120,8 @@ export default {
activitLyist
:
[],
activitLyist
:
[],
weixinQrcode
:
''
,
weixinQrcode
:
''
,
showInterceptModal
:
false
,
showInterceptModal
:
false
,
sellerId
:
""
sellerId
:
""
,
loading
:
false
};
};
},
},
props
:
{
props
:
{
...
@@ -317,6 +318,13 @@ export default {
...
@@ -317,6 +318,13 @@ export default {
}
}
},
},
async
shareGame
(
item
,
jump
){
async
shareGame
(
item
,
jump
){
if
(
this
.
loading
){
return
;
}
this
.
loading
=
true
;
setTimeout
(()
=>
{
this
.
loading
=
false
;
},
300
);
if
(
!
jump
){
if
(
!
jump
){
let
res_
=
await
get
(
API
.
userInfo
,
{});
let
res_
=
await
get
(
API
.
userInfo
,
{});
if
(
res_
.
success
)
{
if
(
res_
.
success
)
{
...
...
src/pages/kejiji/webview/daily/page/today.less
View file @
bf154c4b
...
@@ -67,13 +67,13 @@
...
@@ -67,13 +67,13 @@
height: 294px;
height: 294px;
margin: 0 auto 0 28px;
margin: 0 auto 0 28px;
.img{
.img{
background: url("//yun.dui88.com/h5
-mami/webgame/kejiji/webview/img/ren.png
") no-repeat center;
background: url("//yun.dui88.com/h5
/miniprogram/kejiji/images/rilis.gif
") no-repeat center;
background-size: contain;
background-size: contain;
position: absolute;
position: absolute;
width:
2
00px;
width:
3
00px;
height:
15
0px;
height:
24
0px;
left:
6
0px;
left:
2
0px;
top:
6
0px;
top:
2
0px;
}
}
.day{
.day{
width: 100px;
width: 100px;
...
...
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