|
@ -326,7 +326,7 @@ class WechatClient extends RedisModel {
|
|
let agent = topic.agent;
|
|
let agent = topic.agent;
|
|
let consultTitle = topic.type==8?"续方":"健康";
|
|
let consultTitle = topic.type==8?"续方":"健康";
|
|
let description = topic.type==8?"续方咨询":topic.description;
|
|
let description = topic.type==8?"续方咨询":topic.description;
|
|
let url = config.wechatConfig.baseUrl + "/wx/html/yszx/html/consulting-doctor.html";
|
|
|
|
|
|
let url = config.wechatConfig.baseUrl + (topic.type==8?"/wx/html/yszx/html/prescription-consulting.html":"/wx/html/yszx/html/consulting-doctor.html");
|
|
if(agent){//代理人发起的议题
|
|
if(agent){//代理人发起的议题
|
|
var agentOpenid = "";
|
|
var agentOpenid = "";
|
|
if(map.size>0){
|
|
if(map.size>0){
|