ctms/ctms-appgm/assets/uni-link.337b675b.js
2025-04-10 23:19:13 +08:00

2 lines
1.4 KiB
JavaScript
Executable File

import{K as e,o as t,d as i,u as n,b as s,t as o,x as r,v as l,c as a,w as d,h}from"./index.e9f016fd.js";import{_ as u}from"./plugin-vue_export-helper.21dcd24c.js";var f=u({name:"uniLink",props:{href:{type:String,default:""},text:{type:String,default:""},download:{type:String,default:""},showUnderLine:{type:[Boolean,String],default:!0},copyTips:{type:String,default:"已自动复制网址,请在手机浏览器里粘贴该网址"},color:{type:String,default:"#999999"},fontSize:{type:[Number,String],default:14}},computed:{isShowA(){return this._isH5=!0,!(!this.isMail()&&!this.isTel()||!0!==this._isH5)}},created(){this._isH5=null},methods:{isMail(){return this.href.startsWith("mailto:")},isTel(){return this.href.startsWith("tel:")},openURL(){window.open(this.href)},makePhoneCall(t){e({phoneNumber:t})}}},[["render",function(e,u,f,p,c,w){const S=h;return w.isShowA?(t(),i("a",{key:0,class:r(["uni-link",{"uni-link--withline":!0===f.showUnderLine||"true"===f.showUnderLine}]),href:f.href,style:l({color:f.color,fontSize:f.fontSize+"px"}),download:f.download},[n(e.$slots,"default",{},(()=>[s(o(f.text),1)]),!0)],14,["href","download"])):(t(),a(S,{key:1,class:r(["uni-link",{"uni-link--withline":!0===f.showUnderLine||"true"===f.showUnderLine}]),style:l({color:f.color,fontSize:f.fontSize+"px"}),onClick:w.openURL},{default:d((()=>[n(e.$slots,"default",{},(()=>[s(o(f.text),1)]),!0)])),_:3},8,["class","style","onClick"]))}],["__scopeId","data-v-a63f781e"]]);export{f as _};