1 Star 0 Fork 5

Mavin / vue_uniapp_shoppp

forked from YoAge / vue_uniapp_shoppp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
YoAge 提交于 2020-05-17 19:12 . x
<script>
import Vue from 'vue'
export default {
onLaunch: function() {
console.log('App Launch')
// 打开软件, 判断手机类型, CustomBar获取顶部高度,导航栏
// 全局色彩
Vue.prototype.ColorList =
[{
title: '嫣红',
name: 'red',
color: '#e54d42'
}, {
title: '桔橙',
name: 'orange',
color: '#f37b1d'
}, {
title: '明黄',
name: 'yellow',
color: '#fbbd08'
}, {
title: '橄榄',
name: 'olive',
color: '#8dc63f'
}, {
title: '森绿',
name: 'green',
color: '#39b54a'
}, {
title: '天青',
name: 'cyan',
color: '#1cbbb4'
}, {
title: '海蓝',
name: 'blue',
color: '#0081ff'
}, {
title: '姹紫',
name: 'purple',
color: '#6739b6'
}, {
title: '木槿',
name: 'mauve',
color: '#9c26b0'
}, {
title: '桃粉',
name: 'pink',
color: '#e03997'
}, {
title: '棕褐',
name: 'brown',
color: '#a5673f'
}, {
title: '玄灰',
name: 'grey',
color: '#8799a3'
}, {
title: '草灰',
name: 'gray',
color: '#aaaaaa'
}, {
title: '墨黑',
name: 'black',
color: '#333333'
}, {
title: '雅白',
name: 'white',
color: '#ffffff'
}]
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
@import "common/app.css";
@import "colorui/main.css";
@import "colorui/icon.css";
</style>
1
https://gitee.com/manmandie/vue_uniapp_shoppp.git
git@gitee.com:manmandie/vue_uniapp_shoppp.git
manmandie
vue_uniapp_shoppp
vue_uniapp_shoppp
master

搜索帮助