完善
This commit is contained in:
parent
e82bbe2c1a
commit
fe4963ff3d
|
@ -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
|
||||||
})
|
})
|
||||||
|
|
|
@ -140,7 +140,7 @@
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
bgc: {
|
bgc: {
|
||||||
backgroundColor: "#8883f0",
|
backgroundColor: "#8883f0",
|
||||||
},
|
},
|
||||||
ec: {
|
ec: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user