widgets/HelpButton/Widget.js
@@ -33,6 +33,7 @@ this.inherited(arguments); $('.cesium-navigation-help').css('top',-112); var NavigationHelpButton = new Cesium.NavigationHelpButton({ container: this.domNode }); if (NavigationHelpButton) { NavigationHelpButton.viewModel.tooltip = "操作指南"; @@ -76,6 +77,9 @@ touch_help_rotate.parentNode.getElementsByClassName("cesium-navigation-help-details")[0].innerHTML = "双指反向拖动"; } $(".jimu-widget-helpbutton button.cesium-button").html("<img src='../../../images/问题指引.png' alt=''>"); } });