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
e3c797a5
Commit
e3c797a5
authored
Nov 03, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
666666
parent
abc914f7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
request.js
api/request.js
+2
-0
sharepage.vue
pages/invate/sharepage.vue
+1
-1
Integral.vue
views/Integral.vue
+2
-5
No files found.
api/request.js
View file @
e3c797a5
...
@@ -107,6 +107,8 @@ const post = async (url, data, options = {}) => {
...
@@ -107,6 +107,8 @@ const post = async (url, data, options = {}) => {
options
.
data
=
data
;
options
.
data
=
data
;
options
.
url
=
url
;
options
.
url
=
url
;
console
.
log
(
'post options1111111:'
,
options
);
try
{
try
{
return
await
request
(
options
);
return
await
request
(
options
);
}
catch
(
error
)
{
}
catch
(
error
)
{
...
...
pages/invate/sharepage.vue
View file @
e3c797a5
...
@@ -227,7 +227,7 @@ const onGetPhoneNumber = async (e) => {
...
@@ -227,7 +227,7 @@ const onGetPhoneNumber = async (e) => {
// 重新获取用户信息(登录后)getphonenumber
// 重新获取用户信息(登录后)getphonenumber
await
Promise
.
all
([
await
Promise
.
all
([
userStore
.
loadUserInfo
(),
userStore
.
loadUserInfo
(),
userStore
.
loadMemberInfo
(),
//
userStore.loadMemberInfo(),
])
])
console
.
warn
(
'授权后重新获取用户信息'
)
console
.
warn
(
'授权后重新获取用户信息'
)
...
...
views/Integral.vue
View file @
e3c797a5
...
@@ -1918,12 +1918,9 @@ watch(
...
@@ -1918,12 +1918,9 @@ watch(
()
=>
globalStore
.
curTabIndex
===
2
&&
!
globalStore
.
isWxFriendCircle
,
()
=>
globalStore
.
curTabIndex
===
2
&&
!
globalStore
.
isWxFriendCircle
,
(
isVisible
)
=>
{
(
isVisible
)
=>
{
if
(
isVisible
)
{
if
(
isVisible
)
{
console
.
log
(
'积分页面显示 - watch (curTabIndex:'
,
globalStore
.
curTabIndex
,
', isWxFriendCircle:'
,
globalStore
.
isWxFriendCircle
,
')'
);
// 这里可以添加页面显示时的逻辑
}
else
{
console
.
log
(
'积分页面隐藏 - watch (curTabIndex:'
,
globalStore
.
curTabIndex
,
', isWxFriendCircle:'
,
globalStore
.
isWxFriendCircle
,
')'
);
// 这里可以添加页面隐藏时的逻辑
}
}
console
.
log
(
'isVisible:'
,
isVisible
);
console
.
log
(
'isVisible:'
,
isVisible
);
}
,
}
,
{
immediate
:
true
}
{
immediate
:
true
}
...
...
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