修改有效期
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
</view>
|
||||
|
||||
<view class="flex items-center mt-28rpx text-28rpx leading-40rpx">
|
||||
<view class="mr-20rpx text-[#606266]">有效期至:{{ licenses.effective == 1 ? '有效期至:永久有效' : licenses.end_time }}</view>
|
||||
<view class="mr-20rpx text-[#606266]">有效期至:{{ licenses.effective == 1 ? '永久有效' : licenses.end_time }}</view>
|
||||
</view>
|
||||
|
||||
<view class="mt-24rpx mb-34rpx">
|
||||
|
||||
Reference in New Issue
Block a user