2024-09-19 07:20:14 +08:00
|
|
|
"use strict";
|
2024-10-01 09:15:35 +08:00
|
|
|
const modules_mall_sheep_index = require("../../index.js");
|
2024-09-19 07:20:14 +08:00
|
|
|
const _sfc_main = {
|
|
|
|
__name: "su-status-bar",
|
|
|
|
setup(__props) {
|
2024-10-01 09:15:35 +08:00
|
|
|
const statusBarHeight = modules_mall_sheep_index.sheep.$platform.device.statusBarHeight + "px";
|
2024-09-19 07:20:14 +08:00
|
|
|
return (_ctx, _cache) => {
|
|
|
|
return {
|
|
|
|
a: statusBarHeight
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
};
|
|
|
|
wx.createComponent(_sfc_main);
|