修复供销页面月份错误的问题

This commit is contained in:
weipengfei 2023-11-06 09:30:10 +08:00
parent b00e2cd3c6
commit 160fae671e

View File

@ -44,7 +44,7 @@
<image src="@/static/images/p9.png" mode="aspectFit"></image> <image src="@/static/images/p9.png" mode="aspectFit"></image>
<view class="titlea-con"> <view class="titlea-con">
<view class="titlea">september</view> <view class="titlea">september</view>
<view class="titleb"> 9 </view> <view class="titleb"> {{new Date().getMonth()+1}} </view>
</view> </view>
</view> </view>
<view class="list-titleb"> <view class="list-titleb">
@ -933,7 +933,9 @@
font-family: PingFang SC-Semibold, PingFang SC; font-family: PingFang SC-Semibold, PingFang SC;
font-weight: 600; font-weight: 600;
color: #ffffff; color: #ffffff;
margin-left: 20rpx; width: 100%;
text-align: center;
// margin-left: 20rpx;
} }
} }