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