1 Star 43 Fork 39

小卫卫来也/quju-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
小卫卫来也 提交于 2020-07-17 12:46 . 1# 增加举报功能
<script>
export default {
onLaunch: function() {
console.log('App Launch');
this.$mta.App.init({
"appID":"500714919",
"autoReport": true,
"statParam": true,
"ignoreParams": [],
});
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
@import "./common/app.css";
@import './common/uni.css';
.tui-btm-small-round {
height: 70rpx;
margin: 20rpx 20rpx 20rpx 30rpx;
width: 50%;
font-size: 24rpx;
line-height: 70rpx;
color: white;
border-radius: 30px;
/* background-color: #5677fc; */
}
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xww520/quju-app.git
[email protected]:xww520/quju-app.git
xww520
quju-app
quju-app
dev-v5

搜索帮助