上传代码
This commit is contained in:
21
distribution/unpackage/dist/dev/mp-alipay/pages/takePhoto/takePhoto.js
vendored
Normal file
21
distribution/unpackage/dist/dev/mp-alipay/pages/takePhoto/takePhoto.js
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
"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);
|
Reference in New Issue
Block a user