xuxueyang
2024-08-23 74229f3675f7056f4f4fbe0c6e2ad8105e4d5d1d
components/no-data.vue
@@ -1,6 +1,8 @@
<template>
   <view>
      <image src="../static/common/nodata.png" class="img-nodata"></image>
      <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>