Merge branch 'master' of http://114.215.101.231:8099/root/jyht into liuxiaoyan
# Conflicts: # public/themes/simpleboot3/user/index/inquiry.html
正在显示
2 个修改的文件
包含
9 行增加
和
8 行删除
@@ -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 () { |
-
请 注册 或 登录 后发表评论