优化
This commit is contained in:
@@ -7,6 +7,14 @@ const _sfc_main = {
|
||||
title: "Hello"
|
||||
};
|
||||
},
|
||||
onShareAppMessage(res) {
|
||||
if (res.from === "menu") {
|
||||
return {
|
||||
title: "分享",
|
||||
path: getCurrentPages()[getCurrentPages().length - 1].route
|
||||
};
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
},
|
||||
methods: {
|
||||
@@ -32,5 +40,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-21360a99"]]);
|
||||
_sfc_main.__runtimeHooks = 2;
|
||||
wx.createPage(MiniProgramPage);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/Forum/Forum.js.map
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
/* 建设中 */
|
||||
.content.data-v-21360a99{
|
||||
.content.data-v-21360a99 {
|
||||
position: absolute;
|
||||
top: 250rpx;
|
||||
left: 0rpx;
|
||||
right: 0rpx;
|
||||
bottom: 100rpx;
|
||||
}
|
||||
.building.data-v-21360a99{
|
||||
.building.data-v-21360a99 {
|
||||
width: 100%;
|
||||
height: 90%;
|
||||
display: flex;
|
||||
@@ -35,7 +35,7 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.buildingTitle.data-v-21360a99{
|
||||
.buildingTitle.data-v-21360a99 {
|
||||
font-size: 40rpx;
|
||||
color: #999999;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user