diff --git a/web/pages/modeltable.html b/web/pages/modeltable.html index 8e1acf6..54535ac 100644 --- a/web/pages/modeltable.html +++ b/web/pages/modeltable.html @@ -12,15 +12,15 @@
{{d.num}}
- {{# if(d.wowtype != ''){ }} - {{# if(d.wowtype == '+'){ }} + {{# if(d.chain_ratiotype != ''){ }} + {{# if(d.chain_ratiotype == '+'){ }}
较环比
{{d.chain_ratio}}%
{{# } else { }}
较环比
{{d.chain_ratio}}%
{{# } }} {{# } }} - {{# if(d.chain_ratiotype != ''){ }} - {{# if(d.chain_ratiotype == "+"){ }} + {{# if(d.wowtype != ''){ }} + {{# if(d.wowtype == "+"){ }}
较同比
{{d.wow}}%
{{# } else { }}
较同比
{{d.wow}}%
@@ -145,15 +145,15 @@
{{d.sameday}}
{{# } }}
- {{# if(d.wowtype != ''){ }} - {{# if(d.wowtype == '+'){ }} + {{# if(d.chain_ratiotype != ''){ }} + {{# if(d.chain_ratiotype == '+'){ }}
较环比
{{d.chain_ratio}}%
{{# } else { }}
较环比
{{d.chain_ratio}}%
{{# } }} {{# } }} - {{# if(d.chain_ratiotype != ''){ }} - {{# if(d.chain_ratiotype == "+"){ }} + {{# if(d.wowtype != ''){ }} + {{# if(d.wowtype == "+"){ }}
较同比
{{d.wow}}%
{{# } else { }}
较同比
{{d.wow}}%
diff --git a/web/src/x.min.js b/web/src/x.min.js index 1770d62..0b4d716 100644 --- a/web/src/x.min.js +++ b/web/src/x.min.js @@ -911,8 +911,8 @@ var X = window.X || { mean:mean, sameday: sameday, wowtype:wowtype, - wow: Math.abs(data[0]['wow']),//环比 - chain_ratio: Math.abs(data[0]['chain_ratio']),//同比 + wow: Math.abs(data[0]['wow']),//同比 + chain_ratio: Math.abs(data[0]['chain_ratio']),//环比 chain_ratiotype:chain_ratiotype, proid_money: data[0]['proid_money'], proid_name: data[0]['proid_name'] diff --git a/web/srczip/common.js b/web/srczip/common.js index 1bad679..5f62210 100644 --- a/web/srczip/common.js +++ b/web/srczip/common.js @@ -910,8 +910,8 @@ var X = window.X || { mean:mean, sameday: sameday, wowtype:wowtype, - wow: Math.abs(data[0]['wow']),//环比 - chain_ratio: Math.abs(data[0]['chain_ratio']),//同比 + wow: Math.abs(data[0]['wow']),//同比 + chain_ratio: Math.abs(data[0]['chain_ratio']),//环比 chain_ratiotype:chain_ratiotype, proid_money: data[0]['proid_money'], proid_name: data[0]['proid_name']