Commit f9ca1864 authored by 黄奎's avatar 黄奎

页面修改

parent 27f7a4a6
......@@ -252,7 +252,7 @@ export default {
if (this.loading) return;
this.loading = true;
this.apipost(
"/api/ClueStatic/GetClueDay",
"/api/ClueStatic/GetClueDayV2",
this.msg,
(res) => {
this.loading = false;
......
......@@ -276,7 +276,7 @@
if (this.loading) return;
this.loading = true;
this.apipost(
"/api/ClueStatic/GetClueMonth",
"/api/ClueStatic/GetClueMonthV2",
this.msg,
(res) => {
this.loading = false;
......@@ -291,7 +291,7 @@
if (this.rateLoading) return;
this.rateLoading = true;
this.apipost(
"/api/ClueStatic/GetClueMonthRate",
"/api/ClueStatic/GetClueMonthRateV2",
this.msg,
(res) => {
this.rateLoading = false;
......
......@@ -81,7 +81,7 @@ export default {
if (this.loading) return;
this.loading = true;
this.apipost(
"/api/ClueStatic/GetClueYear",
"/api/ClueStatic/GetClueYearV2",
this.msg,
(res) => {
this.loading = false;
......@@ -99,7 +99,7 @@ export default {
if (this.rateLoading) return;
this.rateLoading = true;
this.apipost(
"/api/ClueStatic/GetClueYearRate",
"/api/ClueStatic/GetClueYearRateV2",
this.msg,
(res) => {
this.rateLoading = false;
......
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