Explorar o código

admin 2月15号

guojing %!s(int64=5) %!d(string=hai) anos
pai
achega
163ba7bb63
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      whepi-ui/templates/home/home.ftl

+ 2 - 1
whepi-ui/templates/home/home.ftl

@@ -157,8 +157,9 @@
             type: 'GET',
             success: function (data) {
                 console.log(data);
-                if (v.userId != data.data.userId) {
+                if ($('#userId').val() != data.data.userId) {
                     $.alert('当前求助信息不是你的')
+                    return;
                 } else {
                     window.location.href = "/quzhu/home/quxiao.html?taskId=" + v.taskId + "&userId=" + v.userId;
                     familyClick()