| | |
| | | "description": "", |
| | | "setting": { |
| | | "urlCheck": false, |
| | | "es6": true, |
| | | "enhance": true, |
| | | "es6": false, |
| | | "enhance": false, |
| | | "postcss": false, |
| | | "preloadBackgroundData": false, |
| | | "minified": false, |
| | |
| | | const { userDetail } = useUser(); |
| | | const router = Taro.useRouter(); |
| | | const launchOption = useLaunchOptions(); |
| | | const options = Taro.getLaunchOptionsSync(); |
| | | //灵工Id |
| | | const id = router.params?.id; |
| | | const code = launchOption?.query?.scene || router.params?.code; |
| | | const code = router.params?.code || options?.query?.scene; |
| | | |
| | | const { |
| | | isLoading, |