tijiao
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user