@@ -286,7 +286,7 @@
submit(obj).then(res => {
setTimeout(() => {
uni.showToast({
- title: '保存成功',
+ title: res.msg,
icon: 'none',
});
}, 10);
@@ -402,4 +402,4 @@
::v-deep .uni-date-x .uni-icons {
color: #03803B !important;
}
-</style>
+</style>