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
a003652e
Commit
a003652e
authored
Dec 30, 2019
by
huangjing
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'igirl-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-web
parents
9e8aa566
035fe6c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
igirl-web/app/front/vues/pages/nowbuy/nowbuy.html
+3
-3
igirl-web/app/front/vues/pages/nowbuy/nowbuy.js
+4
-1
No files found.
igirl-web/app/front/vues/pages/nowbuy/nowbuy.html
View file @
a003652e
...
...
@@ -6,7 +6,7 @@
style=
"cursor: pointer;"
>
首页
</span>
<i
class=
"el-icon-arrow-right"
></i>
<span
style=
"font-weight:600;cursor: pointer;font-weight: 300;"
@
click=
"tiaozhuan( \'/servicedetails\',\'服务详情\',)"
>
担保商标注册
</span>
@
click=
"tiaozhuan( \'/servicedetails\',\'服务详情\',)"
>
{{serviceName||\'担保商标注册\'}}
</span>
<i
class=
"el-icon-arrow-right"
>
下单
</i>
</div>
</div>
...
...
@@ -18,7 +18,7 @@
</div>
<div
style=
"width:1093px;border:1px solid #F3F3F3;margin-bottom: 51px;"
>
<el-table
:data=
"tableData"
header-row-class-name=
"nowbuy-tableheader"
style=
"width: 100%"
>
<el-table-column
prop=
"
itemTypeN
ame"
label=
"服务名称"
width=
"180"
>
<el-table-column
prop=
"
n
ame"
label=
"服务名称"
width=
"180"
>
</el-table-column>
<el-table-column
prop=
"num"
label=
"购买数量"
width=
"180"
>
</el-table-column>
...
...
@@ -27,7 +27,7 @@
</el-table>
</div>
<div
style=
"width:100%;height:1px;background:#f3f3f3;transform: translateX(-30px);margin-bottom: 30px;"
>
</div>
<div
class=
"nowbuy-title"
>
<div>
...
...
igirl-web/app/front/vues/pages/nowbuy/nowbuy.js
View file @
a003652e
...
...
@@ -57,8 +57,10 @@
},
tm
:
{
totalSum
:
null
,
}
}
,
},
serviceName
:
""
,
}
},
mounted
:
function
()
{
...
...
@@ -113,6 +115,7 @@
d
.
data
.
countPrice
=
(
d
.
data
.
serviceCharge
+
d
.
data
.
publicExpense
)
*
Number
(
that
.
$route
.
query
.
num
);
that
.
tableData
.
push
(
d
.
data
);
console
.
log
(
"返回信息"
,
that
.
tableData
);
that
.
serviceName
=
d
.
data
.
name
;
}
});
},
...
...
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