diff --git a/src/components/ebiz/question/ShortMessage.vue b/src/components/ebiz/question/ShortMessage.vue index e45f61527..0dabc6472 100644 --- a/src/components/ebiz/question/ShortMessage.vue +++ b/src/components/ebiz/question/ShortMessage.vue @@ -23,6 +23,10 @@ import { getAuthCode, autchCodeCheck } from '@/api/ebiz/sale/sale' export default { name: 'shortMessage', props: { + phoneNumber: { + type: String, + default: '' + }, show: { type: Boolean, default: false @@ -119,7 +123,7 @@ export default { let data = { operateType: 'appntInfoEntry', type: 'H5', - operateCode: 18222023301, + operateCode: this.phoneNumber, system: 'agentApp', operateCodeType: '0' } @@ -161,7 +165,6 @@ export default { } .box { width: 300px; - // height: 200px; background: #fff; border-radius: 10px; position: relative; diff --git a/src/views/ebiz/questions/QuestionsDetail.vue b/src/views/ebiz/questions/QuestionsDetail.vue index d62c3597a..90e161145 100644 --- a/src/views/ebiz/questions/QuestionsDetail.vue +++ b/src/views/ebiz/questions/QuestionsDetail.vue @@ -79,7 +79,14 @@