Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
group-buy-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
group-buy-ui
Commits
fcf63f29
Commit
fcf63f29
authored
Sep 22, 2021
by
beisir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:订单列表页接口
parent
6664c6a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
env.config.js
src/config/env.config.js
+1
-0
List.vue
src/views/orderList/components/List.vue
+17
-2
No files found.
src/config/env.config.js
View file @
fcf63f29
...
@@ -13,6 +13,7 @@ const kdspHost = 'https://kdsp-api-vcc3.liangkebang.net';
...
@@ -13,6 +13,7 @@ const kdspHost = 'https://kdsp-api-vcc3.liangkebang.net';
// const talosHost = 'http://192.168.29.89:8098'; // 唐峰
// const talosHost = 'http://192.168.29.89:8098'; // 唐峰
// const talosHost = 'http://192.168.25.210:8080'; // 张超
// const talosHost = 'http://192.168.25.210:8080'; // 张超
// const talosHost = 'http://192.168.28.83:80'; // 董彪
// const talosHost = 'http://192.168.28.83:80'; // 董彪
// const talosHost = 'http://192.168.25.122:8098'; // 王永杰
const
opapiHost
=
'
https://opapi-vcc3.liangkebang.net
'
;
const
opapiHost
=
'
https://opapi-vcc3.liangkebang.net
'
;
const
VCC_CHANNEL
=
''
;
const
VCC_CHANNEL
=
''
;
const
TERMINAL
=
'
H5
'
;
const
TERMINAL
=
'
H5
'
;
...
...
src/views/orderList/components/List.vue
View file @
fcf63f29
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
>
>
<count-down
:end-time=
"+new Date(item.endTime)"
/>
<count-down
:end-time=
"+new Date(item.endTime)"
/>
</
template
>
</
template
>
<
template
v-else
-if=
"item.openGroupStatus === 2"
>
<
template
v-else
>
<span
:class=
"cardInfoMation[item.openGroupStatus].class"
>
{{
<span
:class=
"cardInfoMation[item.openGroupStatus].class"
>
{{
cardInfoMation
[
item
.
openGroupStatus
].
message
cardInfoMation
[
item
.
openGroupStatus
].
message
}}
</span>
}}
</span>
...
@@ -56,6 +56,17 @@
...
@@ -56,6 +56,17 @@
>
>
查看订单
查看订单
</cr-button>
</cr-button>
<!-- v-if="item.showOrderDetail" -->
<!-- 支付中按钮跳转支付页面 -->
<cr-button
size=
"small"
plain
type=
"primary"
shape=
"circle"
@
click.stop=
"goGroupDetails(item)"
>
去支付
</cr-button>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -100,7 +111,11 @@ export default {
...
@@ -100,7 +111,11 @@ export default {
listFinished
:
false
,
listFinished
:
false
,
cardInfoMation
:
{
cardInfoMation
:
{
// 开团状态:1拼团中、2拼团成功、3拼团失败 4.整体拼团处理中
// 开团状态:1拼团中、2拼团成功、3拼团失败 4.整体拼团处理中
0
:
{
class
:
'
Ol__head-fail
'
,
message
:
'
支付中
'
,
footTxt
:
'
拼团成功即可退款0元拿
'
},
1
:
{
1
:
{
message
:
''
,
message
:
''
,
footTxt
:
'
拼团成功即可退款0元拿
'
footTxt
:
'
拼团成功即可退款0元拿
'
...
...
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