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
b07e4564
Commit
b07e4564
authored
Sep 26, 2021
by
beisir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:解决app分享名称以及活动时间过期
parent
ac559214
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
index.vue
src/views/goodsList/index.vue
+3
-2
List.vue
src/views/orderList/components/List.vue
+4
-2
index.vue
src/views/orderList/index.vue
+4
-3
No files found.
src/views/goodsList/index.vue
View file @
b07e4564
...
...
@@ -209,11 +209,12 @@ export default {
shareTitle
,
shareSubTitle
,
shareIconUrl
,
img
img
,
title
}
=
this
.
goodsTemp
;
const
{
activityId
}
=
this
;
return
Promise
.
resolve
({
skuName
:
shareTitle
,
skuName
:
shareTitle
||
title
,
desc
:
shareSubTitle
,
skuImg
:
shareIconUrl
||
img
,
posterUrl
:
sharePosterTemplateUrl
,
...
...
src/views/orderList/components/List.vue
View file @
b07e4564
...
...
@@ -182,9 +182,11 @@ export default {
newUrl
:
`/pages/order/orderDetail?orderNo=
${
skuInfo
.
orderNo
}
`
});
}
else
if
(
isApp
)
{
// alert(JSON)
this
.
nativeBridge
.
openNewUrl
({
newUrl
:
`http://orderDetail?orderNo=111111111 `
event
:
'
openNewUrl
'
,
data
:
{
newUrl
:
`xyqb://myOrderDetail?orderNo=
${
skuInfo
.
orderN
}
&needLogin=1`
}
});
}
},
...
...
src/views/orderList/index.vue
View file @
b07e4564
...
...
@@ -71,8 +71,10 @@ export default {
methods
:
{
finishTimeChange
()
{
// 倒计时结束之后刷新
window
.
location
.
reload
();
// this.getList();
this
.
setNavListData
(
'
list
'
,
[]);
this
.
setNavListData
(
'
finished
'
,
false
);
this
.
setNavListData
(
'
page
'
,
1
);
this
.
getList
();
},
getstatusQuery
()
{
const
{
status
}
=
this
.
$route
.
params
||
{};
...
...
@@ -108,7 +110,6 @@ export default {
pageSize
,
status
});
// console.log(res.records);
if
(
res
?.
records
?.
length
)
{
this
.
setNavListData
(
'
loading
'
,
false
);
list
=
[...
list
,
...
res
.
records
];
...
...
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