|
@@ -68,10 +68,7 @@ Component({
|
|
// console.log("authCode ===>", res.authCode);
|
|
// console.log("authCode ===>", res.authCode);
|
|
// },
|
|
// },
|
|
// });
|
|
// });
|
|
- const [err, authResult] = await getAuthUser([
|
|
|
|
- "auth_user",
|
|
|
|
- "hospital_order",
|
|
|
|
- ]);
|
|
|
|
|
|
+ const [err, authResult] = await getAuthUser(["hospital_order"]);
|
|
console.log("authResult ===>", authResult.authCode);
|
|
console.log("authResult ===>", authResult.authCode);
|
|
const subscribeID = await getsubscribeID();
|
|
const subscribeID = await getsubscribeID();
|
|
await this.requestSubscribeMessageFn(subscribeID.depositTemplateId);
|
|
await this.requestSubscribeMessageFn(subscribeID.depositTemplateId);
|