作者 刘晓艳

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 @@
$('.stop').hide()
$('.stopping').hide()
$('.start').show()
$('.next_step').hide()
})
//上传图片
... ...
... ... @@ -582,14 +582,14 @@
//列表中点击试听
$('.voice_third').click(
function () {
var tryId=$(this).attr('try-id');
wx.playVoice({
localId:tryId
});
}
)
// $('.voice_third').click(
// function () {
// var tryId=$(this).attr('try-id');
// wx.playVoice({
// localId:tryId
// });
// }
// )
//我要发送
$('.submit_voice').click(function () {
... ...