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
}) })

View File

@ -140,7 +140,7 @@
export default { export default {
data() { data() {
return { return {
bgc: { bgc: {
backgroundColor: "#8883f0", backgroundColor: "#8883f0",
}, },
ec: { ec: {