Parcourir la source

花束相关页面优化

shizhongqi il y a 11 mois
Parent
commit
3ed5c4d075

+ 1 - 1
hdApp/src/admin/goods/add.vue

@@ -497,7 +497,7 @@ export default {
   display: flex;
   justify-content: center;
   align-items: center;
-  z-index: 9999;
+  z-index: 999999;
 }
 
 .loading-content {

+ 1 - 1
hdApp/src/admin/goods/detail.vue

@@ -616,7 +616,7 @@ export default {
   display: flex;
   justify-content: center;
   align-items: center;
-  z-index: 9999;
+  z-index: 999999;
 }
 
 .loading-content {

+ 2 - 0
hdApp/src/admin/picText/picTextList.vue

@@ -144,6 +144,8 @@ export default {
           this.selectedId = id;
           // 把变更的信息发给父页面
           uni.$emit('updateCategoryIdEvent', { picTextId: id, categoryId: cId });
+          uni.navigateBack({ delta: 1 });
+          this.$msg('选择成功');
         }
       });
     }