Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
Project
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
潘琦
voucher-h5
Commits
4b6f631f
Commit
4b6f631f
authored
Oct 30, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
张家港生育全程签约增加页面参数fileUuid传入儿童签约;券详情内容流去掉头部图标及发布来源;
parent
9b94d52f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
contentItem.vue
src/components/contentItem.vue
+3
-3
index.vue
src/views/signing/index.vue
+3
-1
No files found.
src/components/contentItem.vue
View file @
4b6f631f
<
template
>
<div
class=
"content-item"
v-if=
"data"
>
<div
class=
"head"
>
<
!--
<
div
class=
"head"
>
<div
class=
"cell picture"
>
<img
:src=
"data.cover"
/>
</div>
<div
class=
"cell title"
>
{{
data
.
producerName
}}
</div>
</div>
</div>
-->
<div
class=
"body"
>
<div
class=
"info"
>
<div
class=
"title"
>
{{
data
.
mainTitle
}}
</div>
...
...
@@ -48,7 +48,7 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<
style
scoped
>
.content-item
{
padding
:
0.5em
;
padding
:
1em
0.5em
;
border-bottom
:
1px
solid
#eee
;
min-height
:
8em
;
}
...
...
src/views/signing/index.vue
View file @
4b6f631f
...
...
@@ -509,6 +509,8 @@ export default {
accountId
:
this
.
$route
.
query
.
accountId
?
this
.
$route
.
query
.
accountId
:
store
.
getters
.
accountId
,
slaveId
:
this
.
$route
.
query
.
slaveId
?
this
.
$route
.
query
.
slaveId
:
null
,
fileUuid
:
''
,
memberFileUuid
:
this
.
$route
.
query
.
fileUuid
?
this
.
$route
.
query
.
fileUuid
:
null
,
queryMasterId
:
this
.
$route
.
query
.
masterId
?
this
.
$route
.
query
.
masterId
:
null
,
from
:
this
.
$route
.
query
.
voucherFrom
?
this
.
$route
.
query
.
voucherFrom
:
''
,
orgInfo
:
{
picture
:
_defaultPicture
,
...
...
@@ -839,7 +841,7 @@ export default {
editor
:
false
,
state
:
data
.
bs
[
i
].
state
,
signState
:
data
.
bs
[
i
].
signState
,
fileUuid
:
data
.
bs
[
i
].
f
ileUuid
fileUuid
:
this
.
memberF
ileUuid
})
this
.
childrensValidate
.
push
({
nameState
:
true
,
...
...
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