1 Star 3 Fork 0

王老四/脑洞标记_前台

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 526 Bytes
Copy Edit Raw Blame History
bingzhu authored 2019-12-23 17:58 . 有bug 多图及单图
<script>
export default {
globalData: {
previewFileArry: []
},
onLaunch: function() {
console.log('App Launch');
console.log(this.appInfo);
},
onShow: function() {
console.log('App Show');
},
onHide: function() {
console.log('App Hide');
}
};
</script>
<style>
@import './static/font/iconfont.css';
@import './static/css/animate.css';
/* html,body,#app{
height: 100%;
}
*/
view {
display: flex;
}
.red {
color: red;
}
.width100 {
width: 100%;
flex-shrink: 0;
}
/*每个页面公共css */
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Wang_LaoSi/NDMark_JH.git
git@gitee.com:Wang_LaoSi/NDMark_JH.git
Wang_LaoSi
NDMark_JH
脑洞标记_前台
master

Search