Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
483f42ed
authored
Aug 27, 2020
by
TengFengLian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
toast loading
parent
f7fdd93e
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
1 deletions
pages/activity-entry/activity-entry.js
pages/activityDetail/activityDetail.js
pages/appointment/appointment.js
pages/customerService/customerService.js
pages/ownerCertification/ownerCertification.js
pages/activity-entry/activity-entry.js
View file @
483f42ed
...
@@ -323,6 +323,7 @@ Page({
...
@@ -323,6 +323,7 @@ Page({
title
:
'提交中'
,
title
:
'提交中'
,
show
:
true
,
show
:
true
,
mask
:
true
,
mask
:
true
,
duration
:
1000
*
60
,
})
})
var
that
=
this
var
that
=
this
app
.
wxRequest
({
app
.
wxRequest
({
...
...
pages/activityDetail/activityDetail.js
View file @
483f42ed
...
@@ -103,6 +103,7 @@ Page({
...
@@ -103,6 +103,7 @@ Page({
icon
:
'loading'
,
icon
:
'loading'
,
title
:
'正在加载'
,
title
:
'正在加载'
,
show
:
true
,
show
:
true
,
duration
:
1000
*
60
,
})
})
app
.
wxRequest
({
app
.
wxRequest
({
url
:
'/api/v1/activity/getMyActivityDetail'
,
url
:
'/api/v1/activity/getMyActivityDetail'
,
...
...
pages/appointment/appointment.js
View file @
483f42ed
...
@@ -203,6 +203,7 @@ Page({
...
@@ -203,6 +203,7 @@ Page({
title
:
'提交中'
,
title
:
'提交中'
,
show
:
true
,
show
:
true
,
mask
:
true
,
mask
:
true
,
duration
:
1000
*
60
,
})
})
app
.
wxRequest
({
app
.
wxRequest
({
url
:
'/api/v1/subscribe/doSubscribe'
,
url
:
'/api/v1/subscribe/doSubscribe'
,
...
...
pages/customerService/customerService.js
View file @
483f42ed
...
@@ -214,6 +214,7 @@ Page({
...
@@ -214,6 +214,7 @@ Page({
title
:
'提交中'
,
title
:
'提交中'
,
show
:
true
,
show
:
true
,
mask
:
true
,
mask
:
true
,
duration
:
1000
*
60
,
})
})
app
.
wxRequest
({
app
.
wxRequest
({
url
:
'/api/v1/smFeedback/doFeedBack'
,
url
:
'/api/v1/smFeedback/doFeedBack'
,
...
...
pages/ownerCertification/ownerCertification.js
View file @
483f42ed
...
@@ -208,7 +208,8 @@ Page({
...
@@ -208,7 +208,8 @@ Page({
wx
.
lin
.
showToast
({
wx
.
lin
.
showToast
({
icon
:
'loading'
,
icon
:
'loading'
,
title
:
'提交中'
,
title
:
'提交中'
,
show
:
true
show
:
true
,
duration
:
1000
*
60
,
})
})
app
.
wxRequest
({
app
.
wxRequest
({
url
:
'/api/v1/userAuth/doAuth'
,
url
:
'/api/v1/userAuth/doAuth'
,
...
...
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