1 Star 0 Fork 1

阿飞/weapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 823 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿飞 提交于 2023-11-28 15:38 . 增加了配置axios
<script>
export default {
globalData: {
imgUrl: 'http://192.168.8.3:8088/zgf/public'
},
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/* @import '/wxcomponents/@vant/weapp/common/index.wxss' */
/*每个页面公共css */
/deep/uni-checkbox .uni-checkbox-input {
border-radius: 50% !important;
transform: translateY(0);
}
/deep/uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked {
border-color: #ddd;
color: #fff !important;
background-color: #2DCF8C !important;
}
/deep/uni-checkbox .uni-checkbox-input {
border-color: #ddd;
}
/deep/uni-checkbox .uni-checkbox-input:hover {
border-color: #ddd;
}
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a-fei2021/weapp.git
git@gitee.com:a-fei2021/weapp.git
a-fei2021
weapp
weapp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385