| 1234567891011121314151617181920 |
- "use strict";
- const common_vendor = require("../../common/vendor.js");
- const _sfc_main = {
- __name: "index",
- setup(__props) {
- const downloadFrom = (source) => {
- window.location.href = "https://a.app.qq.com/o/simple.jsp?pkgname=com.lucky.luckyclient";
- };
- return (_ctx, _cache) => {
- return {
- a: common_vendor.o(($event) => downloadFrom()),
- b: common_vendor.o(($event) => downloadFrom())
- };
- };
- }
- };
- const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-1cf27b2a"]]);
- wx.createPage(MiniProgramPage);
- //# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/index/index.js.map
|