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
4c538a97
Commit
4c538a97
authored
Sep 22, 2021
by
beisir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:取消活动入口列表页数据修改
parent
fcf63f29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
index.vue
src/views/goodsList/index.vue
+0
-1
List.vue
src/views/orderList/components/List.vue
+5
-2
No files found.
src/views/goodsList/index.vue
View file @
4c538a97
...
...
@@ -259,7 +259,6 @@ export default {
if
(
res
.
size
)
{
this
.
loading
=
false
;
this
.
showLoading
=
false
;
res
.
items
[
5
].
goodsCount
=
0
;
this
.
goodsList
=
res
.
items
||
[];
if
(
!
res
.
hasNext
)
{
this
.
finished
=
true
;
...
...
src/views/orderList/components/List.vue
View file @
4c538a97
...
...
@@ -56,14 +56,14 @@
>
查看订单
</cr-button>
<!-- v-if="item.showOrderDetail" -->
<!-- 支付中按钮跳转支付页面 -->
<cr-button
v-if=
"item.openGroupStatus === 0"
size=
"small"
plain
type=
"primary"
shape=
"circle"
@
click.stop=
"goGroup
Detail
s(item)"
@
click.stop=
"goGroup
PayPage
s(item)"
>
去支付
</cr-button>
...
...
@@ -152,6 +152,9 @@ export default {
newUrl
:
`/pages/order/orderDetail?orderNo=
${
skuInfo
.
orderNo
}
`
});
},
goGroupPayPages
(
skuInfo
)
{
this
.
$router
.
push
(
`/pay?orderNo=
${
skuInfo
.
orderNo
}
`
);
},
async
openShareEvent
(
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