Browse Source

bug处理

yangc 7 years ago
parent
commit
1736119852
2 changed files with 5 additions and 2 deletions
  1. 4 1
      assets/scss/mobilePayCenter.scss
  2. 1 1
      pages/mobile/center/vendor/product.vue

+ 4 - 1
assets/scss/mobilePayCenter.scss

@@ -330,8 +330,11 @@ $base-color: #3f84f6;
   }
   }
   .mp-btn-wrap {
   .mp-btn-wrap {
     position: fixed;
     position: fixed;
-    bottom: 1.2rem;
+    bottom: .98rem;
     left: 0;
     left: 0;
     right: 0;
     right: 0;
+    height: 1.2rem;
+    padding-top: .21rem;
+    background: #f1f3f7;
   }
   }
 }
 }

+ 1 - 1
pages/mobile/center/vendor/product.vue

@@ -723,7 +723,7 @@
           this.setRemindText('品牌不能为空')
           this.setRemindText('品牌不能为空')
           return
           return
         } else if (this.MaterielItem.kind === '') {
         } else if (this.MaterielItem.kind === '') {
-          this.setRemindText('类目不能为空')
+          this.setRemindText('物料名称不能为空')
           return
           return
         } else if (this.MaterielItem.pcmpcode === '') {
         } else if (this.MaterielItem.pcmpcode === '') {
           this.setRemindText('型号不能为空')
           this.setRemindText('型号不能为空')