// 必填,需要使用的JS接口列表,没有就随便填一个 openTagList: ['wx-open-launch-app',],//必填, 要申请的开放标签名称 }) wx.ready(() => { alert('ready') }) wx.error(function(res) { alert('出错了:' + res.errMsg); //wx.config配置错误,会弹出窗口哪里错误,然后根据微信文档查询即可...
详细请参考:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html ...
bindlaunchapp="eh" style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}" > <block wx:for="{{i.cn}}" wx:key="sid"> <template is="{{xs.e(cid+1)}}" data="{{i:item,l:l}}" /> ...
<el-button type="danger" @click='change(2)'>影像地图</el-button> </template> import "ol/ol.css"; import {Map, View} from "ol"; import Tile from "ol/layer/Tile"; import XYZ from "ol/source/XYZ"; export default { data() { return { map: null, baseLayer: new Tile({}),...
import PressActLaunchDialog from 'press-ui/press-act-launch-dialog/press-act-launch-dialog.vue'; import { getActCustomStyleMixin } from 'src/utils/mixin/act-custom-style.ts'; import { STYLE_LIST } from 'src/packages/press-act-launch-dialog/demo-helper/style-list'; 2 changes: 1 addition...
前端最基础的就是 HTML+CSS+Javascript。掌握了这三门技术就算入门,但也仅仅是入门,现在前端开发的定义已经远远不止这些。前端小课堂(HTML/CSS/JS),本着...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
launch-editor "^2.2.1" lru-cache "^6.0.0" node-fetch "^2.6.7" open "^8.0.2" ora "^5.3.0" read-pkg "^5.1.1" semver "^7.3.4" strip-ansi "^6.0.0" "@vue/compiler-sfc@2.7.14": version "2.7.14" resolved "https://registry.npmmirror.com/@vue/compiler-sfc/-/...
vite2-electron-macui 一款轻量级的桌面端仿mac big sur桌面管理框架。使用最新技术栈electron13+vue3+element-plus开发实现。支持多窗口、可拖拽桌面+dock菜...
macui__filter"ref="dockRef">appstorelaunchpad...</template> //拖拽Dock菜单const dragDockMenu = () =>{ Sortable.create(dockRef.value, { handle:'.macui__dock-item', filter:'.macui__dock-filter', animation:200, delay:0, onEnd({ newIndex, oldIndex }) { console.log('新索引:', ne...