Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
afd5a54f
Commit
afd5a54f
authored
Dec 13, 2019
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
71e4ec44
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
igirl-channel-jdweb/app/front/vues/pages/selftmreg/selftmreg.html
+1
-1
igirl-channel-jdweb/app/front/vues/pages/selftmreg/selftmreg.js
+2
-1
No files found.
igirl-channel-jdweb/app/front/vues/pages/selftmreg/selftmreg.html
View file @
afd5a54f
...
@@ -236,7 +236,7 @@
...
@@ -236,7 +236,7 @@
<!-- <span style="margin-right:30px;text-align: center;color: #03004C;">官费总额:<i
<!-- <span style="margin-right:30px;text-align: center;color: #03004C;">官费总额:<i
style="color:#E50778;font-style: normal;">¥{{form.totalPublicExpense}}</i></span> -->
style="color:#E50778;font-style: normal;">¥{{form.totalPublicExpense}}</i></span> -->
<span
style=
"margin-right:30px;text-align: center;color: #03004C;font-weight: 700;"
>
应付总额:
<i
<span
style=
"margin-right:30px;text-align: center;color: #03004C;font-weight: 700;"
>
应付总额:
<i
style=
"color:#E50778;font-style: normal;font-size: 24px;"
>
¥{{
totalPrices?totalPrices
:\'0.00\'}}
</i></span>
style=
"color:#E50778;font-style: normal;font-size: 24px;"
>
¥{{
form.totalSum?form.totalSum
:\'0.00\'}}
</i></span>
<el-button
type=
"primary"
style=
"padding:8px 20px;width:150px; background: rgb(81, 210, 183);width: 170px;border-radius:0;color:#fff;border:0;"
<el-button
type=
"primary"
style=
"padding:8px 20px;width:150px; background: rgb(81, 210, 183);width: 170px;border-radius:0;color:#fff;border:0;"
@
click=
"submitForm(\'form\')"
>
下一步
</el-button>
@
click=
"submitForm(\'form\')"
>
下一步
</el-button>
</div>
</div>
...
...
igirl-channel-jdweb/app/front/vues/pages/selftmreg/selftmreg.js
View file @
afd5a54f
...
@@ -364,7 +364,7 @@
...
@@ -364,7 +364,7 @@
watch
:
{
watch
:
{
nclOne
:
{
nclOne
:
{
handler
(
newVal
,
oldVal
){
handler
(
newVal
,
oldVal
){
this
.
totalPrices
=
(
newVal
.
length
*
300
).
toFixed
(
2
);
this
.
form
.
totalSum
=
(
newVal
.
length
*
this
.
form
.
totalPrices
).
toFixed
(
2
);
if
(
newVal
.
length
>
0
)
{
if
(
newVal
.
length
>
0
)
{
if
(
newVal
.
length
>
1
)
{
if
(
newVal
.
length
>
1
)
{
this
.
$refs
.
tree
.
setChecked
(
newVal
[
1
],
false
);
this
.
$refs
.
tree
.
setChecked
(
newVal
[
1
],
false
);
...
@@ -469,6 +469,7 @@
...
@@ -469,6 +469,7 @@
this
.
$root
.
loading
=
false
;
this
.
$root
.
loading
=
false
;
console
.
log
(
d
,
"cccccccccccccccccc"
);
console
.
log
(
d
,
"cccccccccccccccccc"
);
if
(
d
.
status
==
0
)
{
if
(
d
.
status
==
0
)
{
this
.
form
.
totalPrices
=
d
.
data
[
0
].
proPrice
;
this
.
dataList
=
d
.
data
;
this
.
dataList
=
d
.
data
;
this
.
dataList
.
map
((
item
,
index
)
=>
{
this
.
dataList
.
map
((
item
,
index
)
=>
{
console
.
log
(
item
.
productDesc
);
console
.
log
(
item
.
productDesc
);
...
...
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