Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
danzhai-sign
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0b697dff
authored
May 30, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
c202d172
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/views/Home.vue
+4
-4
No files found.
src/views/Home.vue
View file @
0b697dff
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
</div>
</div>
<div
class=
"btn-box"
>
<div
class=
"btn-box"
>
<button
:class=
"btnClass"
@
click=
"save"
>
{{
isUse
==
1
?
'签到'
:
((
isPhoto
==
1
)
?
'我的摄影证'
:
'已签到'
)
}}
</button>
<button
:class=
"btnClass"
@
click=
"save"
>
{{
isUse
==
1
?
'签到'
:
((
isPhoto
==
1
)
?
'我的摄影证'
:
'已签到'
)
}}
</button>
<
button
class=
"log"
@
click=
"toricheng"
>
摄影月赛
</button
>
<
!--
<button
class=
"log"
@
click=
"toricheng"
>
摄影月赛
</button>
--
>
<!--
<router-link
to=
"http://mr-static.maxrocky.com/h5/wanda/dzgp"
tag=
"button"
class=
"log"
>
查看日程
</router-link>
-->
<!--
<router-link
to=
"http://mr-static.maxrocky.com/h5/wanda/dzgp"
tag=
"button"
class=
"log"
>
查看日程
</router-link>
-->
</div>
</div>
<img
src=
"../assets/bottom.png"
alt=
""
class=
"bottom"
>
<img
src=
"../assets/bottom.png"
alt=
""
class=
"bottom"
>
...
@@ -245,8 +245,8 @@ export default {
...
@@ -245,8 +245,8 @@ export default {
this
.
addressDetail
=
this
.
$refs
.
input4
.
setVal
()
this
.
addressDetail
=
this
.
$refs
.
input4
.
setVal
()
this
.
danwei
=
this
.
$refs
.
input3
.
setVal
()
this
.
danwei
=
this
.
$refs
.
input3
.
setVal
()
console
.
log
(
this
.
addressDetail
,
this
.
danwei
)
console
.
log
(
this
.
addressDetail
,
this
.
danwei
)
if
(
this
.
address1
==
''
){
if
(
this
.
address1
==
''
||
this
.
address1
===
'您所在的城市*'
){
Toast
(
'请
输入您的联系地址
'
);
Toast
(
'请
选择您所在的城市
'
);
return
;
return
;
}
}
Indicator
.
open
();
Indicator
.
open
();
...
@@ -416,7 +416,7 @@ textarea::-webkit-input-placeholder {
...
@@ -416,7 +416,7 @@ textarea::-webkit-input-placeholder {
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
10vw
8vw
0
;
padding
:
10vw
8vw
0
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
center
;
top
:
30vw
;
top
:
30vw
;
position
:
relative
;
position
:
relative
;
button{
button{
...
...
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