Explorar o código

fix:分流逻辑修改

tsz %!s(int64=3) %!d(string=hai) anos
pai
achega
a334b8c316

+ 3 - 1
src/jfw/modules/app/src/web/templates/me/customer.html

@@ -65,7 +65,9 @@
               }
             } else {
               if(res.data.url) {
-                location.href = res.data.url
+                if (!res.data.isOld) {
+                  location.href = res.data.url
+                }
               }
             }
           }

+ 3 - 1
src/web/templates/big-member/wx/page_customer.html

@@ -75,7 +75,9 @@
               }
             } else {
               if(res.data.url) {
-                location.href = res.data.url
+                if (!res.data.isOld) {
+                  location.href = res.data.url
+                }
               }
             }
           }