agreement.js 611 B

123456789101112131415161718
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. data() {
  5. return {
  6. currentDate: (/* @__PURE__ */ new Date()).toLocaleDateString()
  7. // 显示当前日期
  8. };
  9. }
  10. };
  11. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  12. return {
  13. a: common_vendor.t($data.currentDate)
  14. };
  15. }
  16. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-b6d09298"]]);
  17. wx.createPage(MiniProgramPage);
  18. //# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/agreement/agreement.js.map