Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
panyongping
uni-pdtravel
Commits
d51acd0d
Commit
d51acd0d
authored
Nov 26, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
半屏小程序开发
parent
dd4f9359
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
manifest.json
manifest.json
+1
-1
center.vue
pages/indexs/center/center.vue
+4
-3
No files found.
manifest.json
View file @
d51acd0d
...
...
@@ -75,7 +75,7 @@
"enable"
:
false
},
"requiredPrivateInfos"
:
[
"getLocation"
],
"embeddedAppIdList"
:
[
"wx88
2fabc8844b5363"
,
"wx88
8e5ed62eb274db"
]
//第一个途比达,第二个长江索道
"embeddedAppIdList"
:
[
"wx888e5ed62eb274db"
]
//第一个途比达,第二个长江索道
},
"mp-alipay"
:
{
"usingComponents"
:
true
,
...
...
pages/indexs/center/center.vue
View file @
d51acd0d
...
...
@@ -195,10 +195,11 @@ export default {
},
aaa
(){
uni
.
openEmbeddedMiniProgram
({
appId
:
'wx88
2fabc8844b5363
'
,
// 目标小程序的appid
path
:
'pages/
orders/orders
'
,
// 打开的页面路径,可选
appId
:
'wx88
8e5ed62eb274db
'
,
// 目标小程序的appid
path
:
'pages/
payment/orderPayment/orderPayment
'
,
// 打开的页面路径,可选
extraData
:
{
// 需要传递给目标小程序的数据,可选
orderId
:
'z001715240555636905c358cf6758baa'
orderId
:
'z0017322618978189e13cc13adb58918'
,
openid
:
'oroHZ5D2kemXkyFtTb_KnJMH1fqc'
},
success
:
(
res
)
=>
{
// 打开成功的回调
...
...
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