fix
This commit is contained in:
@@ -643,10 +643,10 @@ export function isY9MachineType() {
|
|||||||
|
|
||||||
// 爱山东环境判断
|
// 爱山东环境判断
|
||||||
export function isAsdMachineType() {
|
export function isAsdMachineType() {
|
||||||
return typeof lightAppJssdk !== 'undefined'
|
|
||||||
// const ua = navigator.userAgent;
|
// const ua = navigator.userAgent;
|
||||||
// const isY9Machine = /asd_hanweb/i.test(ua); // 匹配机器型号
|
// const isY9Machine = /asd_hanweb/i.test(ua); // 匹配机器型号
|
||||||
// return isY9Machine;
|
// return isY9Machine;
|
||||||
|
return !!lightAppJssdk.user
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<AppLayout title="" :use-scroll-view="false">
|
<AppLayout title="" :use-scroll-view="false" showHeader>
|
||||||
<template #headerleft v-if="isMiniProgram">
|
<template #headerleft v-if="isMiniProgram">
|
||||||
<view class="btnback">
|
<view class="btnback">
|
||||||
<image src="@/static/icon/back.png" @click="navBack"></image>
|
<image src="@/static/icon/back.png" @click="navBack"></image>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<AppLayout title="" backGorundColor="#F4F4F4">
|
<AppLayout title="" backGorundColor="#F4F4F4" showHeader>
|
||||||
<template #headerleft v-if="isMiniProgram">
|
<template #headerleft v-if="isMiniProgram">
|
||||||
<view class="btnback">
|
<view class="btnback">
|
||||||
<image src="@/static/icon/back.png" @click="navBack"></image>
|
<image src="@/static/icon/back.png" @click="navBack"></image>
|
||||||
@@ -536,7 +536,7 @@ for i in 0..100
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.content{
|
.content{
|
||||||
padding: 28rpx
|
padding: 0 28rpx
|
||||||
height: 100%
|
height: 100%
|
||||||
.content-top{
|
.content-top{
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
|
|||||||
Reference in New Issue
Block a user