yangc 7 éve
szülő
commit
1736119852

+ 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('型号不能为空')