修复兑换商店展示问题
This commit is contained in:
@@ -449,7 +449,7 @@ export default {
|
||||
for (let i = 0, len = elfArray.length; i < len; i++) {
|
||||
var propId = $('#elfId' + i).val();
|
||||
var propNum = $('#elfNum' + i).val();
|
||||
if (propId && propNum) {
|
||||
if (propId && propNum && propNum != 0) {
|
||||
propIds[i] = propId;
|
||||
propNums[i] = propNum;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user