wangkaiyue 5 жил өмнө
parent
commit
be6d5eb73c

+ 1 - 1
src/web/templates/weixin/vipsubscribe/edit_subscribe.html

@@ -114,7 +114,7 @@
           },
           initClick:function(){
             $(".edit_item").on("click",function(){
-              window.location.href=$(this).attr("data_href");
+               window.location.replace($(this).attr("data_href"));
             });
             //提交
           },