优化页面

This commit is contained in:
pengxiaolong
2025-06-09 19:18:38 +08:00
parent d30589fd05
commit c5042d08c3
811 changed files with 2799 additions and 503 deletions

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const n=e.defineComponent({__name:"index",props:{open:{type:Boolean,default:!1}},emits:["change"],setup(n,{emit:o}){const t=n,a=e.ref(!1),r=o;e.watchEffect((()=>{a.value=t.open}));const c=()=>{a.value=!a.value,r("change",a.value)};return(n,o)=>({a:e.n(e.unref(a)&&"slider-open"),b:e.o$1(c)})}}),o=e._export_sfc(n,[["__scopeId","data-v-f112c675"]]);wx.createComponent(o);