acdr-ui/dist/dev/mp-weixin/modules/mall/sheep/ui/su-status-bar/su-status-bar.js
2024-10-01 09:15:35 +08:00

15 lines
367 B
JavaScript

"use strict";
const modules_mall_sheep_index = require("../../index.js");
const _sfc_main = {
__name: "su-status-bar",
setup(__props) {
const statusBarHeight = modules_mall_sheep_index.sheep.$platform.device.statusBarHeight + "px";
return (_ctx, _cache) => {
return {
a: statusBarHeight
};
};
}
};
wx.createComponent(_sfc_main);