first commit
This commit is contained in:
0
unpackage/dist/dev/mp-alipay/pages/agreement/agreement.acss
vendored
Normal file
0
unpackage/dist/dev/mp-alipay/pages/agreement/agreement.acss
vendored
Normal file
1
unpackage/dist/dev/mp-alipay/pages/agreement/agreement.axml
vendored
Normal file
1
unpackage/dist/dev/mp-alipay/pages/agreement/agreement.axml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="p30"><mp-html u-i="47679100-0" onVI="__l" u-p="{{a}}"/><view style="height:100rpx"></view></view>
|
||||
29
unpackage/dist/dev/mp-alipay/pages/agreement/agreement.js
vendored
Normal file
29
unpackage/dist/dev/mp-alipay/pages/agreement/agreement.js
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
"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");
|
||||
_easycom_mp_html2();
|
||||
}
|
||||
const _easycom_mp_html = () => "../../uni_modules/mp-html/components/mp-html/mp-html.js";
|
||||
if (!Math) {
|
||||
_easycom_mp_html();
|
||||
}
|
||||
const _sfc_main = {
|
||||
__name: "agreement",
|
||||
setup(__props) {
|
||||
let info = common_vendor.ref({});
|
||||
common_vendor.onLoad(async (options) => {
|
||||
let _res = await api_api.selectProtocolInfo({ id: options.id });
|
||||
info.value = _res;
|
||||
});
|
||||
return (_ctx, _cache) => {
|
||||
return {
|
||||
a: common_vendor.p({
|
||||
content: common_vendor.unref(info).protocolContent
|
||||
})
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
my.createPage(_sfc_main);
|
||||
6
unpackage/dist/dev/mp-alipay/pages/agreement/agreement.json
vendored
Normal file
6
unpackage/dist/dev/mp-alipay/pages/agreement/agreement.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"defaultTitle": "",
|
||||
"usingComponents": {
|
||||
"mp-html": "../../uni_modules/mp-html/components/mp-html/mp-html"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user