优化后,再次提交

This commit is contained in:
王利强
2026-05-03 09:08:56 +08:00
parent 721ef0ad54
commit 805747d1d9
1243 changed files with 46213 additions and 221 deletions

View File

@@ -0,0 +1,27 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const _sfc_main = {
__name: "agreement",
setup(__props) {
const articleUrl = common_vendor.ref("");
const webviewStyles = common_vendor.ref({
progress: {
color: "#3D83F6"
// 使用蓝色主题色
}
});
common_vendor.onMounted(() => {
articleUrl.value = "http://www.baidu.com/";
});
return (_ctx, _cache) => {
return {
a: webviewStyles.value,
b: articleUrl.value,
c: common_vendor.gei(_ctx, "")
};
};
}
};
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-b4896b2f"]]);
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/login/agreement.js.map