Commit 5b27de65 by crushh

update: dist

parent 34cbc6d9
......@@ -321,7 +321,7 @@ export default {
}
item.conditionJson = JSON.stringify(item.conditionJson);
});
if (!gameRuleConditionList.filter(item => item.conditionType == 1).length && shareFlag) {
if (!gameRuleConditionList.filter(item => item.conditionType == 1).length) {
gameRuleInfo.shareRuleDesc = gameName;
}
if (this.isCopy) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment