This commit is contained in:
yziiy
2025-08-13 10:39:47 +08:00
parent da65fde285
commit 125ab7ab9d
22 changed files with 3684 additions and 1045 deletions

View File

@@ -54,15 +54,6 @@
} = options
if (id) this.getDetail(id)
},
// onShow() {
// if(uni.getStorageSync('statusBarHeight')) {
// this.statusBarHeight = uni.getStorageSync('statusBarHeight')
// } else {
// const systemInfo = uni.getSystemInfoSync(); // 获取系统信息
// this.statusBarHeight = systemInfo.statusBarHeight
// uni.setStorageSync('statusBarHeight', this.statusBarHeight)
// }
// },
methods: {
getDetail(id) {
http.get('/api/Help/help_detail', {