|
@@ -26,7 +26,7 @@
|
|
|
style="border-bottom: 1px dashed #eee; margin: 11px 0 0 0"
|
|
|
v-if="o === 20"
|
|
|
></div>
|
|
|
- <van-row class="item">
|
|
|
+ <van-row class="item" @click="() => showPopup(o)">
|
|
|
<van-col
|
|
|
span="3"
|
|
|
:class="{ td: true }"
|
|
@@ -61,7 +61,7 @@
|
|
|
span="4"
|
|
|
class="td"
|
|
|
style="cursor: pointer"
|
|
|
- @click="() => showPopup(o)"
|
|
|
+
|
|
|
>
|
|
|
更多
|
|
|
<van-icon name="arrow" />
|
|
@@ -339,9 +339,11 @@ export default {
|
|
|
key.push(v.dt);
|
|
|
value.push(val);
|
|
|
});
|
|
|
+ console.log(this.ratios.user_count_compare)
|
|
|
this.dayEcharts.setOption({
|
|
|
title: {
|
|
|
text: "用户趋势",
|
|
|
+ subtext: this.ratios.user_count_compare ? this.ratios.user_count_compare :"",
|
|
|
textStyle: {
|
|
|
fontSize: 14,
|
|
|
},
|