|
@@ -9,7 +9,7 @@
|
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/wx_dataExport/css/base.css?v={{Msg "seo" "version"}}">
|
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/wx_dataExport/iconfont/iconfont.css?v={{Msg "seo" "version"}}">
|
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/wx_dataExport/css/weui.min.css?v={{Msg "seo" "version"}}">
|
|
|
- <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/wx_dataExport/css/keyWord.css?v={{Msg "seo" "version"}}4">
|
|
|
+ <link rel="stylesheet" href="{{Msg "seo" "cdn"}}/wx_dataExport/css/keyWord.css?v={{Msg "seo" "version"}}5">
|
|
|
<script src="{{Msg "seo" "cdn"}}/wx_dataExport/js/rem.js?v={{Msg "seo" "version"}}"></script>
|
|
|
{{include "/common/weixin.html"}}
|
|
|
<script src="{{Msg "seo" "cdn"}}/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
|
|
@@ -308,7 +308,7 @@
|
|
|
|
|
|
// 编辑
|
|
|
$(".showKeyWord").on('click', '.editKeyWord',function(e){
|
|
|
- let oSpan = e.target.parentNode.nextElementSibling.children[0];
|
|
|
+ let oSpan = $(this).parent().siblings().children('textarea');
|
|
|
let val = $(oSpan).val();
|
|
|
$(this).parent().hide();
|
|
|
$(this).parent().siblings().show().parent().siblings().children('.modify').hide().siblings('.one').show()
|
|
@@ -366,6 +366,14 @@
|
|
|
return
|
|
|
}else{
|
|
|
for(var i in appendedArr){
|
|
|
+ if(appendedArr[i] === appended){
|
|
|
+ weui.toast('附加词重复了', {
|
|
|
+ duration: 2000,
|
|
|
+ className: 'text-overflow100',
|
|
|
+ callback: function(){}
|
|
|
+ });
|
|
|
+ return
|
|
|
+ }
|
|
|
if(appendedArr[i] === appendeds){
|
|
|
appendedArr[i] = appended;
|
|
|
}
|