新增赠送钻石判断
This commit is contained in:
@@ -217,13 +217,14 @@ export default {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (type != 'CLEAR_USER_GOLD') {
|
||||
if (type != 'CLEAR_USER_GOLD' && type != 'OFFICAL_GOLD') {
|
||||
if (busType == null || busType.trim() == '') {
|
||||
$("#tipMsg").text("请填写分类");
|
||||
$("#tipModal").modal('show');
|
||||
return;
|
||||
}
|
||||
} if (isGiveBol) {
|
||||
}
|
||||
if (isGiveBol) {
|
||||
return;
|
||||
}
|
||||
//参数
|
||||
|
Reference in New Issue
Block a user