数据选项卡修改

master
于肖磊 2025-02-08 09:32:07 +08:00
parent 8848d58848
commit f44856d09f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<template v-else-if="tabs_data_type == 'article'">
<view class="oh" :style="data_content_container">
<view class="oh" :style="data_content_img_container">
<componentDiyArticleList :propKey="diy_key" :propValue="tabs_list" :propIsCommonStyle="false"></componentDiyArticleList>
<componentArticleList :propKey="diy_key" :propValue="tabs_list" :propIsCommonStyle="false"></componentArticleList>
</view>
</view>
</template>