Commit b326200d authored by xieyishang's avatar xieyishang

~~

parent e63b5d85
...@@ -207,7 +207,7 @@ text-align: center; ...@@ -207,7 +207,7 @@ text-align: center;
margin-left: 20px; margin-left: 20px;
padding-right: 20px; padding-right: 20px;
width: calc(100% - 40px - 100px - 15px); width: calc(100% - 40px - 100px - 15px);
height: 70px; // height: 70px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
...@@ -247,7 +247,7 @@ text-align: center; ...@@ -247,7 +247,7 @@ text-align: center;
align-items: center; align-items: center;
.text { .text {
padding-left: 10px; padding: 0 10px;
background-color: #f6f6f6; background-color: #f6f6f6;
} }
......
...@@ -631,6 +631,10 @@ export default { ...@@ -631,6 +631,10 @@ export default {
// 模拟结账 // 模拟结账
checkOut() { checkOut() {
this.$message.error("程序猿小哥正在开发中~");
return false;
if (this.totalCount != 0) { if (this.totalCount != 0) {
this.odata = []; this.odata = [];
this.listdata = []; 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