陶杰
2024-09-11 8840efb29d8818afcfd2176914bcf4811d9c60fe
components/no-data.vue
@@ -1,7 +1,9 @@
<template>
   <view>
      <image src="../static/common/nodata.png" class="img-nodata"></image>
      <view class="txt-nodata">小狗狗尽力了,没有找到数据</view>
      <image src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/5e/5e01669de7ec4500b41711b64a7ca0fcnodata.png" class="img-nodata"></image>
      <!-- <image src="../static/common/nodata.png" class="img-nodata"></image> -->
      <view class="txt-nodata">尽力了,没有找到数据</view>
   </view>
</template>