作者 sgj

the wechat voice dispose

... ... @@ -650,6 +650,7 @@
var display1=$('.voice_btn').css('display');
if (display1=='none'){
var tell='';
var tell_type='1';
$('#voice_module1').children('.voice_list').children('.voice_third').each(function () {
/*拼接信息*/
var voiceId1=$(this).attr('data-serverid');
... ... @@ -664,6 +665,7 @@
})
}else{
var tell=$('.textarea1').val();
var tell_type='2';
if (!tell){
alert('病人主诉不能为空!')
}
... ... @@ -671,7 +673,8 @@
/*获取你的困惑*/
var display2=$('.voice_btn2').css('display');
if (display2=='none'){
var puzzled=''
var puzzled='';
var puzzled='1';
$('#voice_module2').children('.voice_list').children('.voice_third').each(function () {
var voiceId1=$(this).attr('data-serverid');
if (voiceId1!=undefined){
... ... @@ -684,6 +687,7 @@
})
}else{
var puzzled=$('.textarea2').val();
var puzzled_type='2';
if (!puzzled){
alert('你的困惑不能为空!')
}
... ...