Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
h5wandahuijia
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
cc51c696
authored
May 20, 2019
by
mamingqun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案修改
parent
c8de5b26
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
23 deletions
+32
-23
dist.zip
+0
-0
src/modules/js/api.js
+20
-20
src/pages/index/ImgUp.vue
+1
-1
src/pages/user/Address.vue
+11
-2
No files found.
dist.zip
0 → 100644
View file @
cc51c696
File added
src/modules/js/api.js
View file @
cc51c696
import
store
from
'../store'
;
import
store
from
'../store'
;
// api地址
//
//
api地址
var
server
=
'http://web-comment.canskj.cn/new'
;
//
var server = 'http://web-comment.canskj.cn/new';
var
extra
=
'8'
;
//
var extra = '8';
//包装的地址
//
//
包装的地址
var
wrapHref
=
'http://web-comment.canskj.cn/home/contest/h5/8'
;
//
var wrapHref = 'http://web-comment.canskj.cn/home/contest/h5/8';
//首页地址
//
//
首页地址
var
indexHref
=
'http://web-comment.iyunfish.cn/home/contest/h5/8'
;
//
var indexHref = 'http://web-comment.iyunfish.cn/home/contest/h5/8';
// 个人中心地址
//
//
个人中心地址
var
userCenterHref
=
'http://web-comment.iyunfish.cn/home/contest/h5/newuser/8'
;
//
var userCenterHref = 'http://web-comment.iyunfish.cn/home/contest/h5/newuser/8';
var
shareImg
=
'http://web-comment.iyunfish.cn/home/contest/h5/static/share1.jpg'
;
//
var shareImg = 'http://web-comment.iyunfish.cn/home/contest/h5/static/share1.jpg';
//
//
api地址
// api地址
//
var server = 'http://wanda-qj.iyunfish.com/new';
var
server
=
'http://wanda-qj.iyunfish.com/new'
;
//
var extra = '8';
var
extra
=
'8'
;
//
//
包装的地址
//包装的地址
//
var wrapHref = 'http://wanda-qj.maxrocky.com/home/contest/h5/8';
var
wrapHref
=
'http://wanda-qj.maxrocky.com/home/contest/h5/8'
;
//
//
首页地址
//首页地址
//
var indexHref = 'http://wanda-qj.iyunfish.com/home/contest/h5/8';
var
indexHref
=
'http://wanda-qj.iyunfish.com/home/contest/h5/8'
;
//
//
个人中心地址
// 个人中心地址
//
var userCenterHref = 'http://wanda-qj.iyunfish.com/home/contest/h5/newuser/8';
var
userCenterHref
=
'http://wanda-qj.iyunfish.com/home/contest/h5/newuser/8'
;
//
var shareImg = 'http://wanda-qj.iyunfish.com/home/contest/h5/static/share1.jpg';
var
shareImg
=
'http://wanda-qj.iyunfish.com/home/contest/h5/static/share1.jpg'
;
export
default
{
export
default
{
...
...
src/pages/index/ImgUp.vue
View file @
cc51c696
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
<div
class=
"title1"
>
<div
class=
"title1"
>
<div
class=
"iconBox icon3"
></div>
<div
class=
"iconBox icon3"
></div>
<!--
<div
class=
"text"
>
添加内容描述
</div>
-->
<!--
<div
class=
"text"
>
添加内容描述
</div>
-->
<div
class=
"text"
>
作品描述
</div>
<div
class=
"text"
>
作品描述
(请务必注明被拍摄者姓名以及所在地)
</div>
</div>
</div>
<group>
<group>
<x-textarea
<x-textarea
...
...
src/pages/user/Address.vue
View file @
cc51c696
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
></x-textarea>
></x-textarea>
</group>
</group>
<div
class=
"textBox"
>
<div
class=
"textBox"
>
<p>
说明:
</p>
<p
class=
"title"
>
说明:
</p>
<p>
请您认真填写参赛信息,
</p>
<p>
请您认真填写参赛信息,
</p>
<p>
若您最终获奖,
</p>
<p>
若您最终获奖,
</p>
<p>
我们将第一时间与您联系,
</p>
<p>
我们将第一时间与您联系,
</p>
...
@@ -152,8 +152,17 @@ export default {
...
@@ -152,8 +152,17 @@ export default {
//
padding-left
:
20px
;
//
padding-left
:
20px
;
padding-top
:
100px
;
padding-top
:
100px
;
.title{
color
:
#2459a8
;
font-size
:
38px
;
font-weight
:
bolder
;
margin-bottom
:
10px
;
}
p
{
p
{
text-align
:
center
;
text-align
:
center
;
color
:
gray
;
font-size
:
20px
;
}
}
}
}
...
...
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