Commit 59be04fa by peii

Merge branch 'develop' into product

parents 52dcff53 cea95bf6
......@@ -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