fix: tabBar 超过5个上限,移除设置 tab 改为首页入口
Publish Mini Program Dev Version / publish (push) Successful in 59s
Publish Mini Program Dev Version / publish (push) Successful in 59s
This commit is contained in:
@@ -53,12 +53,6 @@
|
|||||||
"text": "许愿",
|
"text": "许愿",
|
||||||
"iconPath": "images/wish.png",
|
"iconPath": "images/wish.png",
|
||||||
"selectedIconPath": "images/wish-active.png"
|
"selectedIconPath": "images/wish-active.png"
|
||||||
},
|
|
||||||
{
|
|
||||||
"pagePath": "pages/settings/settings",
|
|
||||||
"text": "设置",
|
|
||||||
"iconPath": "images/settings.png",
|
|
||||||
"selectedIconPath": "images/settings-active.png"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
<text class="text-base">{{dayInfo.weekDay}}</text>
|
<text class="text-base">{{dayInfo.weekDay}}</text>
|
||||||
<text class="text-sm text-muted block">{{dayInfo.constellation}}</text>
|
<text class="text-sm text-muted block">{{dayInfo.constellation}}</text>
|
||||||
</view>
|
</view>
|
||||||
|
<image class="settings-entry" src="/images/settings.png" mode="aspectFit" bindtap="navTo" data-url="/pages/settings/settings"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="mt-2 flex items-center gap-2">
|
<view class="mt-2 flex items-center gap-2">
|
||||||
<text class="badge badge-festival" wx:if="{{dayInfo.lunarFestival}}">{{dayInfo.lunarFestival}}</text>
|
<text class="badge badge-festival" wx:if="{{dayInfo.lunarFestival}}">{{dayInfo.lunarFestival}}</text>
|
||||||
|
|||||||
@@ -29,3 +29,10 @@
|
|||||||
height: 64rpx;
|
height: 64rpx;
|
||||||
margin-bottom: 8rpx;
|
margin-bottom: 8rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings-entry {
|
||||||
|
width: 44rpx;
|
||||||
|
height: 44rpx;
|
||||||
|
margin-left: 16rpx;
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user