扶持号js逻辑修正

master
zyx 5 years ago
parent 31039bdeab
commit 36de2e17c5

@ -477,7 +477,7 @@
if (promoteId > 0) { if (promoteId > 0) {
var html = "<option value='" + promoteId + "' "; var html = "<option value='" + promoteId + "' ";
if (promote_id == 1) { if (promote_id == promoteId) {
html += "selected='selected'"; html += "selected='selected'";
} }
html +=" >"+ promoteValue + "</option>"; html +=" >"+ promoteValue + "</option>";

Loading…
Cancel
Save