Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
83533d00
Commit
83533d00
authored
Aug 31, 2025
by
lg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 半屏拉起小程序功能
parent
f6646fad
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
manifest.json
manifest.json
+3
-2
pageCfg.js
stores/pageCfg.js
+0
-1
index.js
utils/index.js
+5
-1
Integral.vue
views/Integral.vue
+1
-2
No files found.
manifest.json
View file @
83533d00
...
...
@@ -52,7 +52,7 @@
"quickapp"
:
{},
/*
小程序特有相关
*/
"mp-weixin"
:
{
"appid"
:
"wx
88ab296d52e9835
d"
,
"appid"
:
"wx
c83b55d61c7fc51
d"
,
"setting"
:
{
"urlCheck"
:
false
,
"minified"
:
true
,
...
...
@@ -65,7 +65,8 @@
"desc"
:
"请允许获取位置信息,用于提供附近服务"
}
},
"requiredBackgroundModes"
:
[
"share"
]
"requiredBackgroundModes"
:
[
"share"
],
"embeddedAppIdList"
:
[
"wx4205ec55b793245e"
]
},
"mp-alipay"
:
{
"usingComponents"
:
true
...
...
stores/pageCfg.js
View file @
83533d00
import
{
defineStore
}
from
"pinia"
;
import
{
myObj
}
from
"../mock/my"
;
import
{
fetchUserJSON
}
from
"@/api/user"
;
export
const
usePageCfgStore
=
defineStore
(
"pageCfg"
,
{
...
...
utils/index.js
View file @
83533d00
...
...
@@ -36,7 +36,11 @@ export function jump({ type, url, extra = {} }) {
console
.
log
(
"jumpParams:"
,
jumpParams
);
if
(
extra
.
embedded
){
uni
.
openEmbeddedMiniProgram
(
jumpParams
);
}
else
{
uni
.
navigateToMiniProgram
(
jumpParams
);
}
break
;
case
JumpType
.
H5
:
// 跳转到 https 网络链接
...
...
views/Integral.vue
View file @
83533d00
...
...
@@ -2035,8 +2035,7 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
const
type
=
item
.
type
;
const
extra
=
item
.
extra
;
extra
.
embedded
=
true
;
//半屏拉起小程序
console
.
log
(
'url11111='
,
url
);
...
...
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