修改bug

This commit is contained in:
zhouyanli
2026-07-30 18:01:39 +08:00
parent 80ff7588b1
commit 8c0a713512
20 changed files with 223 additions and 134 deletions

View File

@@ -53,6 +53,7 @@
import {
ref
} from 'vue';
import { requireLogin } from '@/common/checkLogin.js'
const commonFuncList = ref([{
@@ -138,7 +139,7 @@
// --方法----
const handleFuncClick = (item) => {
if (!requireLogin()) return
uni.setStorageSync('sourcePage', 'serviceIndex')
uni.navigateTo({
url: item.path,
@@ -147,6 +148,7 @@
// banner跳转
function bannnerClick(){
if (!requireLogin()) return
uni.navigateTo({ url: '/pageSubPack/online-repair/onlineRepair'})
}
</script>