Authored by htoooth

add multi call

@@ -350,6 +350,7 @@ @@ -350,6 +350,7 @@
350 <textarea class="datalazyload" style="visibility: hidden;"> 350 <textarea class="datalazyload" style="visibility: hidden;">
351 <script> 351 <script>
352 fetchConsult(); 352 fetchConsult();
  353 + fetchRecommend();
353 </script> 354 </script>
354 </textarea> 355 </textarea>
355 </div> 356 </div>
@@ -400,7 +401,17 @@ @@ -400,7 +401,17 @@
400 </p> 401 </p>
401 </div> 402 </div>
402 403
403 - <div class="common-question "> 404 +
  405 + <div class="lazy-load-object">
  406 + <textarea class="datalazyload" style="visibility: hidden;">
  407 + <script>
  408 + fetchConsult();
  409 + fetchRecommend();
  410 + </script>
  411 + </textarea>
  412 + </div>
  413 +
  414 + <div class="common-question">
404 <p> 415 <p>
405 <span class="common-advice"> 416 <span class="common-advice">
406 <a href="#textbox"> 417 <a href="#textbox">
@@ -409,7 +420,6 @@ @@ -409,7 +420,6 @@
409 </a> 420 </a>
410 </span> 421 </span>
411 </p> 422 </p>
412 -  
413 </div> 423 </div>
414 424
415 <div class="buy-consults"> 425 <div class="buy-consults">
@@ -429,6 +439,16 @@ @@ -429,6 +439,16 @@
429 </div> 439 </div>
430 440
431 </div> 441 </div>
  442 +
  443 + <div class="lazy-load-object">
  444 + <textarea class="datalazyload" style="visibility: hidden;">
  445 + <script>
  446 + fetchConsult();
  447 + fetchRecommend();
  448 + </script>
  449 + </textarea>
  450 + </div>
  451 +
432 </div> 452 </div>
433 {{/if}} 453 {{/if}}
434 </div> 454 </div>
@@ -456,6 +476,7 @@ @@ -456,6 +476,7 @@
456 <textarea class="datalazyload" style="visibility: hidden;"> 476 <textarea class="datalazyload" style="visibility: hidden;">
457 <script> 477 <script>
458 fetchReturn(); 478 fetchReturn();
  479 + fetchRecommend();
459 </script> 480 </script>
460 </textarea> 481 </textarea>
461 </div> 482 </div>
@@ -18,12 +18,12 @@ module.exports = { @@ -18,12 +18,12 @@ module.exports = {
18 domains: { 18 domains: {
19 19
20 // test2 20 // test2
21 - //singleApi: 'http://192.168.102.27:8092/brower',  
22 - //api: 'http://api-test2.yohops.com:9999/',  
23 - //service: 'http://service-test2.yohops.com:9999/', 21 + singleApi: 'http://192.168.102.27:8092/brower',
  22 + api: 'http://api-test2.yohops.com:9999/',
  23 + service: 'http://service-test2.yohops.com:9999/',
24 24
25 - api: 'http://api.yoho.cn/',  
26 - service: 'http://service.yoho.cn/', 25 + //api: 'http://api.yoho.cn/',
  26 + //service: 'http://service.yoho.cn/',
27 27
28 // api: 'http://dev-api.yohops.com:9999/', 28 // api: 'http://dev-api.yohops.com:9999/',
29 // service: 'http://dev-service.yohops.com:9999/', 29 // service: 'http://dev-service.yohops.com:9999/',