...
|
...
|
@@ -32,6 +32,9 @@ const bind = { |
|
|
|
|
|
let openId = req.query.openId;
|
|
|
let sourceType = req.query.sourceType;
|
|
|
let serviceUrl = _.get(req.app.locals.wap, 'clientService.new', false) ?
|
|
|
helpers.urlFormat('/service/im') :
|
|
|
'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info=';
|
|
|
|
|
|
res.render('bind/index', {
|
|
|
bindIndex: true, // js标识
|
...
|
...
|
@@ -44,7 +47,7 @@ const bind = { |
|
|
openId: openId, // openId
|
|
|
areaCode: '+86', // 默认区号
|
|
|
countrys: RegService.getAreaData(), // 国别码
|
|
|
serviceUrl: 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info=', // 在线客服
|
|
|
serviceUrl: serviceUrl, // 在线客服
|
|
|
module: 'passport',
|
|
|
page: 'bind',
|
|
|
title: '绑定手机号'
|
...
|
...
|
|