logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【vue】指定v-for循环显示前3个

<div class="i-column" v-for="(item, index) in commodityList"><div class="index_show_item" @click="turn('List')" v-show="index<3"></div ></div >

#vue.js#前端#javascript
swiper + vue 中间大两边小轮播图

展示效果代码字体16px框架vuetify<template><v-main><div class="body_height ofs"><div style="overflow: hidden;"><div style="margin: 0 0.7rem 2rem;"><!-- 轮播 --><div style=""&g

#css#html
【Android】百度语音识别在线SDK接入

**1.版本号**语音识别Android SDK3.1.6 默认识别模型pid为输入法模型15372020-01-08![语音识别sdk下载](https://img-blog.csdnimg.cn/20200605110749612.png#pic_center)打包成sdk的大小。![百度apkDemo](https://img-blog.csdnimg.cn/202006051110284.

#android
uniapp开发微信小程序 Page “xx“ has not been registered yet

不要进行const 获取getappconst app = getApp({allowDefault: true}) //在需要的地方调用let fun = getApp().globalData.fun();// 或者if (getApp().globalData.fun()) {}

#微信小程序#小程序
到底了