...
|
...
|
@@ -28,7 +28,7 @@ const addTicket = co(function * (uid, sku, count, yohoCoin) { |
|
|
if (_.isEmpty(ticketInfo)) {
|
|
|
return {
|
|
|
last_order_amount: 0,
|
|
|
error: '人太多啦,稍后再试!'
|
|
|
error: '人太多啦,稍后再试!'
|
|
|
};
|
|
|
}
|
|
|
|
...
|
...
|
@@ -53,7 +53,7 @@ const submitTicket = co(function * (uid, sku, count, mobile, yohoCoin) { |
|
|
if (_.isEmpty(result)) {
|
|
|
return {
|
|
|
code: 500,
|
|
|
message: '人太多啦,稍后再试!'
|
|
|
message: '人太多啦,稍后再试!'
|
|
|
};
|
|
|
}
|
|
|
|
...
|
...
|
|