zhy #369

Merged
hansu merged 2 commits from zhy into master 2020-09-15 08:16:46 +00:00
Showing only changes of commit 06bc5651ae - Show all commits

View File

@ -187,10 +187,10 @@ export default {
hobby: this.checkedHobbyList,
}).then(res => {
if(res.errCode == 0) {
// this.$refs.uToast.show({
// title: res.message,
// back: true,
// })
this.$refs.uToast.show({
title: res.message,
back: true,
})
} else {
this.isSubmit = true;
this.$u.toast(res.message);