Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
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
华国豪
Athena
Commits
91765023
Commit
91765023
authored
May 27, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增订单确认
parent
8ebb48fa
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
4 deletions
+41
-4
confirOrder.vue
src/components/IntegralMall/confirOrder.vue
+27
-0
productDetail.vue
src/components/IntegralMall/productDetail.vue
+4
-2
TcOrder.vue
src/components/newPersonalCenter/block/model/TcOrder.vue
+1
-1
traffic.vue
src/components/trip/waterfall/traffic.vue
+1
-1
router.js
src/router.js
+8
-0
No files found.
src/components/IntegralMall/confirOrder.vue
0 → 100644
View file @
91765023
<
style
>
.confirOrder
{
background-color
:
#f5f5f5
}
</
style
>
<
template
>
<el-row
class=
"confirOrder"
>
<el-row
class=
"w1180"
>
<el-row>
</el-row>
</el-row>
</el-row>
</
template
>
<
script
>
export
default
{
data
(){
return
{
}
},
methods
:{
},
mounted
(){
}
}
</
script
>
src/components/IntegralMall/productDetail.vue
View file @
91765023
...
...
@@ -203,7 +203,7 @@
<p><i
class=
"iconfont icon-tixing"
></i>
这里是相关的一些比较重要一点的提示说明,比如平台的一些简单规则等等。。。
</p>
</div>
<div
class=
"_btn_dui"
>
<span>
立即兑换
</span>
<span
@
click=
"PlacingOrder(1)"
>
立即兑换
</span>
</div>
</el-col>
</el-row>
...
...
@@ -245,7 +245,9 @@ export default {
]
}
},
methods
:{
PlacingOrder
:
function
(
id
)
{
this
.
$router
.
push
({
name
:
'confirOrder'
,
query
:
{
id
:
id
,
num
:
this
.
numbers
}})
}
},
mounted
(){
}
...
...
src/components/newPersonalCenter/block/model/TcOrder.vue
View file @
91765023
...
...
@@ -20,7 +20,7 @@
很抱歉,你想要的信息我们真的找不到了
</div>
<!-- 分页 -->
<el-row
class=
"_pagination"
>
<el-row
class=
"_pagination"
v-if=
"totalCount > 1 && tableData.length>0"
>
<el-pagination
:current-page
.
sync=
"currentPage"
:page-size=
"getOrderMsg.pageSize"
...
...
src/components/trip/waterfall/traffic.vue
View file @
91765023
...
...
@@ -17,7 +17,7 @@
<span
v-if=
"o+1==tripItem.childItem.subTraffic.length"
>
{{
dns
.
arrivalCityName
}}
</span>
</span>
</span>
<span
class=
"content"
v-html=
"
son
.childItem.description"
></span>
<span
class=
"content"
v-html=
"
tripItem
.childItem.description"
></span>
</div>
</div>
</
template
>
...
...
src/router.js
View file @
91765023
...
...
@@ -176,6 +176,14 @@ export default new Router({
title
:
"商品详情-印象之旅~感动与世界同步"
}
},
{
path
:
"/confirOrder"
,
name
:
"confirOrder"
,
component
:
resolve
=>
require
([
"@/components/IntegralMall/confirOrder"
],
resolve
),
meta
:
{
title
:
"订单确认-印象之旅~感动与世界同步"
}
},
{
path
:
"/integral"
,
name
:
"integral"
,
...
...
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