Compare commits

...

2 Commits

Author SHA1 Message Date
640231a223 Merge branch 'main' of http://124.243.245.42:3000/sdz/qingdao-employment-service 2025-12-24 17:04:08 +08:00
99f8fd7b6a fix 2025-12-24 17:04:07 +08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -643,10 +643,10 @@ export function isY9MachineType() {
// 爱山东环境判断
export function isAsdMachineType() {
return typeof lightAppJssdk !== 'undefined'
// const ua = navigator.userAgent;
// const isY9Machine = /asd_hanweb/i.test(ua); // 匹配机器型号
// return isY9Machine;
return !!lightAppJssdk.user
}

View File

@@ -1,5 +1,5 @@
<template>
<AppLayout title="" :use-scroll-view="false">
<AppLayout title="" :use-scroll-view="false" showHeader>
<template #headerleft v-if="isMiniProgram">
<view class="btnback">
<image src="@/static/icon/back.png" @click="navBack"></image>

View File

@@ -1,5 +1,5 @@
<template>
<AppLayout title="" backGorundColor="#F4F4F4">
<AppLayout title="" backGorundColor="#F4F4F4" showHeader>
<template #headerleft v-if="isMiniProgram">
<view class="btnback">
<image src="@/static/icon/back.png" @click="navBack"></image>
@@ -536,7 +536,7 @@ for i in 0..100
}
}
.content{
padding: 28rpx
padding: 0 28rpx
height: 100%
.content-top{
background: #FFFFFF;