22 lines
674 B
JavaScript
22 lines
674 B
JavaScript
|
"use strict";
|
||
|
const common_vendor = require("../../common/vendor.js");
|
||
|
const _sfc_main = {};
|
||
|
if (!Array) {
|
||
|
const _easycom_uni_file_picker2 = common_vendor.resolveComponent("uni-file-picker");
|
||
|
_easycom_uni_file_picker2();
|
||
|
}
|
||
|
const _easycom_uni_file_picker = () => "../../uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.js";
|
||
|
if (!Math) {
|
||
|
_easycom_uni_file_picker();
|
||
|
}
|
||
|
function _sfc_render(_ctx, _cache) {
|
||
|
return {
|
||
|
a: common_vendor.p({
|
||
|
limit: "9",
|
||
|
title: "最多选择9张图片"
|
||
|
})
|
||
|
};
|
||
|
}
|
||
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||
|
my.createPage(MiniProgramPage);
|