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