Selaa lähdekoodia

又改回来 我也是服了

jwyu 3 vuotta sitten
vanhempi
commit
c8e9219be3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,