ソースを参照

【提交内容】:语音识别wadeMobile 大小写

wangyujuan 9 年 前
コミット
df0ed5f1b4
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      display-server/web/biz/js/plugin/voice.js

+ 1 - 1
display-server/web/biz/js/plugin/voice.js

@ -1,7 +1,7 @@
1 1
require(['jcl','wadeMobile'], function($,WadeMobile) {
2 2

3 3
	$('#voiceRecognize').on('touchstart', function() {
4
        wadeMobile.startListen(function(val){
4
		WadeMobile.startListen(function(val){
5 5
            $('#voiceText').text(val);
6 6
        });
7 7
	});