25 lines
720 B
JavaScript
25 lines
720 B
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const _sfc_main = {
|
|
__name: "protocol",
|
|
setup(__props) {
|
|
const goback = () => {
|
|
common_vendor.index.navigateBack({});
|
|
};
|
|
const jumpToAccount = () => {
|
|
common_vendor.index.navigateTo({
|
|
url: "/pages/oldmanindex/account"
|
|
});
|
|
};
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.o(goback),
|
|
b: common_vendor.o(jumpToAccount)
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-32d5cf21"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/oldmanindex/protocol.js.map
|