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
65690df2
Commit
65690df2
authored
Sep 22, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat/group-buy' of git.quantgroup.cn:ui/group-buy-ui into feat/group-buy
parents
ab81e1d5
c09a2e83
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
index.html
public/index.html
+2
-2
List.vue
src/views/orderList/components/List.vue
+5
-2
No files found.
public/index.html
View file @
65690df2
...
@@ -105,12 +105,12 @@
...
@@ -105,12 +105,12 @@
</script>
</script>
</head>
</head>
<body>
<body>
<
!-- <
script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.9.0/vconsole.min.js"></script>
<script
src=
"https://cdn.bootcdn.net/ajax/libs/vConsole/3.9.0/vconsole.min.js"
></script>
<script>
<script>
// init vConsole
// init vConsole
var
vConsole
=
new
VConsole
();
var
vConsole
=
new
VConsole
();
console
.
log
(
'
Hello world
'
);
console
.
log
(
'
Hello world
'
);
</script>
-->
</script>
<noscript>
<noscript>
<strong>
We're sorry but
<
%=
htmlWebpackPlugin
.
options
.
title
%
>
doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
<strong>
We're sorry but
<
%=
htmlWebpackPlugin
.
options
.
title
%
>
doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
</noscript>
...
...
src/views/orderList/components/List.vue
View file @
65690df2
...
@@ -56,14 +56,14 @@
...
@@ -56,14 +56,14 @@
>
>
查看订单
查看订单
</cr-button>
</cr-button>
<!-- v-if="item.showOrderDetail" -->
<!-- 支付中按钮跳转支付页面 -->
<!-- 支付中按钮跳转支付页面 -->
<cr-button
<cr-button
v-if=
"item.openGroupStatus === 0"
size=
"small"
size=
"small"
plain
plain
type=
"primary"
type=
"primary"
shape=
"circle"
shape=
"circle"
@
click.stop=
"goGroup
Detail
s(item)"
@
click.stop=
"goGroup
PayPage
s(item)"
>
>
去支付
去支付
</cr-button>
</cr-button>
...
@@ -152,6 +152,9 @@ export default {
...
@@ -152,6 +152,9 @@ export default {
newUrl
:
`/pages/order/orderDetail?orderNo=
${
skuInfo
.
orderNo
}
`
newUrl
:
`/pages/order/orderDetail?orderNo=
${
skuInfo
.
orderNo
}
`
});
});
},
},
goGroupPayPages
(
skuInfo
)
{
this
.
$router
.
push
(
`/pay?orderNo=
${
skuInfo
.
orderNo
}
`
);
},
async
openShareEvent
(
skuInfo
)
{
async
openShareEvent
(
skuInfo
)
{
let
options
=
await
this
.
getShareData
(
skuInfo
);
let
options
=
await
this
.
getShareData
(
skuInfo
);
...
...
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