17 lines
342 B
JavaScript
17 lines
342 B
JavaScript
"use strict";
|
|
require("../../common/vendor.js");
|
|
if (!Math) {
|
|
indexstep2();
|
|
}
|
|
const indexstep2 = () => "./index2.js";
|
|
const _sfc_main = {
|
|
__name: "step2",
|
|
setup(__props) {
|
|
return (_ctx, _cache) => {
|
|
return {};
|
|
};
|
|
}
|
|
};
|
|
wx.createPage(_sfc_main);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/index/step2.js.map
|