🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-03-02 00:36:25 +08:00
parent 73239ef73e
commit e3b061fd8d
1 changed files with 6 additions and 6 deletions

View File

@ -71,13 +71,13 @@
</div>
<div class="box-footer">
<template v-if="!goods.group_info.group_image">
<p class="b-f-t">
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/common_title_sm.png"
alt="">使用须知 <img
src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/common_title_sm.png"
alt="">
</p>
<template v-if="!goods.group_info.group_image">
<div class="b-f-i" v-html="goods.group_info.instruction">
</div>
</template>