1.微信小程序兼容性优化

master
sws 2023-11-09 18:31:03 +08:00
parent 82f5b885f1
commit 56e781eecd
2 changed files with 2 additions and 2 deletions

View File

@ -663,7 +663,7 @@
this.setData({
popup_view_pay_html_is_show: false,
});
this.to_fail_page_event();
this.to_other();
},
},
};

View File

@ -327,7 +327,7 @@
//
to_fail_page: '/pages/user-order/user-order',
// --
to_appoint_page: '',
to_appoint_page: '/pages/user-order/user-order',
};
},