mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
build: compile 0.5.29
This commit is contained in:
parent
6a99c797f7
commit
d84c21d680
2
dist/mixins/safe-area.js
vendored
2
dist/mixins/safe-area.js
vendored
@ -8,7 +8,7 @@ function getSafeArea() {
|
|||||||
wx.getSystemInfo({
|
wx.getSystemInfo({
|
||||||
success: ({ model, statusBarHeight }) => {
|
success: ({ model, statusBarHeight }) => {
|
||||||
const deviceType = model.replace(/\s/g, '-');
|
const deviceType = model.replace(/\s/g, '-');
|
||||||
const iphoneNew = /iphone-x|iPhone11|iPhone12/i.test(deviceType);
|
const iphoneNew = /iphone-x|iPhone11|iPhone12|iPhone13/i.test(deviceType);
|
||||||
cache = {
|
cache = {
|
||||||
isIPhoneX: iphoneNew,
|
isIPhoneX: iphoneNew,
|
||||||
statusBarHeight
|
statusBarHeight
|
||||||
|
@ -11,7 +11,7 @@ function getSafeArea() {
|
|||||||
success: function (_a) {
|
success: function (_a) {
|
||||||
var model = _a.model, statusBarHeight = _a.statusBarHeight;
|
var model = _a.model, statusBarHeight = _a.statusBarHeight;
|
||||||
var deviceType = model.replace(/\s/g, '-');
|
var deviceType = model.replace(/\s/g, '-');
|
||||||
var iphoneNew = /iphone-x|iPhone11|iPhone12/i.test(deviceType);
|
var iphoneNew = /iphone-x|iPhone11|iPhone12|iPhone13/i.test(deviceType);
|
||||||
cache = {
|
cache = {
|
||||||
isIPhoneX: iphoneNew,
|
isIPhoneX: iphoneNew,
|
||||||
statusBarHeight: statusBarHeight
|
statusBarHeight: statusBarHeight
|
||||||
|
Loading…
x
Reference in New Issue
Block a user