Browse Source

续方咨询修改

yeshijie 8 years ago
parent
commit
87e61534b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/models/client/wechat.client.js

+ 1 - 1
src/server/models/client/wechat.client.js

@ -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){