BUG 27660
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<div class="btn" @click="handleSubmit">去结算</div>
|
<div class="btn" @click="handleSubmit">去结算</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<AiEmpty v-else></AiEmpty>
|
<AiEmpty v-else/>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ import {mapState} from "vuex";
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "AppSupermarket",
|
name: "AppSupermarket",
|
||||||
appName:"信用好超市",
|
appName: "信用好超市",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
list: {},
|
list: {},
|
||||||
@@ -334,5 +334,9 @@ uni-page-body {
|
|||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AiEmpty {
|
||||||
|
justify-self: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user