积分超市

This commit is contained in:
liuye
2022-05-17 14:06:38 +08:00
parent 5757cc76f5
commit 423be6e32c
2 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,7 @@
import {mapState} from 'vuex'
export default {
name: 'supermarket',
name: 'AppCpSupermarket',
appName: "积分超市",
data() {
return {
@@ -210,13 +210,14 @@ export default {
flex-direction: column;
.title {
width: 100vw;
width: 100%;
height: 80px;
line-height: 80px;
background: #EFF4FF;
padding-left: 30px;
color: #3A7EE2;
font-size: 28px;
box-sizing: border-box;
}
.goods-list {

View File

@@ -51,7 +51,7 @@ import {mapState} from "vuex";
export default {
name: "AppSupermarket",
appName: "积分超市",
appName: "积分超市(旧)",
data() {
return {
list: {},