|
@@ -345,7 +345,7 @@ const appointment=(articleId)=>{
|
|
|
confirmButtonColor:'blue'
|
|
|
}).then(() => {
|
|
|
RaiApi.appointmentExpert({ArticleId:articleId}).then(res=>{
|
|
|
- if (res.Ret === 200) {
|
|
|
+ if (res.Ret === 200 || res.Ret === 403) {
|
|
|
Dialog.confirm({
|
|
|
message: "约访申请已提醒您的对口销售,请等待销售与您联系",
|
|
|
messageAlign:'left',
|