重庆迈尖科技有限公司
2020-06-11 2b30129a90a8c8baa0d65bb6d6fd7d94ae9b5a23
AppInside/teamFans/fansSearchMain.html
@@ -53,7 +53,7 @@
   <script>
      // "http://api.flqapp.com";
      var host = "http://192.168.1.253:8080";
      var host = "http://api.flqapp.com";
      $(function() {
         var app = new Vue({
            el: '#root',
@@ -81,7 +81,7 @@
               },
               didSelect: function(result) {
                  yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamFans/fansSearchResult.html?key=' + result,
                  yesApp.jumpWeb('http://apph5.banliapp.com/AppInside/teamFans/fansSearchResult.html?key=' + result,
                     null)
               },
@@ -111,7 +111,7 @@
                  localStorage.setItem('fansResut', JSON.stringify(list));
                  yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamFans/fansSearchResult.html?key=' + result,
                  yesApp.jumpWeb('http://apph5.banliapp.com/AppInside/teamFans/fansSearchResult.html?key=' + result,
                     null)
               },
               clearAll: function() {
@@ -159,7 +159,7 @@
               localStorage.setItem('fansResut', JSON.stringify(list));
               yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamFans/fansSearchResult.html?key=' + key,
               yesApp.jumpWeb('http://apph5.banliapp.com/AppInside/teamFans/fansSearchResult.html?key=' + key,
                  null)
            }
         })