瀏覽代碼

修改样式

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,