Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
shuaiguo
5 years ago
Commit
7a74636ad52a495d00f1f67bb7f19c7ba3293bd0
1 parent
27ac5ca4
fix(buyer-confirm): 获取用户信息 reviewed by huangtao
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/pages/order/components/confirm/buyer-product.vue
package.json
apps/pages/order/components/confirm/buyer-product.vue
View file @
7a74636
...
...
@@ -35,7 +35,7 @@ export default {
},
methods: {
async getLogin() {
const user = await this.$sdk.getUser();
const user = await this.$sdk.getUser(
true
);
this.isLogin = user && !!user.uid;
}
...
...
package.json
View file @
7a74636
{
"name"
:
"xianyu-ufo-app-web"
,
"version"
:
"1.2.
2
"
,
"version"
:
"1.2.
3
"
,
"private"
:
true
,
"description"
:
"Xianyu Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment