Explorar o código

ios日期选择显示bug

冯诚 %!s(int64=3) %!d(string=hai) anos
pai
achega
781b6fa3c3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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>