Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
iedgeMini
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
02d86a73
authored
Mar 19, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
兼容
parent
c1a412d0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
.gitignore
pages/user/userInfo.vue
unpackage/dist/dev/mp-weixin/pages/user/userInfo.js
.gitignore
View file @
02d86a73
/.idea
/.hbuilderx
/unpackage
/unpackage
/*
/*.hbuilderx
/.DS_Store
/node_modules
\ No newline at end of file
pages/user/userInfo.vue
View file @
02d86a73
This diff is collapsed.
Click to expand it.
unpackage/dist/dev/mp-weixin/pages/user/userInfo.js
View file @
02d86a73
...
...
@@ -9,7 +9,7 @@ const _sfc_main = {
isInit
:
false
,
couponCount
:
0
,
certification
:
[],
userinfo
:
JSON
.
parse
(
common_vendor
.
index
.
getStorageSync
(
"user_info"
))
,
userinfo
:
common_vendor
.
index
.
getStorageSync
(
"user_info"
)
?
JSON
.
parse
(
common_vendor
.
index
.
getStorageSync
(
"user_info"
))
:
""
,
companyId
:
""
,
orderCount
:
{
"1"
:
0
,
...
...
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