"use strict"; const common_vendor = require("../../common/vendor.js"); if (!Array) { const _easycom_wd_upload2 = common_vendor.resolveComponent("wd-upload"); _easycom_wd_upload2(); } const _easycom_wd_upload = () => "../../node-modules/wot-design-uni/components/wd-upload/wd-upload.js"; if (!Math) { _easycom_wd_upload(); } const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({ __name: "uploadImage", setup(__props) { const fileList = common_vendor.ref([ { url: "https://img12.360buyimg.com//n0/jfs/t1/29118/6/4823/55969/5c35c16bE7c262192/c9fdecec4b419355.jpg" } ]); const handleChange = (file) => { console.log(file); }; return (_ctx, _cache) => { return { a: common_vendor.o(handleChange), b: common_vendor.p({ ["file-list"]: fileList.value, action: "https://mockapi.eolink.com/zhTuw2P8c29bc981a741931bdd86eb04dc1e8fd64865cb5/upload", multiple: true, limit: 5 }) }; }; } }); wx.createPage(_sfc_main);