作者 刘晓艳

Merge branch 'master' of http://114.215.101.231:8099/root/jyht into liuxiaoyan

# Conflicts:
#	public/themes/simpleboot3/user/index/inquiry.html
@@ -570,6 +570,7 @@ @@ -570,6 +570,7 @@
570 $('.stop').hide() 570 $('.stop').hide()
571 $('.stopping').hide() 571 $('.stopping').hide()
572 $('.start').show() 572 $('.start').show()
  573 + $('.next_step').hide()
573 }) 574 })
574 575
575 //上传图片 576 //上传图片
@@ -582,14 +582,14 @@ @@ -582,14 +582,14 @@
582 582
583 583
584 //列表中点击试听 584 //列表中点击试听
585 - $('.voice_third').click(  
586 - function () {  
587 - var tryId=$(this).attr('try-id');  
588 - wx.playVoice({  
589 - localId:tryId  
590 - });  
591 - }  
592 - ) 585 + // $('.voice_third').click(
  586 + // function () {
  587 + // var tryId=$(this).attr('try-id');
  588 + // wx.playVoice({
  589 + // localId:tryId
  590 + // });
  591 + // }
  592 + // )
593 593
594 //我要发送 594 //我要发送
595 $('.submit_voice').click(function () { 595 $('.submit_voice').click(function () {