This commit is contained in:
liuyuan
2025-07-22 13:41:20 +08:00
parent 2c99d9dbbf
commit 6fa247d0fa
18 changed files with 90 additions and 65 deletions

View File

@@ -62,7 +62,9 @@ export const wxShare = function(data = {}) {
if (data.path && typeof(data.path) == "string") {
shareInfo.path = data.path;
} else if (data.path != 1) {
shareInfo.path = "pages/home/index";
// shareInfo.path = "pages/home/index";
shareInfo.path = "pages/doctors/index";
}
if (data.imageUrl) {
shareInfo.imageUrl = data.imageUrl;