This commit is contained in:
3321822538@qq.com 2024-05-25 14:39:02 +08:00
parent e82bbe2c1a
commit fe4963ff3d
2 changed files with 2 additions and 2 deletions

View File

@ -275,7 +275,7 @@
this.$u.put("/app/store",data).then(res => { this.$u.put("/app/store",data).then(res => {
if (res.code == 500) { if (res.code == 500) {
uni.showToast({ uni.showToast({
title: 'res.msg', title: res.msg,
icon: 'success', icon: 'success',
duration: 1000 duration: 1000
}) })