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

32 lines
905 B

  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. name: "ProtocolDialog",
  5. props: {
  6. show: {
  7. type: Boolean,
  8. default: false
  9. },
  10. title: {
  11. type: String,
  12. default: ""
  13. },
  14. content: {
  15. type: String,
  16. default: ""
  17. }
  18. }
  19. };
  20. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  21. return common_vendor.e({
  22. a: $props.show
  23. }, $props.show ? {
  24. b: common_vendor.t($props.title),
  25. c: $props.content,
  26. d: common_vendor.o(($event) => _ctx.$emit("reject")),
  27. e: common_vendor.o(($event) => _ctx.$emit("agree"))
  28. } : {});
  29. }
  30. const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-bbe16946"]]);
  31. wx.createComponent(Component);
  32. //# sourceMappingURL=../../../.sourcemap/mp-weixin/wxcomponents/protocol-dialog/protocol-dialog.js.map