fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user