Commit 3fa995d1 authored by 徐一鸣's avatar 徐一鸣

服务超市详情规格fixed

parent 5779633d
......@@ -63,7 +63,7 @@ export default {
type: item.type,
pv: item.pv,
count: item.count,
name: `访问次数:${item.pv}/日 访问量:${item.count}/日`,
name: `访问次数:${item.pv}次/日 访问量:${item.count}/日`,
descript: item.des,
}))) ||
[];
......
......@@ -68,7 +68,7 @@ export default {
type: item.type,
pv: item.pv,
count: item.count,
name: `访问次数:${item.pv}/日 访问量:${item.count}/日`,
name: `访问次数:${item.pv}次/日 访问量:${item.count}/日`,
descript: item.des,
}))) ||
[];
......
......@@ -68,7 +68,7 @@ export default {
type: item.type,
pv: item.pv,
count: item.count,
name: `访问次数:${item.pv}/日 访问量:${item.count}/日`,
name: `访问次数:${item.pv}次/日 访问量:${item.count}/日`,
descript: item.des,
}))) ||
[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment