代码修复
This commit is contained in:
parent
461d3d7729
commit
bf2ad92e64
|
|
@ -17,7 +17,12 @@
|
|||
{{ tabList[activeTabs].tab_name }}
|
||||
</view> -->
|
||||
</scroll-view>
|
||||
<scroll-view scroll-y v-else :style="{ paddingBottom: actionBarHeight + 'px' }">
|
||||
<scroll-view
|
||||
scroll-y
|
||||
v-show="activeTabs === 0"
|
||||
class="tabs-content"
|
||||
:style="{ paddingBottom: actionBarHeight + 'px' }"
|
||||
>
|
||||
<!-- <DetailsModel :maId="maId" /> -->
|
||||
<view class="swiper-container">
|
||||
<van-swipe
|
||||
|
|
@ -67,7 +72,8 @@
|
|||
<text> {{ item.goods_label }}{{ deviceInfo[item.label_content] }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</scroll-view>
|
||||
</view>
|
||||
<van-action-bar :safe-area-inset-bottom="true">
|
||||
<van-action-bar-icon icon="chat-o" text="在线聊" @click="onLineMessage" />
|
||||
<van-action-bar-icon
|
||||
|
|
@ -91,8 +97,6 @@
|
|||
:disabled="userCompanyId == deviceInfo.companyId"
|
||||
/>
|
||||
</van-action-bar>
|
||||
</scroll-view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue