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

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. "use strict";
  2. const common_vendor = require("../../../common/vendor.js");
  3. const _sfc_main = {
  4. data() {
  5. return {
  6. configList: [
  7. { text: "用户协议", url: "" },
  8. { text: "隐私政策", url: "" }
  9. ]
  10. };
  11. }
  12. };
  13. if (!Array) {
  14. const _easycom_u_icon2 = common_vendor.resolveComponent("u-icon");
  15. _easycom_u_icon2();
  16. }
  17. const _easycom_u_icon = () => "../../../uni_modules/uview-plus/components/u-icon/u-icon.js";
  18. if (!Math) {
  19. _easycom_u_icon();
  20. }
  21. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  22. return {
  23. a: common_vendor.o(($event) => _ctx.$goPage("/pages/subPage/login/login")),
  24. b: common_vendor.f($data.configList, (item, index, i0) => {
  25. return {
  26. a: common_vendor.t(item.text),
  27. b: "23ed4277-0-" + i0,
  28. c: index
  29. };
  30. }),
  31. c: common_vendor.p({
  32. name: "arrow-right"
  33. }),
  34. d: common_vendor.p({
  35. name: "arrow-right"
  36. })
  37. };
  38. }
  39. 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"]]);
  40. wx.createPage(MiniProgramPage);