爱简收旧衣按件回收前端代码仓库
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.

43 lines
1.2 KiB

  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. name: "email-popup",
  5. props: {
  6. show: {
  7. type: Boolean,
  8. default: false
  9. }
  10. },
  11. methods: {
  12. onClose() {
  13. this.$emit("close");
  14. },
  15. copyEmail() {
  16. this.$emit("copyEmail");
  17. }
  18. }
  19. };
  20. if (!Array) {
  21. const _easycom_uni_icons2 = common_vendor.resolveComponent("uni-icons");
  22. _easycom_uni_icons2();
  23. }
  24. const _easycom_uni_icons = () => "../../uni_modules/uni-icons/components/uni-icons/uni-icons.js";
  25. if (!Math) {
  26. _easycom_uni_icons();
  27. }
  28. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  29. return common_vendor.e({
  30. a: $props.show
  31. }, $props.show ? {
  32. b: common_vendor.o((...args) => $options.onClose && $options.onClose(...args)),
  33. c: common_vendor.o((...args) => $options.onClose && $options.onClose(...args)),
  34. d: common_vendor.o($options.copyEmail),
  35. e: common_vendor.p({
  36. type: "email",
  37. size: "23"
  38. })
  39. } : {});
  40. }
  41. const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-96ecf657"]]);
  42. wx.createComponent(Component);
  43. //# sourceMappingURL=../../../.sourcemap/mp-weixin/wxcomponents/email-popup/email-popup.js.map