WinG 2 年之前
父节点
当前提交
b96807cddd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/customservice/customservice.js

+ 1 - 1
pages/customservice/customservice.js

@@ -77,7 +77,7 @@ Page({
 	  var success = function (res) {
 		  let info = res.data;
 		  if(info.wx_user.id){
-			  let uurl = encodeURIComponent(`https://tfohowapi.hiwavo.com/h5yingyuchat.html?&visitor_id=fohow${info.wx_user.id}&visitor_name=${info.wx_user.nickname}&avator=${info.wx_user.head}&from=xcx`);
+			  let uurl = encodeURIComponent(`https://tfohowapi.hiwavo.com/h5yingyuchat.html?&visitor_id=fohow-${info.wx_user.id}&visitor_name=${info.wx_user.nickname}&avator=${info.wx_user.head}&from=xcx`);
 			  console.log("uurl",uurl);
 			  wx.navigateTo({
 			    url: '/pages/web/web?id='+uurl