logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Property or method “toJSON“ is not defined on the instance but referenced during render.

Property or method “toJSON” is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initiali

uniapp转微信小程序编译报错 Bad attr `data-event-opts` with message

Bad attr `data-event-opts` with message> 1 | <view class="activityContent data-v-74e8dc3a">> <view class="poster_img_outside data-v-74e8dc3a"data-event-opts="{{index==setdata?animdata:{

#前端
uniapp轮播图高度随变和左右滑动也获取高度

排版代码<view class="zonglistSwiperHeight" :style="{'height': swiperHeight +'px'}">//tab栏<view><u-tabs-swiper ref="uTabs" :list="list" :is-scroll="false" :current="current" @change="tabsCha

uniapp的nav导航栏下划线问题

未解决前:解决后:解决代码**:border-bottom='false'**<u-navbar :is-back="false" title="发布活动" :border-bottom='false'> </u-navbar>

uniapp转微信小程序SystemError (appServiceSDKScriptError):Cannot read property ‘forceUpdate‘ of undefined

这个现在报的错为端口错误,所以我们要去检查端口第一种: 微信开发者工具=>设置=>安全设置=>开启服务端口第二种: 查看端口是否被占用

uniapp去除滚动条的方法

第一种在app.vue的页面中设置全局css样式属性//第一种scroll-view ::-webkit-scrollbar {display: none !important;width: 0 !important;height: 0 !important;-webkit-appearance: none;background: transparent;}//第二种::-webkit-scrol

uniapp报错:plus is not defined

原因:不能使用浏览器进行调试,仅能用手机调试,app内置了一个支持html5+的内核,该内核支持plus对象.所以没有plus库,也不用需要引用库.可能是因为手机上的硬件跟电脑上的不一样,系统也不一样的原因。...

Taro-ui+vue2使用报错处理(亲测)

Taro-ui是使用React框架使用的,而Vue使用的是Taro-ui-vue在使用Taro-ui-vue中切记要安装Typescript,因为Taro-ui-vue中的源文件是采用Typescript所编写的最后我在吐槽下吧,网络上很多文章都是ctrl+c过去的,这个问题我找了一个下午,在国外某网站找到了原因,大家别再误导大家了,这个问题个网上找很多都是说taro3配合vue的话和taro-u

#taro
微信小程序scroll-view横向滚动和纵向滚动实现(亲测管用)

微信小程序横向滚动//wxml<scroll-view scroll-x="true" style=" white-space: nowrap; display: flex"scroll-into-view="{{rightId}}" ><viewstyle="display: inline-block">1</view><viewstyle="displ

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