瀏覽代碼

bug处理

yangc 7 年之前
父節點
當前提交
1736119852
共有 2 個文件被更改,包括 5 次插入2 次删除
  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 {
     position: fixed;
-    bottom: 1.2rem;
+    bottom: .98rem;
     left: 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('品牌不能为空')
           return
         } else if (this.MaterielItem.kind === '') {
-          this.setRemindText('类目不能为空')
+          this.setRemindText('物料名称不能为空')
           return
         } else if (this.MaterielItem.pcmpcode === '') {
           this.setRemindText('型号不能为空')