@@ -235,6 +235,9 @@ Page({
// if (!patient) await toCertificationPage();
if (!patient) {
console.log("没有患者");
+ if(wx.getStorageSync("doctorId")){
+ toCertificationPage();
+ }
}else {
this.setData({ patient });
this.observerPatient(patient);