consulting-doctor.js 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303
  1. var d = dialog({contentType:'load', skin:'bk-popup'});
  2. var dd = dialog({contentType:'load', skin:'bk-popup', content:'发送中...'});
  3. var dialroll;
  4. var doctorInfo;
  5. var content = "";
  6. var timeStr = "";
  7. var id = 1;
  8. var pagesize = 500;
  9. var Request = new Object();
  10. Request = GetRequest();
  11. var consult = Request["consult"];
  12. var status = Request["status"];
  13. var doctorType = Request["type"];
  14. var doctor = Request['doctor'];
  15. var toUser = Request["toUser"];
  16. var toName = decodeURIComponent(Request["toName"]);
  17. var openid = Request["openid"];
  18. var represented = Request["represented"];
  19. //var evaluate = localStorage.getItem("evaluate");//1为有评价 0为无评价
  20. var evaluate = 0;
  21. var docMsg = 0;
  22. var patientcode = "";
  23. var pagetype=24;
  24. var networkStatus = "";
  25. var userAgent = window.localStorage.getItem(agentName);
  26. var userInfo = '',
  27. patientName = "";
  28. $(function(){
  29. checkUserAgent();
  30. })
  31. function queryInit() {
  32. userInfo = JSON.parse(window.localStorage.getItem(agentName))
  33. patientcode = userInfo.represented?userInfo.represented:userInfo.uid;
  34. var userAgent1 = JSON.parse(window.localStorage.getItem(agentName1));
  35. patientName = userAgent1.name;
  36. getWeixinSign();
  37. // initFamilyData();
  38. bindEvents();
  39. checkStatus();
  40. //点击内容区域输入框失焦
  41. $('#talkwrap').click(function(){
  42. $("#input_content").blur();
  43. return false;
  44. });
  45. //发送以后定位至最底部
  46. $("#reply a").click(function() {
  47. send();
  48. });
  49. }
  50. //判断关系
  51. function hasFamilyRelation(a,b){
  52. return new Promise(function(resolve, reject) {
  53. var data={
  54. patient:a,
  55. familyMember:b
  56. }
  57. sendPost("patient/family/is_authorize", data, "json", "get", function(res){
  58. dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'请求家庭成员关系失败'}).show();
  59. }, function(res){
  60. if(res.status == 200) {
  61. window.localStorage.setItem('nowPatientName',res.data.name);
  62. resolve(res)
  63. }else if(res.status == 100) {
  64. dialog({
  65. content:'对不起,'+res.data.name+'未授权给您,如需查看,请切换'+res.data.name+'账号登录',
  66. okValue:'切换账号',
  67. ok: function() {
  68. window.localStorage.setItem(pageName, JSON.stringify({pageurl: location.href}))
  69. window.location.href = "../../grzx/html/change-login.html?type=0&openid="+ Request["openid"];
  70. },
  71. cancelValue: '我不看了',
  72. cancel: function () {
  73. wx.closeWindow();
  74. }
  75. }).showModal();
  76. }else{
  77. relogin();
  78. }
  79. })
  80. })
  81. }
  82. //重新登录操作
  83. function relogin(){
  84. dialog({
  85. content:'对不起,该消息是发给'+toName+',如需查看,请切换'+toName+'账号登录',
  86. okValue:'切换账号',
  87. ok: function() {
  88. window.localStorage.setItem(pageName, JSON.stringify({pageurl: location.href}))
  89. window.location.href = "../../grzx/html/change-login.html?type=0&openid="+ Request["openid"];
  90. },
  91. cancelValue: '我不看了',
  92. cancel: function () {
  93. wx.closeWindow();
  94. }
  95. }).showModal();
  96. }
  97. //保存信息
  98. function saveUserInfo(a,b){
  99. Promise.all([hasFamilyRelation(a,b)]).then(function () {
  100. userInfo.represented = represented;
  101. window.localStorage.setItem(agentName,JSON.stringify(userInfo));
  102. userInfo = JSON.parse(window.localStorage.getItem(agentName));
  103. bindEvents();
  104. checkStatus();
  105. })
  106. }
  107. function initFamilyData () {
  108. //从微信模板消息进入
  109. if(represented && userAgent && toUser){
  110. if(toUser == represented){
  111. saveUserInfo(represented,userInfo.uid)
  112. }else if(toUser != represented && represented == userInfo.uid){
  113. //本人代理
  114. saveUserInfo(represented,newUaObj.uid)
  115. }else if(toUser != represented && toUser == userInfo.uid){
  116. //需要判定关系 200有授权 100家人 1无关系
  117. saveUserInfo(represented, userInfo.uid)
  118. }else{
  119. //重新登录
  120. relogin();
  121. }
  122. }else{
  123. userInfo = JSON.parse(window.localStorage.getItem(agentName));
  124. bindEvents();
  125. checkStatus();
  126. }
  127. }
  128. function getTopic(){
  129. //获取sessionId
  130. sendPost('/patient/consult/getTopic', {consult:consult}, 'json', 'GET', queryFailed2, function(res){
  131. if(res.status==200){
  132. var sessionId = JSON.parse(res.msg)[0].session_id;
  133. //加载socket组件
  134. /*jQuery.getScript(imurl+"/socket.io/socket.io.js").done(function() {
  135. var socket = io.connect(imurl);
  136. socket.emit('login', {userId: userInfo.represented?userInfo.represented:userInfo.uid, password: userInfo.represented?userInfo.represented:userInfo.uid,sessionId:sessionId,clientType:"patient"});
  137. socket.on('message', function (data) {
  138. // console.log(data)
  139. if((data.type == 1) ||(data.type == 2) || (data.type == 6) || (data.type == 12)){
  140. addReply(1, data.content, new Date(data.timestamp).Format('yyyy-MM-dd HH:mm:ss'), data.type, data.name,data.sender_img);
  141. setTimeout(function(){
  142. dialroll.refresh();
  143. dialroll.scrollTo(0, dialroll.maxScrollY);
  144. },300)
  145. }
  146. });
  147. socket.on('error', function (data) {
  148. // console.log(data);
  149. });
  150. socket.on('ack', function (data) {
  151. // console.log(data);
  152. });
  153. function getLocalTime(nS) {
  154. return new Date(parseInt(nS) * 1000).toLocaleString().replace(/:\d{1,2}$/,' ');
  155. }
  156. })
  157. .fail(function() {
  158. dialog({contentType:'tipsbox', skin:'bk-popup' ,bottom:true, content:"医生实时对话连接失败!"}).show();
  159. });*/
  160. }
  161. });
  162. }
  163. //控制“发送”按钮的变化
  164. function sendBtn() {
  165. var tval = $(".talk-input input").val();
  166. if (tval != "") {
  167. $(".talk-send a").removeClass("disab");
  168. } else {
  169. $(".talk-send a").addClass("disab");
  170. }
  171. }
  172. //控制页面高度
  173. function winSize(h) {
  174. var totH = $(window).height();
  175. $("#talkwrap").height(totH - h);
  176. }
  177. function getDoctorWork(){
  178. if(doctorType=="6") {
  179. checkDoctorInWork(doctor);
  180. } else {
  181. sendPost('patient/sign_doctors', {patientCode:patientcode}, 'json', 'post', queryFailed, function(res){
  182. if(res.status==200){
  183. var doctorArray = res.familyDoctors;//家庭
  184. if(doctorType==1){//三师
  185. doctorArray = res.teamDoctors
  186. }
  187. if(doctorArray){
  188. var doctorInfo ="";
  189. for(var j in doctorArray){
  190. if(doctorArray[j].level=="3"){
  191. doctorInfo = doctorArray[j];//取出健康管理师
  192. break;
  193. }
  194. }
  195. if(doctorInfo!=""){
  196. checkDoctorInWork(doctorInfo.code);
  197. }
  198. }
  199. }else{
  200. queryFailed(res);
  201. }
  202. })
  203. }
  204. }
  205. function checkDoctorInWork(doctor){
  206. sendPost('patient/consult/is_doctor_working', {doctor:doctor}, 'json', 'post', queryFailed, function(res){
  207. if(res.status==200){
  208. if(res.data!=1){
  209. addReply(7, "医生不在工作时间,无法及时回复您的消息。<br/><a class='workhours' href='#'>查看工作时间!</a>", getNowFormatDate(),1, "系统消息");
  210. $(".workhours").on("click",function(){
  211. location.href='doctor-work-hours.html?doctor='+doctor;
  212. });
  213. setTimeout(function(){
  214. dialroll.refresh();
  215. dialroll.scrollTo(0, dialroll.maxScrollY);
  216. },20);
  217. }
  218. }else{
  219. queryFailed(res);
  220. }
  221. });
  222. }
  223. //判断记录的状态
  224. function checkStatus(){
  225. d.show();
  226. if(status == 0 || status == 1){
  227. if(status == 0){
  228. $("#divBottom").show();
  229. $("#finish_list").show();
  230. winSize(102);
  231. }else{
  232. $("#divBottom").hide();
  233. $("#finish_list").hide();
  234. winSize(0);
  235. }
  236. //页面初始化查询
  237. queryList();
  238. var pulldownAction = function() {
  239. getPage(this);
  240. };
  241. dialroll = iscrollAssist.newVerScrollForPull($('.pull-iscroll-wrap'), pulldownAction, null);
  242. dialroll.refresh();
  243. dialroll.scrollTo(0, dialroll.maxScrollY);
  244. $(window).resize(function() {
  245. if(status == 0){
  246. winSize(102);
  247. }
  248. else{
  249. winSize(0);
  250. }
  251. });
  252. }else{
  253. var data = {};
  254. data.consult = consult;
  255. sendPost('patient/consult/status', data, 'json', 'get', queryFailed, querySuccess);
  256. }
  257. }
  258. function queryFailed(res) {
  259. d.close();
  260. if (res && res.msg) {
  261. dialog({contentType:'tipsbox', skin:'bk-popup' ,bottom:true, content:res.msg}).show();
  262. } else {
  263. dialog({contentType:'tipsbox', skin:'bk-popup' , bottom:true,content:'获取咨询记录状态失败'}).show();
  264. }
  265. }
  266. function querySuccess(res) {
  267. if (res.status == 200) {
  268. if(res.data == 0){
  269. //未结束的咨询跳转去咨询页面
  270. window.location.href = "../../qygl/html/sign_info.html?doctor="+doctor+"&consult="+consult;
  271. }else{
  272. $("#divBottom").hide();
  273. $("#finish_list").hide();
  274. $("#input_div").hide();
  275. winSize(0);
  276. //新增评价状态 1、已评价 0、未评价
  277. var data = {};
  278. data.consult = consult;
  279. sendPost('patient/consult/evaluateStatus', data, 'json', 'get', queryFailed, function(res){
  280. if (res.status == 200) {
  281. evaluate = res.data;
  282. //显示评价按钮
  283. if(evaluate == 0){
  284. $('#valFoot').show();
  285. $('#noval').show();
  286. $('#hasval').hide();
  287. }else if(evaluate == 1){
  288. $('#valFoot').show();
  289. $('#noval').hide();
  290. $('#hasval').show();
  291. }
  292. }else{
  293. queryFailed(res);
  294. }
  295. });
  296. }
  297. status = res.data;
  298. //聊天记录填充
  299. queryList();
  300. var pulldownAction = function() {
  301. getPage(this);
  302. };
  303. dialroll = iscrollAssist.newVerScrollForPull($('.pull-iscroll-wrap'), pulldownAction, null);
  304. dialroll.refresh();
  305. dialroll.scrollTo(0, dialroll.maxScrollY);
  306. $(window).resize(function() {
  307. if(res.data == 0){
  308. winSize(102);
  309. }
  310. else{
  311. winSize(0);
  312. }
  313. });
  314. d.close();
  315. }
  316. else{
  317. queryFailed(res);
  318. }
  319. }
  320. //页面初始化
  321. function queryList(){
  322. var data = {};
  323. data.consult = consult;
  324. data.page = id;
  325. data.pagesize = pagesize;
  326. sendPost('patient/consult/loglist', data, 'json', 'GET', queryFailed2, querySuccess2);
  327. }
  328. function queryMsg(logId,msgType){
  329. var data={};
  330. data.consult = consult;
  331. data.logId = logId;
  332. data.msgType=msgType;
  333. sendPost('patient/consult/oneLog', data, 'json', 'GET', queryFailed2, function(res){
  334. if(res.status==200){
  335. var reply = res.consult;
  336. if((reply.msgType == 1) || (reply.msgType == 2) || (reply.msgType == 6)){
  337. addReply(reply.type, reply.content, reply.time, reply.msgType, reply.doctorName, reply.photo);
  338. setTimeout(function(){
  339. dialroll.refresh();
  340. dialroll.scrollTo(0, dialroll.maxScrollY);
  341. },300)
  342. }
  343. }
  344. d.close();
  345. });
  346. }
  347. function queryFailed2(res) {
  348. d.close();
  349. if (res && res.msg) {
  350. dialog({contentType:'tipsbox', skin:'bk-popup' ,bottom:true, content:res.msg}).show();
  351. } else {
  352. dialog({contentType:'tipsbox', skin:'bk-popup' ,bottom:true, content:'加载失败'}).show();
  353. }
  354. }
  355. function querySuccess2(res) {
  356. if (res.status == 200) {
  357. id++;
  358. res = res.list;
  359. var doctorPar = [];//储存参与咨询的医生
  360. for(var k in res.users){
  361. if(res.users[k].is_patient == 0 && res.users[k].id==doctor){
  362. doctorPar.push(res.users[k])
  363. }else if(res.users[k].is_patient == 0 && res.users[k].id!=doctor){
  364. doctorPar.unshift(res.users[k])
  365. }
  366. }
  367. doctorPar=JSON.stringify(doctorPar)
  368. window.localStorage.setItem('doctorPar',doctorPar);
  369. var list = res.list;
  370. if (list && list.length > 0) {
  371. docMsg = list[list.length - 1].content_type;
  372. var doctor = "";
  373. for (var j = list.length-1; j >=0; j--) {
  374. var reply = JSON.parse(list[j]);
  375. //type为1时,医生发的
  376. if((reply.content_type == 3) || (reply.content_type == 1) || (reply.content_type == 2) || (reply.content_type == 6) || (reply.content_type == 12)){
  377. var date = new Date();
  378. date.setTime(reply.timestamp);
  379. var time = date.format('yyyy-MM-dd hh:mm:ss');
  380. var p;
  381. for(var k in res.users){
  382. if(res.users[k].id==reply.sender_id){
  383. p = res.users[k].avatar;
  384. }
  385. }
  386. addReply(reply.sender_id==patientcode? 2 : 1, reply.content, time, reply.content_type, reply.sender_name, p);
  387. }
  388. }
  389. if(status==0){
  390. getDoctorWork();
  391. }
  392. dialroll.refresh();
  393. dialroll.scrollTo(0, dialroll.maxScrollY);
  394. }
  395. d.close();
  396. }
  397. else{
  398. queryFailed2(res);
  399. }
  400. }
  401. function getNowFormatDate() {
  402. var date = new Date();
  403. var seperator1 = "-";
  404. var seperator2 = ":";
  405. var month = date.getMonth() + 1;
  406. var strDate = date.getDate();
  407. if (month >= 1 && month <= 9) {
  408. month = "0" + month;
  409. }
  410. if (strDate >= 0 && strDate <= 9) {
  411. strDate = "0" + strDate;
  412. }
  413. var currentdate = date.getFullYear() + seperator1 + month + seperator1 + strDate
  414. + " " + date.getHours() + seperator2 + date.getMinutes()
  415. + seperator2 + date.getSeconds();
  416. return currentdate;
  417. }
  418. //点击发送按钮
  419. function send(){
  420. content = $("#input_content").text().replace(/\s+/g,"");
  421. if (content && content != null && content != "") {
  422. var now = new Date();
  423. timeStr = "";
  424. if(now.getMonth()<9){
  425. //补0
  426. timeStr = now.getFullYear() + "-0"+ (now.getMonth()+1) + "-" +now.getDate() +' '
  427. + now.getHours() + ":" +now.getMinutes() + ":" +now.getSeconds();
  428. }else{
  429. timeStr = now.getFullYear() + "-"+ (now.getMonth()+1) + "-" +now.getDate() +' '
  430. + now.getHours() + ":" +now.getMinutes() + ":" +now.getSeconds();
  431. }
  432. $("#input_content").blur();
  433. dialroll.refresh();
  434. dialroll.scrollTo(0, dialroll.maxScrollY);
  435. // dd.showModal();
  436. var data = {};
  437. data.consult = consult;
  438. data.content = utf16toEntities(content);
  439. data.type = 1;
  440. sendPost('patient/consult/append', data, 'json', 'post', submitFailed, submitSuccess);
  441. } else {
  442. return;
  443. }
  444. }
  445. function submitFailed(res) {
  446. dd.close();
  447. if (res && res.msg) {
  448. dialog({contentType:'tipsbox', skin:'bk-popup' ,bottom:true, content:res.msg}).show();
  449. } else {
  450. dialog({contentType:'tipsbox', skin:'bk-popup' ,bottom:true, content:'发送失败'}).show();
  451. }
  452. }
  453. function submitSuccess(res) {
  454. if (res.status == 200) {
  455. //置空
  456. $("#input_content").text("");
  457. $(".talk-send a").addClass("disab");
  458. addReply(2, content, timeStr, 1, "");
  459. dialroll.refresh();
  460. dialroll.scrollTo(0, dialroll.maxScrollY);
  461. showSendBtn(false);
  462. dd.close();
  463. } else {
  464. submitFailed(res);
  465. }
  466. }
  467. //回复单条内容填写
  468. var defaultPhoto = "../../../images/p-default.png";
  469. var doctorDefaultPhoto = "../../../images/d-default.png";
  470. function addReply(type, content, time, msgType, doctorName,photo,prepend) {
  471. //time = time.substr(10);
  472. var doctorPhoto = photo ? getImgUrl(photo) : doctorDefaultPhoto;
  473. var $div = $("<dl></dl>");
  474. if(type == 7){
  475. if(prepend){
  476. $(".talk-box").prepend('<div class="time-tips"><span class="xt-xiaoxi">' + content + '</span></div>');
  477. } else
  478. $(".talk-box").append('<div class="time-tips"><span class="xt-xiaoxi">' + content + '</span></div>');
  479. return;
  480. }
  481. if (type == 1) {
  482. $div.addClass('chat-left');
  483. img = doctorPhoto;
  484. name = doctorName;
  485. } else {
  486. $div.addClass('chat-right');
  487. img = photo?getImgUrl(photo):defaultPhoto;
  488. defaultPhoto = img;
  489. name = patientName;
  490. }
  491. var temp = '<dt style="height: auto; text-align: center;"><a><img src="' + img + '" class="c-images-cycle" /></a></dt>' +
  492. '<div class="c-content"><span class="c-f12 name">' + name + '</span>'
  493. switch(parseInt(msgType)) {
  494. case 1://信息
  495. case 6://咨询问题
  496. temp += '<dd class="word-bread"><span>' + content + '</span></dd></dl>';
  497. break;
  498. case 2://图片
  499. temp += '<dd class="word-bread wb-img"><img width="100" height="100" src="'+ getImgUrl(content) +'" /></dd></dl>';
  500. break;
  501. case 3://语音
  502. var rec = JSON.parse(content);
  503. temp += "<div class='c-msg'><dd class='word-bread audio' data-type='3' data-audio='" + getImgUrl(content) + "'>"+
  504. "<div class='soundWav'>" +
  505. "<span class='soundWavT'>"+(rec? rec.times: "") +"\'\'</span>"+
  506. "</div>"+
  507. "</dd></div>";
  508. break;
  509. case 12://视频
  510. var videoInfo = content.split(",");
  511. var shichang = formatSeconds(videoInfo[2]);//时长
  512. if(type == 1){
  513. temp += '<dd class="preview-video" data-video="'+getImgUrl(videoInfo[1])+'">'+
  514. '<img class="video-img-left" src="'+getImgUrl(videoInfo[0])+'">'+
  515. '<img class="bofang-icon-left" src="../images/bofang_icon.png">'+
  516. '<img class="jianjiao-icon-left" src="../images/zuoshanjiao_bg.png">'+
  517. '<span class="shichang-time-left">'+shichang+'</span>'+
  518. '</dd>';
  519. }else{
  520. temp += '<dd class="preview-video" data-video="'+getImgUrl(videoInfo[1])+'">'+
  521. '<img class="video-img-right" src="'+getImgUrl(videoInfo[0])+'">'+
  522. '<img class="bofang-icon-right" src="../images/bofang_icon.png">'+
  523. '<img class="jianjiao-icon-right" src="../images/youshanjiao_bg.png">'+
  524. '<span class="shichang-time-right">'+shichang+'</span>'+
  525. '</dd>';
  526. }
  527. break;
  528. }
  529. if(prepend){
  530. $(".talk-box").prepend($div.append(temp)).prepend('<div class="time-tips"><span>' + time + '</span></div>');
  531. } else
  532. $(".talk-box").append('<div class="time-tips"><span>' + time + '</span></div>').append($div.append(temp));
  533. if(type != null && type != 1) {
  534. $(".tw-add-detail").hide(200);
  535. }
  536. }
  537. //毫秒转换成时分秒
  538. function formatSeconds(value) {
  539. var theTime = parseInt(value/1000);// 秒
  540. var theTime1 = 0;// 分
  541. var theTime2 = 0;// 小时
  542. if(theTime > 60) {
  543. theTime1 = parseInt(theTime/60);
  544. theTime = parseInt(theTime%60);
  545. if(theTime1 > 60) {
  546. theTime2 = parseInt(theTime1/60);
  547. theTime1 = parseInt(theTime1%60);
  548. }
  549. }
  550. var result = ""+parseInt(theTime);//秒
  551. if(parseInt(theTime)<=9){
  552. result = "0"+parseInt(theTime);//秒
  553. }
  554. if(theTime1 > 0) {//分
  555. if(parseInt(theTime1)>9){
  556. result = ""+parseInt(theTime1)+":"+result;
  557. }else{
  558. result = "0"+parseInt(theTime1)+":"+result;
  559. }
  560. }
  561. if(theTime2 > 0) {//小时
  562. if(parseInt(theTime2)>9){
  563. result = ""+parseInt(theTime2)+":"+result;
  564. }else{
  565. result = "0"+parseInt(theTime2)+":"+result;
  566. }
  567. }
  568. var resResult = "";
  569. if(result.split(":").length==1){//秒
  570. resResult = "00:"+result;
  571. }else if(result.split(":").length==2){//分
  572. resResult = "00:"+result;
  573. }else{//时
  574. resResult = result;
  575. }
  576. return resResult;
  577. }
  578. //向上拉取更多
  579. function addReplyBefore(type, content, time, msgType, doctorName) {
  580. //time = time.substr(10);
  581. var doctorPhoto = doctorDefaultPhoto;
  582. var patientPhoto = defaultPhoto;
  583. var $div = $("<div></div>");
  584. if (type == 1) {
  585. if(msgType == 2){
  586. $div.addClass('talk-left');
  587. $div.addClass('clearfix');
  588. $div.html('<div class="leftpart"><img src="'+doctorPhoto+'" /><p style="font-size: 13px; text-align: center;max-width: 40px;">'+ doctorName + '</p></div> '
  589. +'<span class="talktime" style="width: 100%; left: 70px; top:-10px;">' + time+'</span>'
  590. +'<div class="rightpart">'
  591. +' <s class="rightjt jt-left"><s></s></s><img style="height: 150px; width: 100px;" src="'+getImgUrl(content)+'" onclick="viewImg(this)"/>'
  592. +'</div>');
  593. }
  594. else{
  595. $div.addClass('talk-left');
  596. $div.addClass('clearfix');
  597. $div.html('<div class="leftpart"><img src="'+doctorPhoto+'" /><p style="font-size: 13px; text-align: center;max-width: 40px;">'+ doctorName + '</p></div> '
  598. +'<span class="talktime" style="width: 100%; left: 70px; top:-10px;">' + time+'</span>'
  599. +'<div class="rightpart">'
  600. +' <s class="rightjt jt-left"><s></s></s>'+content
  601. +'</div>');
  602. }
  603. } else {
  604. if(msgType == 2){
  605. $div.addClass('talk-right');
  606. $div.addClass('clearfix');
  607. $div.html('<div class="leftpart"><img src="'+patientPhoto+'" /></div> '
  608. +'<span class="talktime" style="width: 100%; position:absolute; right:-45%; top:-10px; float: right;">'+time+'</span>'
  609. +'<div class="rightpart">'
  610. +' <img style="height: 150px; width: 100px;" src="'+getImgUrl(content)+'" onclick="viewImg(this)"/>'
  611. +'</div>');
  612. }
  613. else{
  614. $div.addClass('talk-right');
  615. $div.addClass('clearfix');
  616. $div.html ('<div class="leftpart"><img src="' + patientPhoto + '" /></div>'
  617. + '<span class="talktime" style="width: 100%; position:absolute; right:-45%; top:-10px; float: right;">' + time + '</span>'
  618. + '<div class="rightpart">' + content + '</div>');
  619. }
  620. }
  621. $(".talk-box").prepend($div);
  622. }
  623. //页面初始化
  624. function getPage(t){
  625. // $(".talk-box").html("");
  626. var data = {};
  627. data.consult = consult;
  628. data.page = id;
  629. data.pagesize = pagesize;
  630. $.ajax(server + "patient/consult/loglist", {
  631. data: data,
  632. type: 'POST',
  633. dataType: 'json',
  634. beforeSend: function(request) {
  635. request.setRequestHeader("userAgent", userAgent);
  636. },
  637. error: function(res) {
  638. if(res.status == 999 || res.status == 998 || res.status == 997){
  639. loginUrl(res.status);
  640. return;
  641. }
  642. dialog({contentType:'tipsbox', skin:'bk-popup' ,bottom:true, content:"加载失败"}).show();
  643. },
  644. success: function(res) {
  645. if(res.status == 999 || res.status == 998 || res.status == 997){
  646. loginUrl(res.status);
  647. }
  648. else if (res.status == 200) {
  649. id++;
  650. var list = res.list;
  651. if (list && list.length > 0) {
  652. id = list[list.length - 1].id;
  653. for (var j = 0; j < list.length; j++) {
  654. var reply = list[j];
  655. //type为1时,医生发的
  656. if((reply.msgType == 1)|| (reply.msgType == 3) || (reply.msgType == 2) || (reply.msgType == 6)){
  657. addReply(reply.type, reply.content, reply.time, reply.msgType, reply.doctorName, reply.photo, true);
  658. }
  659. }
  660. }
  661. t.refresh();
  662. } else {
  663. dialog({contentType:'tipsbox', skin:'bk-popup' ,bottom:true, content:res.msg}).show();
  664. }
  665. }
  666. });
  667. }
  668. //结束咨询
  669. function finish(){
  670. dialog({
  671. content:'是否确认结束该次咨询?结束后医生将无法回复',
  672. ok: function (){
  673. d.show();
  674. var params = {}
  675. params.code = consult;
  676. //发送ajax请求, 查询设备列表信息
  677. sendPost("patient/consult/finish", params, "json", "post", submitFailed3,finish_Successs);
  678. function finish_Successs(res){
  679. if (res.status == 200) {
  680. d.close();
  681. location.reload();
  682. // window.location.href = "doctor-consultation.html";
  683. }
  684. else{
  685. submitFailed3(res);
  686. }
  687. }
  688. },
  689. cancel: function () {
  690. return;
  691. }
  692. }).showModal();
  693. }
  694. function submitFailed3(res) {
  695. if (res && res.msg) {
  696. dialog({contentType:'tipsbox', skin:'bk-popup' ,bottom:true, content:res.msg}).show();
  697. } else {
  698. dialog({contentType:'tipsbox', skin:'bk-popup' ,bottom:true, content:'操作失败'}).show();
  699. }
  700. }
  701. //查看图片
  702. function viewImg(dom) {
  703. var $img = $(dom);
  704. var thissrc = $img.attr("src");
  705. var mWid = $(window).width();
  706. var mHei = $(window).height();
  707. var nHtml = '<div class="delimgpop"><div class="del-img-box"><div class="del-img-con"><img class="del-pop-img" src="' + thissrc + '" style="max-width:' + mWid + 'px; max-height:' + mHei + 'px;"></div></div></div>';
  708. $("body").append(nHtml);
  709. $(".delimgpop").click(function() {
  710. $(this).remove()
  711. });
  712. }
  713. //微信上传图片
  714. var serverId = "";
  715. var images = [];
  716. function chooseImageWx(){
  717. wx.chooseImage({
  718. count: 3,
  719. success: function (res) {
  720. for (var i in res.localIds) {
  721. images.push(res.localIds[i]);
  722. }
  723. dd.showModal();
  724. uploadImage();
  725. }
  726. });
  727. }
  728. function uploadImage(){
  729. if (images.length == 0) {
  730. dd.close();
  731. return;
  732. }
  733. var i = 0, length = images.length;
  734. serverId = "";
  735. var faillength = 0 ;
  736. function upload() {
  737. wx.uploadImage({
  738. localId: images[i],
  739. isShowProgressTips: 0,
  740. success: function (res) {
  741. faillength= 0;
  742. dd.close();
  743. i++;
  744. if(serverId.length == 0){
  745. serverId = res.serverId;
  746. }
  747. else{
  748. serverId =serverId + "," + res.serverId;
  749. }
  750. if (i < length) {
  751. upload();
  752. }
  753. if(i == images.length){
  754. sendImages();
  755. }
  756. },
  757. fail: function (res) {
  758. dd.close();
  759. faillength+=1;
  760. if(faillength<=5){
  761. //失败从传
  762. upload();
  763. }else{
  764. dialog({contentType:'tipsbox', skin:'bk-popup' ,bottom:true, content:"图片上传失败,请控制发送频率"}).show();
  765. }
  766. }
  767. });
  768. }
  769. upload();
  770. }
  771. //保存图片
  772. function sendImages(){
  773. var now = new Date();
  774. timeStr = "";
  775. if(now.getMonth()<9){
  776. //补0
  777. timeStr = now.getFullYear() + "-0"+ (now.getMonth()+1) + "-" +now.getDate() +' '
  778. + now.getHours() + ":" +now.getMinutes() + ":" +now.getSeconds();
  779. }else{
  780. timeStr = now.getFullYear() + "-"+ (now.getMonth()+1) + "-" +now.getDate() +' '
  781. + now.getHours() + ":" +now.getMinutes() + ":" +now.getSeconds();
  782. }
  783. var data = {};
  784. data.consult = consult;
  785. data.content = "";
  786. data.mediaIds = serverId;
  787. data.type = 2;
  788. data.times = 0;
  789. sendPost('patient/consult/append', data, 'json', 'post', submitFailed, submitImageSuccess);
  790. }
  791. function submitImageSuccess(res) {
  792. if (res.status == 200) {
  793. var data= JSON.parse(res.data)
  794. dd.close();
  795. addReply(2, data.content, timeStr, 2, "");
  796. dialroll.refresh();
  797. dialroll.scrollTo(0, dialroll.maxScrollY);
  798. } else {
  799. submitFailed(res);
  800. }
  801. }
  802. var aud = document.getElementById('audio');
  803. var $playingDom;
  804. function playSoundEnd(){
  805. $playingDom.removeClass('active');
  806. $playingDom = null;
  807. }
  808. function playError(){
  809. var src = $('#audio').attr('src');
  810. if(!$.trim(src)) {
  811. return ;
  812. }
  813. dialog({contentType:'tipsbox', skin:'bk-popup' ,bottom:true, content:"播放语音失败"}).show();
  814. $playingDom.removeClass('active');
  815. $playingDom = null;
  816. }
  817. $('.talk-box').on('click', '.word-bread img', function(){
  818. if(!$(this).closest(".word-bread").hasClass("preview-video")){
  819. var urls = [];
  820. $.each($('.word-bread img'), function(i, v) {
  821. urls.push($(v).attr('src'));
  822. });
  823. wx.previewImage({
  824. current: $(this).attr('src'), // 当前显示图片的http链接
  825. urls: urls // 需要预览的图片http链接列表
  826. });
  827. }
  828. })
  829. .on('touchstart', '.audio', function(){
  830. if($playingDom){
  831. aud.pause();
  832. //aud.stop();
  833. $playingDom.removeClass('active');
  834. if($playingDom[0] == this){
  835. $playingDom = null;
  836. return;
  837. }
  838. }
  839. $playingDom = $(this);
  840. $playingDom.addClass('active');
  841. var ser = JSON.parse($(this).attr('data-audio'));
  842. aud.src = getImgUrl(ser.path);
  843. aud.load();
  844. aud.play();
  845. })
  846. .on('click','.preview-video',function() {
  847. $(document.body).find('video').remove();
  848. var url = $(this).attr('data-video');
  849. var html = '<video style="display: none;" controls preload="auto" width="1" height="1" src="'+url+'" ></video>';
  850. $(document.body).append(html);
  851. var video = $(document.body).find('video')[0];
  852. video.play();
  853. });
  854. var valLen = 0;
  855. var $ipt_content = $('#input_content');
  856. function showSendBtn(isShow){
  857. if(isShow){
  858. $('.tw-add').hide();
  859. $('#reply').fadeIn('fast', 'swing');
  860. } else if(valLen == 1 || isShow==false){
  861. $('#reply').fadeOut('fast', 'swing', function(){
  862. $('.tw-add').show();
  863. });
  864. }
  865. valLen = isShow ? isShow.length : 0;
  866. }
  867. /**
  868. * 显示发送按钮的事件
  869. */
  870. $ipt_content.on('input', function(e){
  871. showSendBtn($(this).text())
  872. })
  873. .on('tap', function(){
  874. $(".tw-add-detail").hide();
  875. $ipt_content.focus();
  876. })
  877. /*
  878. * 附加功能
  879. */
  880. $(".tw-add").click(function() {
  881. $(".tw-add-detail").toggle(200);
  882. });
  883. $('body')
  884. //隐藏打开的附加功能
  885. .on('tap', '#talkwrap', function(){
  886. $('.tw-add-detail').hide();
  887. $ipt_content.blur();
  888. })
  889. $(".yy-add").click(function() {
  890. if($('#msg-sound:visible').length){
  891. $ipt_content.show();
  892. ui.boxMsgSound.style.display = 'none';
  893. $(this).find('img:eq(0)').show().next().hide();
  894. } else {
  895. $ipt_content.hide();
  896. ui.boxMsgSound.style.display = 'block';
  897. $(this).find('img:eq(0)').hide().next().show();
  898. }
  899. });
  900. mui.init({
  901. gestureConfig:{
  902. hold:true,//默认为false,不监听
  903. release:true//默认为false,不监听
  904. }
  905. });
  906. var recordCancel = false;
  907. var recorder = null;
  908. var audio_tips = document.getElementById("audio_tips");
  909. var startTimestamp = null;
  910. var stopTimestamp = null;
  911. var stopTimer = null;
  912. var MIN_SOUND_TIME = 500;
  913. var ui = {
  914. body: document.querySelector('body'),
  915. btnMsgType: document.querySelector('#msg-type'),
  916. boxMsgText: document.querySelector('#msg-text'),
  917. boxMsgSound: document.querySelector('#msg-sound'),
  918. btnMsgImage: document.querySelector('#msg-image'),
  919. areaMsgList: document.querySelector('#msg-list'),
  920. boxSoundAlert: document.querySelector('#sound-alert')
  921. };
  922. var recordTimer = null;
  923. var realStartTime = 0;
  924. ui.boxMsgSound.addEventListener("touchstart", function(e) {
  925. e.preventDefault();
  926. event.preventDefault();
  927. $(this).addClass('yy-hold');
  928. if(stopTimer)clearTimeout(stopTimer);
  929. recordCancel = false;
  930. audio_tips.innerHTML = "手指上划,取消发送";
  931. ui.boxSoundAlert.classList.remove('rprogress-sigh');
  932. setSoundAlertVisable(true);
  933. startTimestamp = new Date().getTime();
  934. recordTimer = setTimeout(function(){
  935. wx.startRecord({
  936. success: function(){
  937. realStartTime = new Date().getTime();
  938. },
  939. fail: recordErr
  940. });
  941. wx.onVoiceRecordEnd({
  942. // 录音时间超过一分钟没有停止的时候会执行 complete 回调
  943. complete: function (res) {
  944. serverId = res.localId;
  945. sendSounds(60);
  946. },
  947. fail: recordErr
  948. });
  949. },MIN_SOUND_TIME);
  950. }, false);
  951. ui.boxMsgSound.addEventListener("touchend", function(e){
  952. e.preventDefault();
  953. event.preventDefault();
  954. $(this).removeClass('yy-hold');
  955. if (audio_tips.classList.contains("cancel")) {
  956. audio_tips.classList.remove("cancel");
  957. audio_tips.innerHTML = "手指上划,取消发送";
  958. }
  959. var endTimestamp = new Date().getTime();
  960. var times = endTimestamp - startTimestamp;
  961. var realTimes = endTimestamp - realStartTime;
  962. if(times < MIN_SOUND_TIME || realTimes < MIN_SOUND_TIME){
  963. audio_tips.innerHTML = "录音时间太短";
  964. ui.boxSoundAlert.classList.add('rprogress-sigh');
  965. recordCancel = true;
  966. stopTimer=setTimeout(function(){
  967. setSoundAlertVisable(false);
  968. },500);
  969. startTimestamp = 0;
  970. realStartTime = 0;
  971. //小于300ms,不录音
  972. clearTimeout(recordTimer);
  973. wx.stopRecord({
  974. success: function (res) {
  975. },
  976. fail: function(){}
  977. });
  978. }else{
  979. setSoundAlertVisable(false);
  980. wx.stopRecord({
  981. success: function (res) {
  982. if(!recordCancel) {
  983. serverId = res.localId;
  984. sendSounds(Math.round(times/1000));
  985. }
  986. },
  987. fail: recordErr
  988. });
  989. }
  990. }, false)
  991. ui.body.addEventListener('drag', function(event) {
  992. if (Math.abs(event.detail.deltaY) > 50) {
  993. if (!recordCancel) {
  994. recordCancel = true;
  995. if (!audio_tips.classList.contains("cancel")) {
  996. audio_tips.classList.add("cancel");
  997. }
  998. audio_tips.innerHTML = "松开手指,取消发送";
  999. }
  1000. } else {
  1001. if (recordCancel) {
  1002. recordCancel = false;
  1003. if (audio_tips.classList.contains("cancel")) {
  1004. audio_tips.classList.remove("cancel");
  1005. }
  1006. audio_tips.innerHTML = "手指上划,取消发送";
  1007. }
  1008. }
  1009. }, false);
  1010. var setSoundAlertVisable=function(show){
  1011. if(show){
  1012. ui.boxSoundAlert.style.display = 'block';
  1013. ui.boxSoundAlert.style.opacity = 1;
  1014. }else{
  1015. ui.boxSoundAlert.style.opacity = 0;
  1016. //fadeOut 完成再真正隐藏
  1017. setTimeout(function(){
  1018. ui.boxSoundAlert.style.display = 'none';
  1019. },200);
  1020. }
  1021. };
  1022. function recordErr(res){
  1023. if(res && res.errMsg == "stopRecord:tooshort") {
  1024. audio_tips.innerHTML = "录音时间太短";
  1025. ui.boxSoundAlert.classList.add('rprogress-sigh');
  1026. recordCancel = true;
  1027. stopTimer=setTimeout(function(){
  1028. setSoundAlertVisable(false);
  1029. },500);
  1030. startTimestamp = 0;
  1031. //小于300ms,不录音
  1032. if(recordTimer)clearTimeout(recordTimer);
  1033. return;
  1034. }
  1035. if(!recordCancel){
  1036. dialog({
  1037. content:'录音失败,请重试',
  1038. okValue:'我知道了',
  1039. ok: function() {}
  1040. }).showModal();
  1041. }
  1042. }
  1043. //保存图片
  1044. function sendSounds(times){
  1045. var now = new Date();
  1046. timeStr = "";
  1047. if(now.getMonth()<9){
  1048. //补0
  1049. timeStr = now.getFullYear() + "-0"+ (now.getMonth()+1) + "-" +now.getDate() +' '
  1050. + now.getHours() + ":" +now.getMinutes() + ":" +now.getSeconds();
  1051. }else{
  1052. timeStr = now.getFullYear() + "-"+ (now.getMonth()+1) + "-" +now.getDate() +' '
  1053. + now.getHours() + ":" +now.getMinutes() + ":" +now.getSeconds();
  1054. }
  1055. var data = {};
  1056. data.consult = consult;
  1057. data.content = "";
  1058. data.type = 3;
  1059. data.times = times;
  1060. wx.uploadVoice({
  1061. localId: serverId,
  1062. success: function (res) {
  1063. data.voices = res.serverId;
  1064. sendPost('patient/consult/append', data, 'json', 'post', submitFailed,
  1065. function submitSoundSuccess(res) {
  1066. if (res.status == 200) {
  1067. dd.close();
  1068. var data = JSON.parse(res.data[0]);
  1069. addReply(2, data.content, timeStr, 3, "");
  1070. dialroll.refresh();
  1071. dialroll.scrollTo(0, dialroll.maxScrollY);
  1072. } else {
  1073. submitFailed(res);
  1074. }
  1075. });
  1076. }
  1077. });
  1078. }
  1079. function bindEvents(){
  1080. //录制视频
  1081. /*$(".lz-video-img").click(function(){
  1082. $("#upload_input").click();
  1083. //dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'请录制10秒左右的短视频,以防录制完成后无法发送'}).show();
  1084. return false;
  1085. })*/
  1086. //立即发送
  1087. $("#lijifasong").on("tap", function(){
  1088. uploadVideo();
  1089. mui('#sheet1').popover('toggle');
  1090. return false;
  1091. });
  1092. //不再提醒
  1093. $("#buzaitixing").on("tap", function(){
  1094. window.localStorage.setItem("isTiXingVideoFaSong","1");
  1095. uploadVideo();
  1096. mui('#sheet1').popover('toggle');
  1097. return false;
  1098. });
  1099. // window.localStorage.removeItem("isTiXingVideoFaSong");//测试
  1100. //点击评价
  1101. $('body').on('tap','#noval',function(){
  1102. window.location.href = "manyidu.html?consult=" +consult;
  1103. })
  1104. $('body').on('tap','#hasval',function(){
  1105. window.location.href = "manyidu.html?consult=" +consult;
  1106. })
  1107. }
  1108. //录制视频回调
  1109. function videoFileChange(target) {
  1110. var fileSize = (target.files[0].size/1024/1024).toFixed(2);//字节转换成M
  1111. if(parseInt(fileSize)>30){
  1112. dialog({
  1113. content:'对不起,视频超过30Mb,无法发送,请录制10秒左右的短视频',
  1114. okValue:'我知道了',
  1115. ok: function() {
  1116. return;
  1117. }
  1118. }).showModal();
  1119. }else{
  1120. if(networkStatus=="wifi" || window.localStorage.getItem("isTiXingVideoFaSong")=="1"){//wifi环境或用户点击移动网络弹框中的”不再提醒“按钮
  1121. uploadVideo();
  1122. }else{
  1123. $("#mui-content").html('您正在使用移动网络,继续发送将消耗'+fileSize+'Mb流量,是否继续发送?');
  1124. mui('#sheet1').popover('toggle');
  1125. }
  1126. }
  1127. }
  1128. //上传视频
  1129. function uploadVideo(){
  1130. dd.showModal();
  1131. var fd=new FormData();
  1132. fd.append('file',document.getElementById("upload_input").files[0]);
  1133. $.ajax(server+"/upload/chat?type=4", {
  1134. data: fd,
  1135. contentType: false,
  1136. cache: false,
  1137. processData: false,
  1138. type: 'post',
  1139. success: function(resData) {
  1140. if(resData.status==200){
  1141. var data = {consult:consult,content:resData.urls,type:12};
  1142. sendPost('patient/consult/append', data, 'json', 'post', submitFailed,
  1143. function submitSoundSuccess(res) {
  1144. if (res.status == 200) {
  1145. dd.close();
  1146. var data = JSON.parse(res.data[0]);
  1147. addReply(2, data.content, new Date(data.timestamp).Format('yyyy-MM-dd HH:mm:ss'), 12, "");
  1148. dialroll.refresh();
  1149. dialroll.scrollTo(0, dialroll.maxScrollY);
  1150. } else {
  1151. submitFailed(res);
  1152. }
  1153. });
  1154. }else{
  1155. dd.close();
  1156. }
  1157. },
  1158. error:function (XMLHttpRequest, textStatus, errorThrown) {
  1159. console.log(XMLHttpRequest.status);
  1160. console.log(XMLHttpRequest.readyState);
  1161. console.log(textStatus)
  1162. }
  1163. });
  1164. }
  1165. Date.prototype.format = function(fmt) { //author: meizz
  1166. var o = {
  1167. "M+": this.getMonth() + 1, //月份
  1168. "d+": this.getDate(), //日
  1169. "h+": this.getHours(), //小时
  1170. "m+": this.getMinutes(), //分
  1171. "s+": this.getSeconds(), //秒
  1172. "q+": Math.floor((this.getMonth() + 3) / 3), //季度
  1173. "S": this.getMilliseconds() //毫秒
  1174. };
  1175. if (/(y+)/.test(fmt))
  1176. fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length));
  1177. for (var k in o)
  1178. if (new RegExp("(" + k + ")").test(fmt))
  1179. fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length)));
  1180. return fmt;
  1181. }
  1182. function getWeixinSign(){
  1183. //从后台那边获取签名等信息
  1184. var params = {};
  1185. var url1 = window.location.href;
  1186. params.pageUrl = url1;
  1187. $.ajax(server + "weixin/getSign", {
  1188. data: params,
  1189. dataType: "json",
  1190. type: "post",
  1191. success: function(res){
  1192. if (res.status == 200) {
  1193. var t = res.data.timestamp;
  1194. var noncestr = res.data.noncestr;
  1195. var signature = res.data.signature;
  1196. wx.config({
  1197. appId: appId, // 必填,公众号的唯一标识
  1198. timestamp: t, // 必填,生成签名的时间戳
  1199. nonceStr: noncestr, // 必填,生成签名的随机串
  1200. signature: signature,// 必填,签名,见附录1
  1201. jsApiList: [
  1202. 'chooseImage',
  1203. 'uploadImage',
  1204. 'startRecord',
  1205. 'stopRecord',
  1206. 'onVoiceRecordEnd',
  1207. 'playVoice',
  1208. 'pauseVoice',
  1209. 'stopVoice',
  1210. 'onVoicePlayEnd',
  1211. 'uploadVoice',
  1212. 'getNetworkType'
  1213. ] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2
  1214. });
  1215. // config信息验证后会执行ready方法,所有接口调用都必须在config接口获得结果之后,config是一个客户端的异步操作,所以如果需要在页面加载时就调用相关接口,则须把相关接口放在ready函数中调用来确保正确执行。对于用户触发时才调用的接口,则可以直接调用,不需要放在ready函数中。
  1216. wx.ready(function(){
  1217. wx.getNetworkType({
  1218. success: function (res) {
  1219. networkStatus = res.networkType; // 返回网络类型2g,3g,4g,wifi
  1220. }
  1221. });
  1222. });
  1223. }
  1224. }
  1225. });
  1226. }