This commit is contained in:
zoujiandong
2025-08-03 17:46:42 +08:00
parent 6e320c3944
commit e5979f605e
24 changed files with 162 additions and 101 deletions
@@ -64,7 +64,12 @@ const _sfc_main = {
};
const goBack = () => {
common_vendor.index.navigateBack({
delta: 1
delta: 1,
fail() {
common_vendor.index.redirectTo({
url: "/pages/index/index"
});
}
});
};
common_vendor.onLoad(() => {