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
2019-12-20 14:04:04 +0800
Commit
6e886c2640ce6d86b4e31858807a8fd769bf63ec
1 parent
2ca08b2a
fix(buyer-confirm): 用户登陆后重新获取用户信息,参数 true表示重新掉接口查询 reviewed by 黄涛
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/order/buyer-confirm.vue
apps/pages/order/buyer-confirm.vue
View file @
6e886c2
...
...
@@ -315,7 +315,7 @@ export default {
});
}
let user = await this.$sdk.getUser();
let user = await this.$sdk.getUser(
true
);
if (user && user.uid) {
const payInfo = await this.fetchPayment({ skup: this.productDetail.skup });
...
...
Please
register
or
login
to post a comment