1.18整合
This commit is contained in:
25
unpackage/dist/dev/mp-weixin/pages/login/agreement.js
vendored
Normal file
25
unpackage/dist/dev/mp-weixin/pages/login/agreement.js
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
"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
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-b4896b2f"]]);
|
||||
wx.createPage(MiniProgramPage);
|
||||
Reference in New Issue
Block a user