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

View File

@@ -0,0 +1 @@
<view class="p30"><mp-html u-i="a31ba338-0" onVI="__l" u-p="{{a}}"/><view style="height:50rpx"></view><up-button u-s="{{['d']}}" onClick="{{c}}" u-i="a31ba338-1" onVI="__l" u-p="{{d}}">我已阅读并同意《{{b}}》</up-button><view style="height:50rpx"></view><up-button u-s="{{['d']}}" onClick="{{e}}" u-i="a31ba338-2" onVI="__l">取消</up-button><view style="height:100rpx"></view></view>

View File

@@ -0,0 +1,46 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const api_api = require("../../api/api.js");
if (!Array) {
const _easycom_mp_html2 = common_vendor.resolveComponent("mp-html");
const _easycom_up_button2 = common_vendor.resolveComponent("up-button");
(_easycom_mp_html2 + _easycom_up_button2)();
}
const _easycom_mp_html = () => "../../uni_modules/mp-html/components/mp-html/mp-html.js";
const _easycom_up_button = () => "../../uni_modules/uview-plus/components/u-button/u-button.js";
if (!Math) {
(_easycom_mp_html + _easycom_up_button)();
}
const _sfc_main = {
__name: "buy",
setup(__props) {
let info = common_vendor.ref({});
common_vendor.onLoad(async (options) => {
let _res = await api_api.selectProtocolInfo({ id: options.id });
info.value = _res;
});
let submit = (e) => {
if (e) {
common_vendor.index.$emit("buy", 1);
common_vendor.index.navigateBack();
} else {
common_vendor.index.navigateBack();
}
};
return (_ctx, _cache) => {
return {
a: common_vendor.p({
content: common_vendor.unref(info).protocolContent
}),
b: common_vendor.t(common_vendor.unref(info).protocolName),
c: common_vendor.o(($event) => common_vendor.unref(submit)(1)),
d: common_vendor.p({
color: "#4874e5",
type: "primary"
}),
e: common_vendor.o(($event) => common_vendor.unref(submit)(0))
};
};
}
};
my.createPage(_sfc_main);

View File

@@ -0,0 +1,7 @@
{
"defaultTitle": "",
"usingComponents": {
"mp-html": "../../uni_modules/mp-html/components/mp-html/mp-html",
"up-button": "../../uni_modules/uview-plus/components/u-button/u-button"
}
}

View File

@@ -0,0 +1 @@
<view class="p30"><mp-html u-i="6af493dc-0" onVI="__l" u-p="{{a}}"/><view style="height:50rpx"></view><up-button u-s="{{['d']}}" onClick="{{c}}" u-i="6af493dc-1" onVI="__l" u-p="{{d}}">我已阅读并同意《{{b}}》</up-button><view style="height:50rpx"></view><up-button u-s="{{['d']}}" onClick="{{e}}" u-i="6af493dc-2" onVI="__l">取消</up-button><view style="height:100rpx"></view></view>

View File

@@ -0,0 +1,46 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const api_api = require("../../api/api.js");
if (!Array) {
const _easycom_mp_html2 = common_vendor.resolveComponent("mp-html");
const _easycom_up_button2 = common_vendor.resolveComponent("up-button");
(_easycom_mp_html2 + _easycom_up_button2)();
}
const _easycom_mp_html = () => "../../uni_modules/mp-html/components/mp-html/mp-html.js";
const _easycom_up_button = () => "../../uni_modules/uview-plus/components/u-button/u-button.js";
if (!Math) {
(_easycom_mp_html + _easycom_up_button)();
}
const _sfc_main = {
__name: "trusteeship",
setup(__props) {
let info = common_vendor.ref({});
common_vendor.onLoad(async (options) => {
let _res = await api_api.selectProtocolInfo({ id: options.id });
info.value = _res;
});
let submit = (e) => {
if (e) {
common_vendor.index.$emit("trusteeship", 1);
common_vendor.index.navigateBack();
} else {
common_vendor.index.navigateBack();
}
};
return (_ctx, _cache) => {
return {
a: common_vendor.p({
content: common_vendor.unref(info).protocolContent
}),
b: common_vendor.t(common_vendor.unref(info).protocolName),
c: common_vendor.o(($event) => common_vendor.unref(submit)(1)),
d: common_vendor.p({
color: "#4874e5",
type: "primary"
}),
e: common_vendor.o(($event) => common_vendor.unref(submit)(0))
};
};
}
};
my.createPage(_sfc_main);

View File

@@ -0,0 +1,7 @@
{
"defaultTitle": "",
"usingComponents": {
"mp-html": "../../uni_modules/mp-html/components/mp-html/mp-html",
"up-button": "../../uni_modules/uview-plus/components/u-button/u-button"
}
}