jwyu hace 3 años
padre
commit
fb262e7d50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layout/Index.vue

+ 1 - 1
src/layout/Index.vue

@@ -112,7 +112,7 @@ const handleContact=async ()=>{
   if(res.code===200){
     console.log('主动申请成功');
   }
-  const htmlStr=`<p>请联系对口销售--${userInfo.value.seal_name}:${userInfo.value.seal_mobile}</p>`
+  const htmlStr=`<p>请联系对口销售—— ——${userInfo.value.seal_name}:${userInfo.value.seal_mobile}</p>`
   ElMessageBox({
     title:'申请提醒',
     message:htmlStr,