sync:订单结果页添加支付询问对话框,版本获取方法修改,更新README https://gitee.com/sheepjs/shopro-uniapp/commit/024f311235266334063d25b7fec604b22e613ea9

This commit is contained in:
YunaiV
2025-04-28 00:01:33 +08:00
parent 9e96df4651
commit e9ebe236e6
8 changed files with 123 additions and 96 deletions
+4 -8
View File
@@ -3,14 +3,10 @@
import { ShoproInit } from './sheep';
onLaunch(() => {
// 延时隐藏原生导航栏
setTimeout(() => {
try {
uni.hideNavigationBar();
} catch (error) {
// 忽略该 error,不一定存在
}
}, 200);
// 隐藏原生导航栏 使用自定义底部导航
uni.hideTabBar({
fail: () => {},
});
// 加载Shopro底层依赖
ShoproInit();