release(custom): 4.0.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-29 12:31:44 +08:00
parent 1bbaeb821d
commit d163995765
4 changed files with 11 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view>
<view class="flex justify-center">
<view class="flex justify-center" v-if="storeList.length > 0">
<view
class="bg-white rounded-[15px] mt-3 p-2 w-[95%] flex items-center"
v-for="(item, index) in storeList"
@@ -25,6 +25,7 @@
</view>
</view>
</view>
<nut-empty v-else description="暂无数据"></nut-empty>
</view>
</template>