微信导航使用默认主题色

master
gongfuxiang 2023-10-15 20:26:46 +08:00
parent 640b82a696
commit 7519bd1ca0
1 changed files with 1 additions and 1 deletions

View File

@ -1074,7 +1074,7 @@
latitude: lat
});
uni.navigateTo({
url: 'plugin://routePlan/route-plan?key=' + key + '&referer=' + this.get_application_title() + '&endPoint=' + end_point+'&navigation=1'
url: 'plugin://routePlan/route-plan?key=' + key + '&referer=' + this.get_application_title() + '&endPoint=' + end_point+'&themeColor=' + this.get_theme_color() + '&navigation=1'
});
return false;
}