소스 검색

提示语修改

htc 5 달 전
부모
커밋
94f403aabe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pagesHouse/Mine/PersonalEditing/PersonalEditing.vue

+ 1 - 1
pagesHouse/Mine/PersonalEditing/PersonalEditing.vue

@@ -168,7 +168,7 @@
 				this.dto.id = uni.getStorageSync('merchantId')
 				
 				this.$api.detectionContent(this.dto.name).then(result => {
-					if (result.code !== 0) return this.$showToast('店铺名称包含敏感违规信息');
+					if (result.code !== 0) return this.$showToast(result.code==87014?'店铺名称包含敏感违规信息':result.msg);
 					
 					this.$api.put('/api/merchant/food/updateMerchantInfo', this.dto).then(res => {
 						if (res.data.code == 0) {