4 Star 6 Fork 3

wlp / wlp_for_uni-app

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
App.vue 496 Bytes
Copy Edit Raw Blame History
wlp authored 2019-03-30 20:24 . add:numbox-shopping
<script>
export default {
onLaunch: function () {
console.log('App Launch')
// #ifdef APP-PLUS
// update();
// #endif
},
onShow: function () {
console.log('App Show')
},
onHide: function () {
console.log('App Hide')
}
}
</script>
<style lang="scss">
/* uni.css - 通用组件、模板样式库,可以当作一套ui库应用 */
@import './style/uni.css';
/*每个页面公共css */
@import "@/style/base.scss";
</style>
HTML/CSS
1
https://gitee.com/wlp886/wlp_for_uni-app.git
git@gitee.com:wlp886/wlp_for_uni-app.git
wlp886
wlp_for_uni-app
wlp_for_uni-app
master

Search