Merge branch 'master' into jxstore
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user