达人申请添加身份证

This commit is contained in:
ghusermoon 2020-09-15 16:14:57 +08:00
parent 28c324e449
commit 06bc5651ae

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);