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 => {
if (res.code == 500) {
uni.showToast({
title: 'res.msg',
title: res.msg,
icon: 'success',
duration: 1000
})

View File

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