Fix:4073 【商城小程序】商品详情页需要显示管理后台,供应链PC端,供应链小程序设置的发货时效时间段(24小时、7天、15天)

This commit is contained in:
linxi
2025-07-31 17:46:07 +08:00
parent e206235988
commit ea9e442e9b
+3
View File
@@ -275,6 +275,9 @@
<image class="logo" :src="webUrl+'/orderIcon/地址.png'" mode="" style="margin-right:0; width: 32rpx; height:32rpx; opacity: 0;"/>
<text v-if="storeInfo.isFastPost == 1">预计48小时内发货</text>
<text v-if="storeInfo.isFastPost == 2">预计72小时内发货</text>
<text v-if="storeInfo.isFastPost == 3">预计24小时内发货</text>
<text v-if="storeInfo.isFastPost == 4">预计7天内发货</text>
<text v-if="storeInfo.isFastPost == 5">预计15天内发货</text>
<text v-if="storeInfo.isFastPost == 0">{{ "预计发货时间:" + storeInfo.postTime }}</text>
</view>
</view>