From 918c1c98e32f8e977d6f2e939d3aca328b5e20a8 Mon Sep 17 00:00:00 2001
From: sgj <sgj@bronet.cn>
Date: Thu, 10 Jan 2019 09:29:00 +0800
Subject: [PATCH] the wechat voice dispose

---
 public/themes/simpleboot3/user/index/inquiry.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/public/themes/simpleboot3/user/index/inquiry.html b/public/themes/simpleboot3/user/index/inquiry.html
index 2ed4dd7..2525c84 100644
--- a/public/themes/simpleboot3/user/index/inquiry.html
+++ b/public/themes/simpleboot3/user/index/inquiry.html
@@ -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('你的困惑不能为空!')
                 }
--
libgit2 0.24.0