这里先做定义Flutter 端 为 app 端js 端 为 客户端app 端 调用 客户端代码使用 runJavascript("js...
时区,互转, 默认使用 浏览器时区import { getLocalUser } from './config' import moment f...
Vue 使用I18ninstallyarn add vue-i18n ./plugins/i18n.jsimport { getLanguage...
计算函数const contDownTime = value => { const dayDiff = Math.floor(valu...
const judgeClient = () => { const u = navigator.userAgent const i...
const openUrl = (url, _blank = false) => { setTimeout(() => { ...
export const openXdyApp = url => { const platform = judgeClient() ...
function is_weixn(){ var ua = navigator.userAgent.toLowerCase(); ...
const getQueryParams = (search = window.location.search) => { const...
此为JS函数唤起,App唤起同理url 为从zoom获取的进入直播间的h5地址const openZoomApp = url => { ...
使用 navigator Api 复制const copyText = (content) => { navigator.clipbo...
JS+Vue 自定义文件上传 + Vue Upload 封装可直接使用的代码function uploadIframe(callback) { ...