src/components/product_card/index.vue
@@ -84,6 +84,19 @@ </view> </wd-col> </wd-row> <wd-row class="my-2" v-if="data[map.segmentLengthNote]"> <wd-col :span="24"> <view class="flex"> <view class="icon_box"> <wd-icon name="folder" color="#0D867F"></wd-icon> </view> <text class="text-[#646874] mx-2"> 段长备注: <text class="text-[#252525]">{{ data[map.segmentLengthNote] }}</text> </text> </view> </wd-col> </wd-row> </wd-card> </template>