@ -193,6 +193,7 @@
}
tableYuDing(data).then(res => {
console.log(1111)
uni.showToast({
title: res.msg,
icon: 'none',
@ -200,10 +201,12 @@
});
}).catch(err => {
console.log(22222,err)
title: err,
duration: 5000 // 显示 5 秒
duration:5000 // 显示 5 秒
})