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
5c6d3c66
Commit
5c6d3c66
authored
Sep 27, 2021
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 去掉订单来源,原因:入口太多暂时无法覆盖
parent
83be6c24
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
module.js
src/store/module.js
+1
-1
createOrder.vue
src/views/order/createOrder.vue
+1
-1
List.vue
src/views/orderList/components/List.vue
+1
-1
payResult.vue
src/views/pay/payResult.vue
+1
-1
No files found.
src/store/module.js
View file @
5c6d3c66
...
...
@@ -106,7 +106,7 @@ const mutations = {
const
[
res
]
=
await
groupBuy
.
getScheme
({
miniUrl
:
'
pages/groupbuy/webview
'
,
// miniUrl: 'pages/product/goodDetail',
params
:
`
from=groupBuy&
url=
${
encodeURIComponent
(
params
:
`url=
${
encodeURIComponent
(
JSON
.
stringify
(
paramsParentheses
(
pointer
)
+
'
&vccToken={token}
'
)
)}
`
});
...
...
src/views/order/createOrder.vue
View file @
5c6d3c66
...
...
@@ -207,7 +207,7 @@ export default {
cookies
.
set
(
'
skuID
'
,
params
.
skuList
[
0
].
skuNo
);
if
(
isWxMp
)
{
this
.
nativeBridge
.
openNewUrl
({
newUrl
:
`/pages/pay/index?orderNo=
${
data
.
orderNo
}
&from=groupbuy
`
newUrl
:
`/pages/pay/index?orderNo=
${
data
.
orderNo
}
`
});
}
else
if
(
isApp
)
{
this
.
$router
.
replace
({
path
:
`/pay?orderNo=
${
data
.
orderNo
}
`
});
...
...
src/views/orderList/components/List.vue
View file @
5c6d3c66
...
...
@@ -193,7 +193,7 @@ export default {
this
.
$router
.
push
(
`/pay?orderNo=
${
skuInfo
.
orderNo
}
`
);
if
(
isWxMp
)
{
this
.
nativeBridge
.
openNewUrl
({
newUrl
:
`/pages/pay/index?orderNo=
${
skuInfo
.
orderNo
}
&from=groupbuy
`
newUrl
:
`/pages/pay/index?orderNo=
${
skuInfo
.
orderNo
}
`
});
}
else
if
(
isApp
)
{
this
.
$router
.
push
({
path
:
`/pay?orderNo=
${
skuInfo
.
orderNo
}
`
});
...
...
src/views/pay/payResult.vue
View file @
5c6d3c66
...
...
@@ -124,7 +124,7 @@ export default {
}
else
{
if
(
isWxMp
)
{
this
.
nativeBridge
.
openNewUrl
({
newUrl
:
`/pages/pay/index?orderNo=
${
this
.
orderNo
}
&from=groupbuy
`
newUrl
:
`/pages/pay/index?orderNo=
${
this
.
orderNo
}
`
});
}
else
if
(
isApp
)
{
this
.
$router
.
push
({
path
:
`/pay?orderNo=
${
this
.
orderNo
}
`
});
...
...
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