Browse Source

ios日期选择显示bug

冯诚 1 year ago
parent
commit
781b6fa3c3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/repair/steps/StepTwo.vue

+ 2 - 2
src/pages/repair/steps/StepTwo.vue

@@ -27,7 +27,7 @@
               class="date"
               :value="item.fullDate"
               :disabled="!state.shop.can_appointment"
-              >{{ item.day }},{{ item.date }}</PtcRadio
+              ><span>{{ item.day }},{{ item.date }}</span></PtcRadio
             >
           </PtcRadioGroup>
         </div>
@@ -51,7 +51,7 @@
                 class="date"
                 :disabled="item.is_resreve != 1"
                 :value="item.interface_time"
-                >{{ item.time }}</PtcRadio
+                ><span>{{ item.time }}</span></PtcRadio
               >
             </PtcRadioGroup>
           </div>