shish 5 年之前
父节点
当前提交
dacb2324a2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      hdApp/src/plugins/luch-request_0.0.7/request.js

+ 2 - 1
hdApp/src/plugins/luch-request_0.0.7/request.js

@@ -156,7 +156,8 @@ class Request {
 								uni.showToast({
 								uni.showToast({
 									title: response.data.msg,
 									title: response.data.msg,
 									icon: 'none',
 									icon: 'none',
-									mask: true
+									mask: true,
+									duration: 2000
 								})
 								})
 							}
 							}
 							reject(response.data)
 							reject(response.data)