12 2022 档案
摘要:<template v-for="item in 50"> <div :key="item" v-if="item > 1" :style="{background:drawSector(item)}" class="one"></div> </template> drawSector(num =
阅读全文
摘要:1. app.json 2. 将 custom-tab-bar 放到根目录下(pages同级) 3. custom-tab-bar 代码 { "component": true } Component({ data: { USERTYPE:'customer', selected: 0, color
阅读全文
摘要:clock.js function Flipper(config) { // 默认配置 this.config = { // 时钟模块的节点 node: null, // 初始前牌文字 frontText: 'number0', // 初始后牌文字 backText: 'number1', // 翻
阅读全文