export function openWeb(url : string) { wx.openUrl ({ url:url, complete: console.log } ) }