Showing
1 changed file
with
2 additions
and
0 deletions
@@ -45,6 +45,8 @@ Vue.use(OrderCouponList); | @@ -45,6 +45,8 @@ Vue.use(OrderCouponList); | ||
45 | Vue.use(OrderPromotionList); | 45 | Vue.use(OrderPromotionList); |
46 | Vue.use(Bind); | 46 | Vue.use(Bind); |
47 | 47 | ||
48 | +initClient(store); | ||
49 | + | ||
48 | yoho.auth = async loginUrl => { | 50 | yoho.auth = async loginUrl => { |
49 | let user = await sdk.getUser(); | 51 | let user = await sdk.getUser(); |
50 | 52 |
-
Please register or login to post a comment