2 lines
821 B
JavaScript
Raw Permalink Normal View History

2025-12-15 18:27:46 +08:00
"use strict";const o=require("../../common/vendor.js");if(!Array){o.resolveComponent("up-popup")()}Math;const e=o.defineComponent({__name:"hs-popup-custom",props:["show","mode","insetBottom","round","closeable","bgColor","title"],emits:["close"],setup(e,{emit:t}){const l=e,n=()=>{t("close")};return(e,t)=>({a:o.t((null==l?void 0:l.title)||"消息通知"),b:o.o(n),c:o.p({customStyle:(null==l?void 0:l.insetBottom)?{bottom:"calc(env(safe-area-inset-bottom) + 48px)"}:{},overlayStyle:(null==l?void 0:l.insetBottom)?{bottom:"calc(env(safe-area-inset-bottom) + 48px)"}:{},show:l.show,mode:(null==l?void 0:l.mode)||"top",round:(null==l?void 0:l.round)||0,closeable:null==l?void 0:l.closeable,bgColor:(null==l?void 0:l.bgColor)||"transparent"})})}}),t=o._export_sfc(e,[["__scopeId","data-v-c3d50fe1"]]);wx.createComponent(t);