|
@@ -451,12 +451,11 @@ function regionWeChartListByRight(name,index) {
|
|
|
}
|
|
|
function regionMoreClick(that, name) {
|
|
|
$(that).remove();
|
|
|
- var title=$(".layui-this").text();
|
|
|
- if(title=='26重庆部门新媒体矩阵'){
|
|
|
+ let tabletext=$(".layui-tab-title .layui-this").text();
|
|
|
+ if(tabletext=='重庆部门新媒体矩阵'){
|
|
|
regionWeChartListByRight(name,1);
|
|
|
- }else if(title=='26重庆区县新媒体矩阵'){
|
|
|
+ }else if(tabletext=='重庆区县新媒体矩阵'){}
|
|
|
regionWeChartListByRight(name,2);
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
Date.prototype.format = function (fmt) {
|