notify.js 768 B

123456789101112131415161718192021222324
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. data() {
  5. return {
  6. notifyPush: true,
  7. sound: true,
  8. sysNotify: false
  9. };
  10. }
  11. };
  12. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  13. return {
  14. a: $data.notifyPush,
  15. b: common_vendor.o((val) => $data.notifyPush = val.detail.value),
  16. c: $data.sound,
  17. d: common_vendor.o((val) => $data.sound = val.detail.value),
  18. e: $data.sysNotify,
  19. f: common_vendor.o((val) => $data.sysNotify = val.detail.value)
  20. };
  21. }
  22. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
  23. wx.createPage(MiniProgramPage);
  24. //# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/mine/notify.js.map