mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 05:06:43 +08:00
发送邮件时添加loading
This commit is contained in:
@@ -697,12 +697,12 @@ export default {
|
|||||||
if (true === valid) {
|
if (true === valid) {
|
||||||
getSendEmail(params).then(res => {
|
getSendEmail(params).then(res => {
|
||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
// Toast.loading({
|
Toast.loading({
|
||||||
// message: '加载中...',
|
message: '加载中...',
|
||||||
// loadingType: 'spinner',
|
loadingType: 'spinner',
|
||||||
// forbidClick: true,
|
forbidClick: true,
|
||||||
// duration: 2000
|
duration: 2000
|
||||||
// });
|
});
|
||||||
// 调用下载方法
|
// 调用下载方法
|
||||||
// getDownloadZip({ orderNo: this.revokeOrderNo }).then(downRes => {、
|
// getDownloadZip({ orderNo: this.revokeOrderNo }).then(downRes => {、
|
||||||
// this.handleDownload(downRes)
|
// this.handleDownload(downRes)
|
||||||
|
|||||||
Reference in New Issue
Block a user