40 lines
1.1 KiB
JavaScript
40 lines
1.1 KiB
JavaScript
|
|
"use strict";
|
||
|
|
const common_vendor = require("../../../common/vendor.js");
|
||
|
|
if (!Array) {
|
||
|
|
const _easycom_uni_popup2 = common_vendor.resolveComponent("uni-popup");
|
||
|
|
_easycom_uni_popup2();
|
||
|
|
}
|
||
|
|
const _easycom_uni_popup = () => "../../../node-modules/@dcloudio/uni-ui/lib/uni-popup/uni-popup.js";
|
||
|
|
if (!Math) {
|
||
|
|
_easycom_uni_popup();
|
||
|
|
}
|
||
|
|
const _sfc_main = {
|
||
|
|
__name: "HelpPage",
|
||
|
|
setup(__props) {
|
||
|
|
const goToFaq = () => {
|
||
|
|
common_vendor.index.navigateTo({
|
||
|
|
url: "/pages/user/HelpPage/HelpFaq"
|
||
|
|
});
|
||
|
|
};
|
||
|
|
const popup = common_vendor.ref(null);
|
||
|
|
const openPhone = () => {
|
||
|
|
popup.value.open("center");
|
||
|
|
};
|
||
|
|
return (_ctx, _cache) => {
|
||
|
|
return {
|
||
|
|
a: common_vendor.o(goToFaq),
|
||
|
|
b: common_vendor.o(openPhone),
|
||
|
|
c: common_vendor.sr(popup, "9228f38e-0", {
|
||
|
|
"k": "popup"
|
||
|
|
}),
|
||
|
|
d: common_vendor.o(_ctx.change),
|
||
|
|
e: common_vendor.p({
|
||
|
|
["background-color"]: "#fff"
|
||
|
|
})
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|
||
|
|
};
|
||
|
|
wx.createPage(_sfc_main);
|
||
|
|
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/user/HelpPage/HelpPage.js.map
|