|
@@ -73,8 +73,8 @@ Component({
|
|
|
"hospital_order",
|
|
|
]);
|
|
|
console.log("authResult ===>", authResult.authCode);
|
|
|
- const subscribeID = await getsubscribeID();
|
|
|
- await this.requestSubscribeMessageFn(subscribeID.depositTemplateId);
|
|
|
+ // const subscribeID = await getsubscribeID();
|
|
|
+ // await this.requestSubscribeMessageFn(subscribeID.depositTemplateId);
|
|
|
} catch (error) {
|
|
|
console.log(error, "error");
|
|
|
}
|