优化页面
This commit is contained in:
35
unpackage/dist/dev/mp-weixin/pages/Forum/Forum.js
vendored
Normal file
35
unpackage/dist/dev/mp-weixin/pages/Forum/Forum.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const common_assets = require("../../common/assets.js");
|
||||
const tabBar = () => "../../components/tabBar/tabBar.js";
|
||||
const _sfc_main = {
|
||||
data() {
|
||||
return {
|
||||
title: "Hello"
|
||||
};
|
||||
},
|
||||
onLoad() {
|
||||
},
|
||||
methods: {
|
||||
// 方法定义
|
||||
},
|
||||
components: {
|
||||
tabBar
|
||||
}
|
||||
};
|
||||
if (!Array) {
|
||||
const _easycom_tabBar2 = common_vendor.resolveComponent("tabBar");
|
||||
_easycom_tabBar2();
|
||||
}
|
||||
const _easycom_tabBar = () => "../../components/tabBar/tabBar.js";
|
||||
if (!Math) {
|
||||
_easycom_tabBar();
|
||||
}
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_assets._imports_0$1
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-21360a99"]]);
|
||||
wx.createPage(MiniProgramPage);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/Forum/Forum.js.map
|
||||
6
unpackage/dist/dev/mp-weixin/pages/Forum/Forum.json
vendored
Normal file
6
unpackage/dist/dev/mp-weixin/pages/Forum/Forum.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"navigationBarTitleText": "论坛",
|
||||
"usingComponents": {
|
||||
"tab-bar": "../../components/tabBar/tabBar"
|
||||
}
|
||||
}
|
||||
1
unpackage/dist/dev/mp-weixin/pages/Forum/Forum.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/pages/Forum/Forum.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="forum data-v-21360a99"><view class="bg data-v-21360a99"><image class="bgImg data-v-21360a99" src="{{a}}" mode="scaleToFill"/></view><view class="title data-v-21360a99">论坛</view></view><view class="tabBar data-v-21360a99"><tab-bar class="data-v-21360a99" u-i="21360a99-0" bind:__l="__l"></tab-bar></view>
|
||||
21
unpackage/dist/dev/mp-weixin/pages/Forum/Forum.wxss
vendored
Normal file
21
unpackage/dist/dev/mp-weixin/pages/Forum/Forum.wxss
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
.bg.data-v-21360a99 {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
.bgImg.data-v-21360a99 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.title.data-v-21360a99 {
|
||||
position: absolute;
|
||||
top: 120rpx;
|
||||
left: 345rpx;
|
||||
font-size: 34rpx;
|
||||
color: #100e0f;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user