first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:09:02 +08:00
commit dac42e3b0c
3512 changed files with 181637 additions and 0 deletions

View File

@@ -0,0 +1 @@
<view><web-view src="{{a}}"></web-view></view>

View File

@@ -0,0 +1,20 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
data() {
return {
link: "https://pay.lakala.com/r/0000?pageStyle%3DV2%26token%3DCCSSDVvTh2uH7ccIVJDVg8gRw4hjoFrVOYD88VZKXYGDvWebqi1oUEkXGIAyWH1qSS4qFvldS4kumc-UlQ%3D%3D%26amount%3D1%26payOrderNo%3D24120211012001101011281354153%26mndf%3D1"
};
},
methods: {},
onLoad(e) {
this.link = "https://pay.lakala.com/r/0000?pageStyle%3DV2%26token%3DCCSSDVvTh2uH7ccNV5Tag8gRw4hjoFrVOYD88VZKXYGDvWebqi1oUEoXHYQzzoFeGBaoadyfSTQHEM3PJQ%3D%3D%26amount%3D1%26payOrderNo%3D24120211012001101011281364412%26mndf%3D1";
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: $data.link
};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
my.createPage(MiniProgramPage);

View File

@@ -0,0 +1,4 @@
{
"defaultTitle": "",
"usingComponents": {}
}