51 lines
1.6 KiB
JavaScript
51 lines
1.6 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../../common/vendor.js");
|
|
if (!Array) {
|
|
const _easycom_uni_section2 = common_vendor.resolveComponent("uni-section");
|
|
_easycom_uni_section2();
|
|
}
|
|
const _easycom_uni_section = () => "../../../uni_modules/uni-section/components/uni-section/uni-section.js";
|
|
if (!Math) {
|
|
(common_vendor.unref(JyShopInformation) + common_vendor.unref(JyCommodityInformation) + _easycom_uni_section + common_vendor.unref(ClickShowMore))();
|
|
}
|
|
const JyCommodityInformation = () => "../jy-commodity-information/index.js";
|
|
const JyShopInformation = () => "../jy-shop-information/index.js";
|
|
const ClickShowMore = () => "../click-show-more/index.js";
|
|
const _sfc_main = {
|
|
__name: "index",
|
|
setup(__props) {
|
|
const list2 = common_vendor.ref([{
|
|
title: "订单编号:123123123"
|
|
}, {
|
|
title: "申请金额:100"
|
|
}, {
|
|
title: "申请金额:100"
|
|
}, {
|
|
title: "提现时间:2022-02-02"
|
|
}]);
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.p({
|
|
showStatus: false
|
|
}),
|
|
b: common_vendor.p({
|
|
showType: 1
|
|
}),
|
|
c: common_vendor.f(list2.value, (item, index, i0) => {
|
|
return {
|
|
a: index,
|
|
b: "468a934a-3-" + i0 + ",468a934a-2",
|
|
c: common_vendor.p({
|
|
title: item.title,
|
|
titleColor: "#999999",
|
|
titleFontSize: "24rpx"
|
|
})
|
|
};
|
|
})
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-468a934a"]]);
|
|
wx.createComponent(Component);
|