摘要: 使用标签包裹 //使用scroll-view标签包裹,设置左右可滑动,宽度100%,超出隐藏 <scroll-view scroll-x="true" @scroll="scroll" style="width: 100%;overflow: hidden;white-space: nowrap;" 阅读全文
posted @ 2021-07-01 22:53 seekHelp 阅读(2281) 评论(0) 推荐(0) 编辑
摘要: 解决方案: <view class="uni-slsct"> // 父元素 <view class="uni-slsct_children" v-for="(item,index) in buttonList" :key="index" @click="intoBotton(item.id,item 阅读全文
posted @ 2021-07-01 14:29 seekHelp 阅读(1726) 评论(0) 推荐(0) 编辑
摘要: 开发工具是hbuilderX,业务是根据app运行的设备信息来判断这个设备是否是已知设备库的设备,既此设备运行这个项目是否合法 思路就是项目启动时获取设备mac地址,IP地, 第一步,uniapp获取设备mac地址 //获取mac地址 可在App.vue页面的onLaunch里面直接运行,初始化获取 阅读全文
posted @ 2021-07-01 14:22 seekHelp 阅读(4857) 评论(0) 推荐(0) 编辑