Commit 59be04fa by peii

Merge branch 'develop' into product

parents 52dcff53 cea95bf6
...@@ -1814,7 +1814,7 @@ class EquipConsuPage extends Component { ...@@ -1814,7 +1814,7 @@ class EquipConsuPage extends Component {
closeModal={(show) => this.closeDateModal(show)} closeModal={(show) => this.closeDateModal(show)}
show={dateModelPop} show={dateModelPop}
callback={(date) => this.dateModalCallback(date, listOptionData[8])} callback={(date) => this.dateModalCallback(date, listOptionData[8])}
minuteInterval={60} minuteInterval={30}
/> />
{ this.renderPickerModel() } { this.renderPickerModel() }
</View> </View>
......
...@@ -2056,7 +2056,7 @@ class SelfOrderPage extends Component { ...@@ -2056,7 +2056,7 @@ class SelfOrderPage extends Component {
closeModal={(show) => this.closeDateModal(show)} closeModal={(show) => this.closeDateModal(show)}
show={dateModelPop} show={dateModelPop}
callback={(date) => this.dateModalCallback(date, listOptionData[6])} callback={(date) => this.dateModalCallback(date, listOptionData[6])}
minuteInterval={60} minuteInterval={30}
/> />
{ this.renderPickerModel()} { this.renderPickerModel()}
{/* { this.renderTipModelPackage()} {/* { 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