|
@@ -1570,7 +1570,10 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events:{
|
|
|
click:function(e){
|
|
|
- console.log(e)
|
|
|
+ if (e.point.name == '战略新兴产业') {
|
|
|
+ that.tipTitle2 = e.point.name
|
|
|
+ that.showTip2 = true
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -1662,7 +1665,10 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events:{
|
|
|
click:function(e){
|
|
|
- console.log(e)
|
|
|
+ if (e.point.name == '战略新兴产业') {
|
|
|
+ that.tipTitle2 = e.point.name
|
|
|
+ that.showTip2 = true
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -1693,7 +1699,10 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events:{
|
|
|
click:function(e){
|
|
|
- console.log(e)
|
|
|
+ if (e.point.name == '战略新兴产业') {
|
|
|
+ that.tipTitle2 = e.point.name
|
|
|
+ that.showTip2 = true
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|