12.4 概念模块功能完善
This commit is contained in:
24
unpackage/dist/dev/mp-weixin/pages/index/conceptNewsDetails/conceptNewsDetails.js
vendored
Normal file
24
unpackage/dist/dev/mp-weixin/pages/index/conceptNewsDetails/conceptNewsDetails.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../../common/vendor.js");
|
||||
const common_assets = require("../../../common/assets.js");
|
||||
const _sfc_main = {};
|
||||
if (!Array) {
|
||||
const _easycom_navBar2 = common_vendor.resolveComponent("navBar");
|
||||
_easycom_navBar2();
|
||||
}
|
||||
const _easycom_navBar = () => "../../../components/navBar/navBar.js";
|
||||
if (!Math) {
|
||||
_easycom_navBar();
|
||||
}
|
||||
function _sfc_render(_ctx, _cache) {
|
||||
return {
|
||||
a: common_vendor.p({
|
||||
leftText: "历史时间轴",
|
||||
hideNavBg: true
|
||||
}),
|
||||
b: common_assets._imports_0$2
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
wx.createPage(MiniProgramPage);
|
||||
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/index/conceptNewsDetails/conceptNewsDetails.js.map
|
||||
6
unpackage/dist/dev/mp-weixin/pages/index/conceptNewsDetails/conceptNewsDetails.json
vendored
Normal file
6
unpackage/dist/dev/mp-weixin/pages/index/conceptNewsDetails/conceptNewsDetails.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"navigationBarTitleText": "",
|
||||
"usingComponents": {
|
||||
"nav-bar": "../../../components/navBar/navBar"
|
||||
}
|
||||
}
|
||||
1
unpackage/dist/dev/mp-weixin/pages/index/conceptNewsDetails/conceptNewsDetails.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/pages/index/conceptNewsDetails/conceptNewsDetails.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view><nav-bar wx:if="{{a}}" u-i="5b93cf51-0" bind:__l="__l" u-p="{{a}}"></nav-bar><image class="topBg absolute" src="{{b}}" mode="widthFix"></image></view>
|
||||
9
unpackage/dist/dev/mp-weixin/pages/index/conceptNewsDetails/conceptNewsDetails.wxss
vendored
Normal file
9
unpackage/dist/dev/mp-weixin/pages/index/conceptNewsDetails/conceptNewsDetails.wxss
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
page {
|
||||
background-color: #070707;
|
||||
}
|
||||
.topBg {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user