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.

25 lines
734 B

1 week ago
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. props: ["text"]
  5. };
  6. if (!Array) {
  7. const _easycom_u_icon2 = common_vendor.resolveComponent("u-icon");
  8. _easycom_u_icon2();
  9. }
  10. const _easycom_u_icon = () => "../../uni_modules/uview-plus/components/u-icon/u-icon.js";
  11. if (!Math) {
  12. _easycom_u_icon();
  13. }
  14. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  15. return {
  16. a: common_vendor.t($props.text),
  17. b: common_vendor.p({
  18. name: "arrow-right",
  19. color: "#686B73",
  20. size: "14"
  21. })
  22. };
  23. }
  24. const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-30f4f8af"]]);
  25. wx.createComponent(Component);