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
2deaa050
authored
Jun 02, 2019
by
hank
Browse files
Options
Browse Files
Download
Plain Diff
按钮置灰
parents
d3f3ecfd
62f184b3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
src/api/http.js
+1
-0
src/views/Home.vue
+3
-2
yarn.lock
+0
-0
No files found.
src/api/http.js
View file @
2deaa050
...
...
@@ -2,6 +2,7 @@ import axios from 'axios';
let
http
=
axios
.
create
({
baseURL
:
'http://wanda-qj.iyunfish.com/'
,
// baseURL: 'http://wanda-qj.maxrocky.com/',
// baseURL: 'http://web-comment.iyunfish.cn/',
withCredentials
:
true
,
});
...
...
src/views/Home.vue
View file @
2deaa050
...
...
@@ -22,10 +22,10 @@
<myInput
v-if=
"isUse == 1"
msg=
""
ref=
"input4"
class=
"input"
reg=
""
:isUse=
"isUse"
:value=
"addressDetail"
palc=
"您的详细地址"
@
blur
.
native=
"blur"
/>
<input
v-if=
"isUse == 0 && addressDetail"
type=
"text"
class=
"input"
v-model=
"addressDetail"
readonly
>
</div>
<div
class=
"item"
>
<div
class=
"item"
v-if=
"isUse == 1 || danwei"
>
<img
src=
"../assets/icon4.png"
alt=
""
>
<myInput
v-if=
"isUse == 1"
msg=
""
ref=
"input3"
class=
"input"
reg=
""
:isUse=
"isUse"
:value=
"danwei"
palc=
"您的摄协单位(选填)"
@
blur
.
native=
"blur"
/>
<input
v-if=
"isUse == 0"
type=
"text"
class=
"input"
v-model=
"danwei"
readonly
>
<input
v-if=
"isUse == 0
&& danwei
"
type=
"text"
class=
"input"
v-model=
"danwei"
readonly
>
</div>
<div
class=
"item"
v-if=
"number && number != -1"
>
<img
src=
"../assets/icon5.png"
alt=
""
>
...
...
@@ -430,6 +430,7 @@ textarea::-webkit-input-placeholder {
background
:
none
;
color
:
#1281aa
;
border-radius
:
1vw
;
margin
:
10px
;
&.normal{
color
:
#fff
;
background
:
#1281aa
;
...
...
yarn.lock
0 → 100644
View file @
2deaa050
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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