Commit a73c0c23 authored by 何远江's avatar 何远江

修改弹窗默认显示时间为3000ms

parent 9aec8dbe
function toast(title, duration = 1500) {
function toast(title, duration = 3000) {
uni.showToast({
title: title,
icon: 'none',
......
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 to comment