Merge branch 'master' into jxstore

This commit is contained in:
gazebo
2018-09-07 11:51:21 +08:00
2 changed files with 5 additions and 1 deletions

View File

@@ -62,6 +62,10 @@ func (c *DjswController) LockOrder() {
c.orderStatus(false)
}
func (c *DjswController) UnlockOrder() {
c.orderStatus(false)
}
func (c *DjswController) UserCancelOrder() {
c.orderStatus(false)
}