Authored by 郭成尧

Merge branch 'feature/giftcard' into release/6.1

... ... @@ -411,7 +411,7 @@ function handleGiftCards(params) {
let rightInfo = '未使用';
if (!count) {
return {};
return false;
}
if (selectCount) {
... ...