11.20
This commit is contained in:
+13
-11
@@ -703,31 +703,31 @@
|
||||
let url = "";
|
||||
if (name == "我的患者") {
|
||||
url = "/pages_app/patientMsg/patientMsg";
|
||||
sendAppMsgEvent('goPatientMsg', name);
|
||||
//sendAppMsgEvent('goPatientMsg', name);
|
||||
} else if (name == "肝胆视频") {
|
||||
url = "/pages_app/video/video";
|
||||
sendAppMsgEvent('goGdVideo', name);
|
||||
//sendAppMsgEvent('goGdVideo', name);
|
||||
} else if (name == "公益咨询") {
|
||||
url = "/pages_app/consult/consult";
|
||||
sendAppMsgEvent('goFreeConsult', name);
|
||||
//sendAppMsgEvent('goFreeConsult', name);
|
||||
} else if (name == "指南杂志") {
|
||||
url = "/pages_app/zhinan/zhinan";
|
||||
sendAppMsgEvent('goGuide', name);
|
||||
//sendAppMsgEvent('goGuide', name);
|
||||
} else if (name == "肝胆新闻") {
|
||||
url = "/pages_app/newsList/newsList";
|
||||
sendAppMsgEvent('goGdNews', name);
|
||||
//sendAppMsgEvent('goGdNews', name);
|
||||
} else if (name == "肝胆课件") {
|
||||
url = "/pages_app/ppt/ppt";
|
||||
sendAppMsgEvent('goGdPpt', name);
|
||||
//sendAppMsgEvent('goGdPpt', name);
|
||||
} else if (name == "精品课") {
|
||||
url = "/pages_course/course/course";
|
||||
sendAppMsgEvent('goCourse', name);
|
||||
//sendAppMsgEvent('goCourse', name);
|
||||
} else if (name == "积分商城") {
|
||||
url = "/pages_goods/pointMall/pointMall";
|
||||
sendAppMsgEvent('goPointMall', name);
|
||||
//sendAppMsgEvent('goPointMall', name);
|
||||
} else if (name == "我的福利") {
|
||||
url = "/pages_app/myWelfare/myWelfare";
|
||||
sendAppMsgEvent('goMyWelfare', name);
|
||||
//sendAppMsgEvent('goMyWelfare', name);
|
||||
} else if (name == "专题e站") {
|
||||
const encoded = encodeURIComponent(
|
||||
"https://wx.igandan.com/Esite/index.htm#/home?fromtype=doctor"
|
||||
@@ -738,9 +738,11 @@
|
||||
});
|
||||
} else {
|
||||
url = "/pages_app/myApplication/myApplication";
|
||||
sendAppMsgEvent('goMyApplication', name);
|
||||
// sendAppMsgEvent('goMyApplication', name);
|
||||
}
|
||||
|
||||
navTo({
|
||||
url: url,
|
||||
});
|
||||
};
|
||||
const sendAppMsg = () => {
|
||||
uni.sendNativeEvent('openPage', {
|
||||
|
||||
Reference in New Issue
Block a user