jwyu 3 роки тому
батько
коміт
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,