diff --git a/src/mods/AppSupermarket/AppSupermarket.vue b/src/mods/AppSupermarket/AppSupermarket.vue index 14d7b9e..fe0cafc 100644 --- a/src/mods/AppSupermarket/AppSupermarket.vue +++ b/src/mods/AppSupermarket/AppSupermarket.vue @@ -42,7 +42,7 @@
去结算
- + @@ -51,7 +51,7 @@ import {mapState} from "vuex"; export default { name: "AppSupermarket", - appName:"信用好超市", + appName: "信用好超市", data() { return { list: {}, @@ -334,5 +334,9 @@ uni-page-body { -webkit-box-orient: vertical; -webkit-line-clamp: 2; } + + AiEmpty { + justify-self: center; + } }