2222
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user