1 Star 0 Fork 0

派学在线 / diary-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 456 Bytes
Copy Edit Raw Blame History
yzsunlei authored 2019-08-27 19:25 . init
<script>
export default {
onLaunch: function() {
console.log('App Launch')
// #ifdef APP-PLUS-NVUE
var domModule = weex.requireModule('dom');
domModule.addRule('fontFace', {
'fontFamily': "texticons",
'src': "url('./static/text-icon.ttf')"
});
// #endif
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
</style>
JavaScript
1
https://gitee.com/python1314/diary-app.git
git@gitee.com:python1314/diary-app.git
python1314
diary-app
diary-app
master

Search