1 Star 0 Fork 7

LOST/优礼品卡提货系统2.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
<script>
export default {
globalData: {
},
onLaunch: function() {
let emp_code = this.$route.query.emp_code?this.$route.query.emp_code:''
return emp_code
// console.log('App Launch:'+this.$route.query.emp_code)
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
button {
line-height:100rpx;
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
padding-left: 14px;
padding-right: 14px;
box-sizing: border-box;
font-size: 18px;
text-align: center;
text-decoration: none;
border-radius: 4px;
-webkit-tap-highlight-color: transparent;
overflow: hidden;
color: #000;
background-color: #f8f8f8;
cursor: pointer;
}
.btn-noSelect {
width: 100%;
margin-top: 20px;
border-radius: 4px;
background: #AAADB4;
color: #FFFFFF;
}
.btn-Select {
width: 100%;
margin-top: 20px;
border-radius: 4px;
background: #c79a68;
color: #FFFFFF;
}
.btn_OK {
width: 100%;
margin-top: 20px;
border-radius: 4px;
background: #c79a68;
color: #FFFFFF;
}
.btn_Not {
width: 100%;
margin-top: 20px;
border-radius: 4px;
background: #d9b58c;
color: #FFFFFF;
}
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shinezhao111/pickup-app-20.git
git@gitee.com:shinezhao111/pickup-app-20.git
shinezhao111
pickup-app-20
优礼品卡提货系统2.0
master

搜索帮助