logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Taro开发微信小程序遇到的问题和解决方法

1.scroll-view 置顶, 给设置scroll-top为0无效问题?解决方案: 不触发置顶问题,需要给scroll-top一个设置接近0的随机数,Math.random()2.scroll-view绑定bindscrolltolower没有触发问题?解决方案: 通过获取系统信息wx.getSystemInfoSync()拿到屏幕的高度,然后减去其他组件占位...

#json#webpack#面试
微信小程序命名规则

目录分析src是主要的开发目录,各个文件实现功能如下所示:├─.idea│└─libraries├─.temp├─config└─src├─assets│└─images├─components (公用组件)│├─Brandbar│├─Selectbar│├─S...

#json#开发工具
Taro下拉刷新,上拉加载更多

1、引入插件import Taro, { Component } from '@tarojs/taro'import { View, Text, ScrollView } from '@tarojs/components'import { AtActivityIndicator } from 'taro-ui'import './index.scss'...

#ui
到底了