|
@@ -1229,8 +1229,9 @@ function addShouhu(that){
|
|
|
|
|
|
let url = $(that).data("uu")
|
|
let url = $(that).data("uu")
|
|
layx.load('loadId','请求中。。。');
|
|
layx.load('loadId','请求中。。。');
|
|
-
|
|
|
|
- location.href=encodeURIComponent(url)
|
|
|
|
|
|
+ url =url.replace(/#/g, '%23');
|
|
|
|
+
|
|
|
|
+ location.href=url
|
|
}
|
|
}
|
|
$("#is_jiaji_id").on('change',function(){
|
|
$("#is_jiaji_id").on('change',function(){
|
|
$("#isjiaji_flag").toggle()
|
|
$("#isjiaji_flag").toggle()
|