Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李智书
xzf_uniapp-wechat-web
Commits
a0d462e0
Commit
a0d462e0
authored
Dec 28, 2021
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.新增接口loading加载框;
parent
103a215c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
src/pages/ConsumptionReport/ConsumptionReport.vue
src/pages/ConsumptionReport/ConsumptionReport.vue
+20
-0
No files found.
src/pages/ConsumptionReport/ConsumptionReport.vue
View file @
a0d462e0
...
...
@@ -526,6 +526,10 @@
// 查询家长关联的学生
queryPatriarchByStudent
()
{
let
this_
=
this
Toast
.
loading
({
message
:
'
加载中...
'
,
forbidClick
:
true
,
});
return
new
Promise
((
resolve
,
reject
)
=>
{
$
.
ajax
({
url
:
gHost
+
'
/report-push/student-consumer-report/queryPatriarchByStudent
'
,
...
...
@@ -558,6 +562,10 @@
async
queryNotRepastDetails
()
{
let
this_
=
this
try
{
Toast
.
loading
({
message
:
'
加载中...
'
,
forbidClick
:
true
,
});
await
new
Promise
((
resolve
,
reject
)
=>
{
$
.
ajax
({
url
:
gHost
+
...
...
@@ -606,6 +614,10 @@
async
queryStudentConsumerPreference
()
{
let
this_
=
this
try
{
Toast
.
loading
({
message
:
'
加载中...
'
,
forbidClick
:
true
,
});
await
new
Promise
((
resolve
,
reject
)
=>
{
$
.
ajax
({
url
:
gHost
+
...
...
@@ -652,6 +664,10 @@
async
queryWeekConsumerAmout
()
{
let
this_
=
this
try
{
Toast
.
loading
({
message
:
'
加载中...
'
,
forbidClick
:
true
,
});
await
new
Promise
((
resolve
,
reject
)
=>
{
$
.
ajax
({
url
:
gHost
+
'
/report-push/student-consumer-report/queryWeekConsumerAmout
'
,
...
...
@@ -697,6 +713,10 @@
async
queryDayConsumerTrend
()
{
let
this_
=
this
try
{
Toast
.
loading
({
message
:
'
加载中...
'
,
forbidClick
:
true
,
});
await
new
Promise
((
resolve
,
reject
)
=>
{
$
.
ajax
({
url
:
gHost
+
'
/report-push/student-consumer-report/queryDayConsumerTrend
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment