@@ -1046,6 +1046,11 @@
//
$(function () {
$(".addNewKeyword div").on('click', function () {
+ //把kws_name,kws_index,addition_kws,not_kws初始化
+ kws_index = 0;
+ kws_name = "";
+ addition_kws = [];
+ not_kws = [];
history.pushState({id: 1}, "", "");
classify_index = $(".classify-list li").length;
var noNameIndex = -1;
@@ -833,6 +833,11 @@