28 lines
1.2 KiB
JavaScript
28 lines
1.2 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const common_assets = require("../../common/assets.js");
|
|
const _sfc_main = {
|
|
methods: {
|
|
openPolicy() {
|
|
common_vendor.index.showModal({ title: "隐私协议", content: "隐私协议(静态占位)", showCancel: false });
|
|
},
|
|
openTerms() {
|
|
common_vendor.index.showModal({ title: "用户协议", content: "用户协议(静态占位)", showCancel: false });
|
|
},
|
|
openComplaint() {
|
|
common_vendor.index.showToast({ title: "暂未开通", icon: "none" });
|
|
}
|
|
}
|
|
};
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return {
|
|
a: common_assets._imports_0$2,
|
|
b: common_vendor.o((...args) => $options.openPolicy && $options.openPolicy(...args)),
|
|
c: common_vendor.o((...args) => $options.openTerms && $options.openTerms(...args)),
|
|
d: common_vendor.o((...args) => $options.openComplaint && $options.openComplaint(...args))
|
|
};
|
|
}
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/my/about.js.map
|