Commit cea95bf6 by peii

手术时间interval

parent 22bcd25a
......@@ -1814,7 +1814,7 @@ class EquipConsuPage extends Component {
closeModal={(show) => this.closeDateModal(show)}
show={dateModelPop}
callback={(date) => this.dateModalCallback(date, listOptionData[8])}
minuteInterval={60}
minuteInterval={30}
/>
{ this.renderPickerModel() }
</View>
......
......@@ -2056,7 +2056,7 @@ class SelfOrderPage extends Component {
closeModal={(show) => this.closeDateModal(show)}
show={dateModelPop}
callback={(date) => this.dateModalCallback(date, listOptionData[6])}
minuteInterval={60}
minuteInterval={30}
/>
{ this.renderPickerModel()}
{/* { this.renderTipModelPackage()}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment