适配微信小程序

This commit is contained in:
zhonghua.li
2026-04-17 09:41:37 +08:00
parent 18455a311d
commit 36b8784bc1
59 changed files with 650 additions and 586 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";const n=require("../../common/vendor.js"),e={name:"FurnitureReceptionEntry",components:{FurnitureReceptionImpl:()=>"./furniture_reception-impl.js"},data:()=>({incomingTab:""}),onLoad(n={}){const e=null!=n.tab?String(n.tab):"";this.incomingTab=["status","reception","tag"].includes(e)?e:"reception"}};if(!Array){n.resolveComponent("furniture-reception-impl")()}const t=n._export_sfc(e,[["render",function(e,t,i,r,o,c){return{a:n.p({incomingTab:o.incomingTab})}}]]);wx.createPage(t);

View File

@@ -0,0 +1,6 @@
{
"navigationStyle": "custom",
"usingComponents": {
"furniture-reception-impl": "./furniture_reception-impl"
}
}

View File

@@ -0,0 +1 @@
<furniture-reception-impl wx:if="{{a}}" u-i="85aeeb16-0" bind:__l="__l" u-p="{{a}}"/>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long