达人申请添加身份证
This commit is contained in:
parent
28c324e449
commit
06bc5651ae
@ -187,10 +187,10 @@ export default {
|
|||||||
hobby: this.checkedHobbyList,
|
hobby: this.checkedHobbyList,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if(res.errCode == 0) {
|
if(res.errCode == 0) {
|
||||||
// this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
// title: res.message,
|
title: res.message,
|
||||||
// back: true,
|
back: true,
|
||||||
// })
|
})
|
||||||
} else {
|
} else {
|
||||||
this.isSubmit = true;
|
this.isSubmit = true;
|
||||||
this.$u.toast(res.message);
|
this.$u.toast(res.message);
|
||||||
|
Loading…
Reference in New Issue
Block a user