30 lines
964 B
JavaScript
30 lines
964 B
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const _sfc_main = {
|
|
data() {
|
|
return {};
|
|
},
|
|
methods: {}
|
|
};
|
|
if (!Array) {
|
|
const _easycom_up_cell2 = common_vendor.resolveComponent("up-cell");
|
|
const _easycom_up_cell_group2 = common_vendor.resolveComponent("up-cell-group");
|
|
(_easycom_up_cell2 + _easycom_up_cell_group2)();
|
|
}
|
|
const _easycom_up_cell = () => "../../uni_modules/uview-plus/components/u-cell/u-cell.js";
|
|
const _easycom_up_cell_group = () => "../../uni_modules/uview-plus/components/u-cell-group/u-cell-group.js";
|
|
if (!Math) {
|
|
(_easycom_up_cell + _easycom_up_cell_group)();
|
|
}
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return {
|
|
a: common_vendor.p({
|
|
icon: "integral-fill",
|
|
title: "会员等级",
|
|
value: "新版本"
|
|
})
|
|
};
|
|
}
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
my.createPage(MiniProgramPage);
|