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