Commit 483f42ed by TengFengLian

toast loading

parent f7fdd93e
...@@ -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({
......
...@@ -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',
......
...@@ -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',
......
...@@ -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',
......
...@@ -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',
......
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