xuqiang 4 years ago
parent
commit
801291f8c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/store/productEdit.vue

+ 1 - 1
src/pages/store/productEdit.vue

@@ -236,7 +236,7 @@
                 <van-cell-group :border="false" class="form">
                     <van-field
                         label="福袋名称"
-                        type="digit"
+                        type="text"
                         :value="forms.name"
                         @input="forms.name = $event.detail"
                         placeholder="请输入福袋名称"