1 Star 0 Fork 1

王胜/gxcdb-mini-wx

forked from liumengyao/gxcdb-mini-wx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
liumengyao 提交于 2023-11-03 17:25 . init
<script>
export default {
globalData:{
equipNum:undefined,
},
onLaunch(options) {
console.log(options,111)
if(options.query){
const query = options.query.qrCode;
if(query){
let len = query.length;
let index = query.indexOf('=');
this.globalData.equipNum = query.slice(index+1,len);
}
}
uni.hideTabBar();
},
onShow(res) {},
onHide: function() {},
}
</script>
<style>
/*每个页面公共css */
page{
height: 100vh;
width: 100vw;
box-sizing: border-box;
background-color: #F2F2F5;
}
*{
box-sizing: border-box;
}
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang-sheng-ordersystem/gxcdb-mini-wx.git
[email protected]:wang-sheng-ordersystem/gxcdb-mini-wx.git
wang-sheng-ordersystem
gxcdb-mini-wx
gxcdb-mini-wx
master

搜索帮助