统一排行榜对齐星雀UI,页面资源后台配置实时刷新
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
12
miniprogram/pages/sjpaihang/sjpaihang.json
Normal file
12
miniprogram/pages/sjpaihang/sjpaihang.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
"global-notification": "/components/global-notification/global-notification"
|
||||
},
|
||||
"navigationBarTitleText": "商家排行榜",
|
||||
"navigationBarBackgroundColor": "#000000",
|
||||
"navigationBarTextStyle": "white",
|
||||
"enablePullDownRefresh": false,
|
||||
"backgroundColor": "#000000",
|
||||
"backgroundTextStyle": "dark",
|
||||
"onReachBottomDistance": 50
|
||||
}
|
||||
2
miniprogram/pages/sjpaihang/sjpaihang.wxml
Normal file
2
miniprogram/pages/sjpaihang/sjpaihang.wxml
Normal file
@@ -0,0 +1,2 @@
|
||||
<!-- 已合并至 dashoupaihang,本页仅做跳转 -->
|
||||
<view class="redirect-hint">正在打开排行榜...</view>
|
||||
5
miniprogram/pages/sjpaihang/sjpaihang.wxss
Normal file
5
miniprogram/pages/sjpaihang/sjpaihang.wxss
Normal file
@@ -0,0 +1,5 @@
|
||||
.redirect-hint {
|
||||
padding: 80rpx;
|
||||
text-align: center;
|
||||
color: #999;
|
||||
}
|
||||
Reference in New Issue
Block a user