Authored by yyq

fix

@@ -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