no message

cyl/master
jscyl13849007907 1 week ago
parent c2cd27aedb
commit 9ddd212b24

@ -1,5 +1,6 @@
<template> <template>
<view class="g_pb_24"> <view class="g_pb_24">
<div style="width: calc(100vw - 20px);margin: 10px auto;border-radius: 8px;overflow: hidden;">
<div v-for="(item, index) in machineList" :key="index" class="customitem g_bg_f"> <div v-for="(item, index) in machineList" :key="index" class="customitem g_bg_f">
<Tooltip ref="tooltipRef" color="white" :isSelf="true" :top="150"> <Tooltip ref="tooltipRef" color="white" :isSelf="true" :top="150">
<div class="g_flex_row_start" hover-class="thover" style="padding: 12px 16px" @click="goChatPage(item)" :style="{ backgroundColor: item.stickTop ? '#f5f5f5' : '#fff' }"> <div class="g_flex_row_start" hover-class="thover" style="padding: 12px 16px" @click="goChatPage(item)" :style="{ backgroundColor: item.stickTop ? '#f5f5f5' : '#fff' }">
@ -90,6 +91,7 @@
</template> </template>
</Tooltip> </Tooltip>
</div> </div>
</div>
</view> </view>
<view class="" v-if="machineList && machineList.length == 0"> <view class="" v-if="machineList && machineList.length == 0">
<view <view

Loading…
Cancel
Save