mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
c
This commit is contained in:
@@ -67,7 +67,8 @@ export default {
|
||||
uvs: "", // 访客数
|
||||
pvs: "", // 浏览量
|
||||
|
||||
dateList: [ // 日期选择列表
|
||||
dateList: [
|
||||
// 日期选择列表
|
||||
{
|
||||
title: "今天",
|
||||
selected: false,
|
||||
@@ -118,6 +119,8 @@ export default {
|
||||
watch: {
|
||||
params: {
|
||||
handler(val) {
|
||||
this.uvs = 0;
|
||||
this.pvs = 0;
|
||||
this.init();
|
||||
},
|
||||
deep: true,
|
||||
|
||||
Reference in New Issue
Block a user