23 lines
781 B
JavaScript
23 lines
781 B
JavaScript
|
|
"use strict";
|
||
|
|
const common_vendor = require("../../../common/vendor.js");
|
||
|
|
const _sfc_main = {};
|
||
|
|
if (!Array) {
|
||
|
|
const _easycom_uni_icons2 = common_vendor.resolveComponent("uni-icons");
|
||
|
|
_easycom_uni_icons2();
|
||
|
|
}
|
||
|
|
const _easycom_uni_icons = () => "../../../uni_modules/uni-icons/components/uni-icons/uni-icons.js";
|
||
|
|
if (!Math) {
|
||
|
|
_easycom_uni_icons();
|
||
|
|
}
|
||
|
|
function _sfc_render(_ctx, _cache) {
|
||
|
|
return {
|
||
|
|
a: common_vendor.p({
|
||
|
|
type: "arrow-right",
|
||
|
|
size: "20",
|
||
|
|
color: "#A4A4A4"
|
||
|
|
})
|
||
|
|
};
|
||
|
|
}
|
||
|
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-b68fefb8"], ["__file", "/Users/zsq/Sources/github/2025property-pay/pay-customer/src/pages/index/components/AiInput.vue"]]);
|
||
|
|
wx.createComponent(Component);
|