zhengjinyi 5 лет назад
Родитель
Сommit
62efb32431

+ 4 - 4
src/views/club/editForm.vue

@@ -35,7 +35,7 @@
           >
             <img v-if="form.businessLicenseImage" :src="form.businessLicenseImage" class="avatar">
             <i v-else class="el-icon-plus avatar-uploader-icon" />
-            <div slot="tip" class="el-upload__tip">注意:请上传jpg/png格式的图片,最大不超过5M</div>
+            <div slot="tip" class="el-upload__tip_club">注意:请上传jpg/png格式的图片,最大不超过5M</div>
           </el-upload>
         </div>
       </el-form-item>
@@ -51,7 +51,7 @@
           >
             <img v-if="form.headpic" :src="form.headpic" class="avatar">
             <i v-else class="el-icon-plus avatar-uploader-icon" />
-            <div slot="tip" class="el-upload__tip">注意:请上传jpg/png格式的图片,最大不超过5M</div>
+            <div slot="tip" class="el-upload__tip_club">注意:请上传jpg/png格式的图片,最大不超过5M</div>
           </el-upload>
         </div>
       </el-form-item>
@@ -245,13 +245,13 @@ export default {
 .form-el-upload{
   width: 150px;
 }
-.el-upload__tip{
+.el-upload__tip_club{
   margin-top: 0;
   line-height: 20px;
   color: red;
   text-align: left;
   position: absolute;
-  right: -30%;
+  right: -45%;
   bottom: 0;
 }
 .address .el-form-item__content{

+ 4 - 4
src/views/club/form.vue

@@ -36,7 +36,7 @@
           >
             <img v-if="form.businessLicenseImage" :src="form.businessLicenseImage" class="avatar">
             <i v-else class="el-icon-plus avatar-uploader-icon" />
-            <div slot="tip" class="el-upload__tip">注意:请上传jpg/png格式的图片,最大不超过5M</div>
+            <div slot="tip" class="el-upload__tip_club">注意:请上传jpg/png格式的图片,最大不超过5M</div>
           </el-upload>
         </div>
       </el-form-item>
@@ -52,7 +52,7 @@
           >
             <img v-if="form.headpic" :src="form.headpic" class="avatar">
             <i v-else class="el-icon-plus avatar-uploader-icon" />
-            <div slot="tip" class="el-upload__tip">注意:请上传jpg/png格式的图片,最大不超过5M</div>
+            <div slot="tip" class="el-upload__tip_club">注意:请上传jpg/png格式的图片,最大不超过5M</div>
           </el-upload>
         </div>
       </el-form-item>
@@ -225,13 +225,13 @@ export default {
   width: 150px;
   height: 150px;
 }
-.el-upload__tip{
+.el-upload__tip_club{
   margin-top: 0;
   line-height: 20px;
   color: red;
   text-align: left;
   position: absolute;
-  right: -30%;
+  right: -45%;
   bottom: 0;
 }
 .address .el-form-item__content{

+ 4 - 0
src/views/goods/list-commonly.vue

@@ -159,6 +159,10 @@ export default {
           sorts.push(item.id + '-' + item.commonlyProductSort)
         }
       })
+      this.listQuery.id = ''
+      this.listQuery.productName = ''
+      this.listQuery.shopName = ''
+      this.listQuery.classifyID = ''
       saveGoodsSort({ newProducSorttList: sorts.join(','), modules: this.modulesId }).then(response => {
         this.$notify({
           title: response.code * 1 === 1 ? 'Success' : 'Error',

+ 4 - 0
src/views/goods/list-preferential.vue

@@ -159,6 +159,10 @@ export default {
           sorts.push(item.id + '-' + item.preferentialProductSort)
         }
       })
+      this.listQuery.id = ''
+      this.listQuery.productName = ''
+      this.listQuery.shopName = ''
+      this.listQuery.classifyID = ''
       saveGoodsSort({ newProducSorttList: sorts.join(','), modules: this.modulesId }).then(response => {
         this.$notify({
           title: response.code * 1 === 1 ? 'Success' : 'Error',

+ 4 - 0
src/views/goods/list-preferred.vue

@@ -159,6 +159,10 @@ export default {
           sorts.push(item.id + '-' + item.preferredProductSort)
         }
       })
+      this.listQuery.id = ''
+      this.listQuery.productName = ''
+      this.listQuery.shopName = ''
+      this.listQuery.classifyID = ''
       saveGoodsSort({ newProducSorttList: sorts.join(','), modules: this.modulesId }).then(response => {
         this.$notify({
           title: response.code * 1 === 1 ? 'Success' : 'Error',

+ 1 - 1
src/views/goods/list-select.vue

@@ -167,7 +167,7 @@ export default {
     confirmChoose() {
       console.log(this.multipleSelection)
       if (this.multipleSelection.length === 0) {
-        this.$message({ message: '警告哦,请选择商品!', type: 'warning', center: true })
+        this.$message({ message: '没有选择商品哦,请选择商品!', type: 'warning', center: true })
         return
       }
       const itemsList = []