BUG 27660
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user