重庆迈尖科技有限公司
2020-06-11 2b30129a90a8c8baa0d65bb6d6fd7d94ae9b5a23
AppInside/teamOrder/orderSearchMain.html
@@ -52,7 +52,8 @@
   <script>
      // "http://api.flqapp.com";
      var host = "http://192.168.1.253:8080";
      var host = "http://api.flqapp.com";
      var h5host = "http://apph5.banliapp.com/";
      $(function() {
@@ -82,7 +83,7 @@
               },
               didSelect: function(result) {
                  yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamOrder/orderSearchResult.html?key=' + result,
                  yesApp.jumpWeb(h5host+'AppInside/teamOrder/orderSearchResult.html?key=' + result,
                     null)
               },
@@ -112,7 +113,7 @@
                  localStorage.setItem('orderResut', JSON.stringify(list));
                  yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamOrder/orderSearchResult.html?key=' + result,
                  yesApp.jumpWeb(h5host+'AppInside/teamOrder/orderSearchResult.html?key=' + result,
                     null)
               },
@@ -165,7 +166,7 @@
               localStorage.setItem('orderResut', JSON.stringify(list));
               yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamOrder/orderSearchResult.html?key=' + key,
               yesApp.jumpWeb(h5host+'AppInside/teamOrder/orderSearchResult.html?key=' + key,
                  null)
            }
         })