You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

40 lines
1.2 KiB

"use strict";
const common_vendor = require("../../../common/vendor.js");
const _sfc_main = {
data() {
return {
configList: [
{ text: "用户协议", url: "" },
{ text: "隐私政策", url: "" }
]
};
}
};
if (!Array) {
const _easycom_u_icon2 = common_vendor.resolveComponent("u-icon");
_easycom_u_icon2();
}
const _easycom_u_icon = () => "../../../uni_modules/uview-plus/components/u-icon/u-icon.js";
if (!Math) {
_easycom_u_icon();
}
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_vendor.o(($event) => _ctx.$goPage("/pages/subPage/login/login")),
b: common_vendor.f($data.configList, (item, index, i0) => {
return {
a: common_vendor.t(item.text),
b: "23ed4277-0-" + i0,
c: index
};
}),
c: common_vendor.p({
name: "arrow-right"
}),
d: common_vendor.p({
name: "arrow-right"
})
};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-23ed4277"], ["__file", "D:/work/xinjiangMiniProgram/pages/tabbar/mine/mine.vue"]]);
wx.createPage(MiniProgramPage);