wangkaiyue 5 年之前
父节点
当前提交
be6d5eb73c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/templates/weixin/vipsubscribe/edit_subscribe.html

+ 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"));
             });
             //提交
           },