liukang 2 years ago
parent
commit
0c658e1cc9
2 changed files with 6 additions and 2 deletions
  1. 1 0
      src/components/form/AdminFrom.vue
  2. 5 2
      src/view/index/index.vue

+ 1 - 0
src/components/form/AdminFrom.vue

@@ -454,6 +454,7 @@ const submitYz = async() => {
     }
     }
     /deep/ .el-form-item__error{
     /deep/ .el-form-item__error{
       margin-left: 30px;
       margin-left: 30px;
+      white-space: nowrap;
     }
     }
     /deep/ .el-input {
     /deep/ .el-input {
       font-size: 20px;
       font-size: 20px;

+ 5 - 2
src/view/index/index.vue

@@ -398,7 +398,10 @@ async function killGoodss(){
   setTimeout(()=>{
   setTimeout(()=>{
     killGoods().then((res)=>{
     killGoods().then((res)=>{
       if(res.code==1){
       if(res.code==1){
-        seckillList.arr=res.data.goods
+        if(res.data.goods) {
+          seckillList.arr=res.data.goods
+
+        }
 
 
         let date1=detailTime(res.time);
         let date1=detailTime(res.time);
         let date2=detailTime(res.data.endtime);
         let date2=detailTime(res.data.endtime);
@@ -1237,7 +1240,7 @@ const routesTap=(url,id)=>{
       height: 652px;
       height: 652px;
       display: inline-block;
       display: inline-block;
       overflow-y: scroll;
       overflow-y: scroll;
-      padding:0 0 20px 0;
+      margin:0 0 20px 0;
       position: relative;
       position: relative;
       z-index: 111;
       z-index: 111;
       .colorStyles{
       .colorStyles{