【fix】优化代码

This commit is contained in:
黄少君
2024-02-22 18:37:23 +08:00
parent 17c043348a
commit f8fac0a5bc
246 changed files with 973 additions and 406 deletions

View File

@ -151,6 +151,7 @@ const { activityData, productList, count, jumpProductDetail, jumpSeckills } = co
color: #EE6D46;
padding-right: 10rpx;
display: inline-block;
white-space: nowrap;
}
.original-price{
font-size: 20rpx;
@ -163,6 +164,7 @@ const { activityData, productList, count, jumpProductDetail, jumpSeckills } = co
display: inline-block;
font-size: 20rpx;
color: #999999;
white-space: nowrap;
}
}
}

View File

@ -55,7 +55,9 @@ export default function (componentContent, typeId, shopId) {
(res) => {
afterGetData()
activityData.value = res.data
getTime()
if(res.data){
getTime()
}
},
() => {
afterGetData()