Commit 483f42ed by TengFengLian

toast loading

parent f7fdd93e
......@@ -323,6 +323,7 @@ Page({
title: '提交中',
show: true,
mask: true,
duration: 1000*60,
})
var that = this
app.wxRequest({
......
......@@ -103,6 +103,7 @@ Page({
icon: 'loading',
title: '正在加载',
show: true,
duration: 1000*60,
})
app.wxRequest({
url: '/api/v1/activity/getMyActivityDetail',
......
......@@ -203,6 +203,7 @@ Page({
title: '提交中',
show: true,
mask: true,
duration: 1000*60,
})
app.wxRequest({
url: '/api/v1/subscribe/doSubscribe',
......
......@@ -214,6 +214,7 @@ Page({
title: '提交中',
show: true,
mask: true,
duration: 1000*60,
})
app.wxRequest({
url: '/api/v1/smFeedback/doFeedBack',
......
......@@ -208,7 +208,8 @@ Page({
wx.lin.showToast({
icon: 'loading',
title: '提交中',
show: true
show: true,
duration: 1000*60,
})
app.wxRequest({
url: '/api/v1/userAuth/doAuth',
......
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 sign in to comment