jwyu 3 жил өмнө
parent
commit
fb262e7d50
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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,