Commit b326200d authored by xieyishang's avatar xieyishang

~~

parent e63b5d85
......@@ -207,7 +207,7 @@ text-align: center;
margin-left: 20px;
padding-right: 20px;
width: calc(100% - 40px - 100px - 15px);
height: 70px;
// height: 70px;
display: flex;
flex-direction: column;
justify-content: space-between;
......@@ -247,7 +247,7 @@ text-align: center;
align-items: center;
.text {
padding-left: 10px;
padding: 0 10px;
background-color: #f6f6f6;
}
......
......@@ -631,6 +631,10 @@ export default {
// 模拟结账
checkOut() {
this.$message.error("程序猿小哥正在开发中~");
return false;
if (this.totalCount != 0) {
this.odata = [];
this.listdata = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment