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
dd63a026
Commit
dd63a026
authored
Sep 26, 2021
by
beisir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:订单详情页
parent
b49f9b15
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
11 deletions
+1
-11
groupShare.vue
src/components/groupShare.vue
+0
-10
List.vue
src/views/orderList/components/List.vue
+1
-1
No files found.
src/components/groupShare.vue
View file @
dd63a026
...
...
@@ -51,9 +51,6 @@ export default {
};
},
created
()
{
// this.nativeBridge.openNewUrl({
// newUrl: `http://orderDetail?orderNo=111111111 `
// });
if
(
isWxMp
)
{
this
.
nativeBridge
=
new
MpBridge
();
return
;
...
...
@@ -66,13 +63,6 @@ export default {
// this.tipDialogMessage();
// return;
// }
// this.nativeBridge.openNewUrl({
// event: 'openNewUrl',
// data: {
// newUrl: `xyqb://myOrderDetail?orderNo=1442043384637345792&needLogin=1`
// }
// });
this
.
type
=
type
;
if
(
typeof
shareInfo
===
'
object
'
)
{
this
.
sharePicData
=
shareInfo
;
...
...
src/views/orderList/components/List.vue
View file @
dd63a026
...
...
@@ -185,7 +185,7 @@ export default {
this
.
nativeBridge
.
openNewUrl
({
event
:
'
openNewUrl
'
,
data
:
{
newUrl
:
`xyqb://myOrderDetail?orderNo=
${
skuInfo
.
orderN
}
&needLogin=1`
newUrl
:
`xyqb://myOrderDetail?orderNo=
${
skuInfo
.
orderN
o
}
&needLogin=1`
}
});
}
...
...
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