liweimin 2 лет назад
Родитель
Сommit
938cd92b3d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      antbuilder/industry/hospitalV2/components/booking-detail/index.js

+ 1 - 1
antbuilder/industry/hospitalV2/components/booking-detail/index.js

@@ -69,7 +69,7 @@ Component({
     handleBack() {
       const len = getCurrentPages().length;
       my.navigateBack({
-        delta: len + 1
+        delta: len - 2
       });
     },