BUG 27660

This commit is contained in:
aixianling
2022-02-23 15:34:56 +08:00
parent 715b0e7396
commit c14d2c7e0f

View File

@@ -42,7 +42,7 @@
<div class="btn" @click="handleSubmit">去结算</div>
</div>
</template>
<AiEmpty v-else></AiEmpty>
<AiEmpty v-else/>
</section>
</template>
@@ -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;
}
}
</style>