uniapp开发小程序 结合u-list实现加载分页
包含折叠面板
<template>
<view class="flex-col page">
<view class="u-page__item"&...
yekong
2年前 (2022-08-17)
喜欢
uniapp 页面要实现一个页面加载的动画效果,让小飞机从左侧飞到右侧的效果,将实现的方法记录一下。
html
<template>
<view>
<div class="bg"></div>
<...
yekong
2年前 (2022-08-02)
喜欢
uniapp 微信小程序开发需要一个可以多选的弹窗,记录一下实现的效果,作为模板,以便于后期可能的复用。
组件使用
<materialPropertieswl :materialId='data.Id' @getdata="getType">&...
yekong
2年前 (2022-07-25)
喜欢
使用
<div class="searchscreening">
<div class="search">
<image
src="http://39.99.155.125:8082/...
yekong
2年前 (2022-07-14)
喜欢
模板代码
<template>
<view class="listitem" @click="goadd(item)">
<div class="listitemTitle1">...
yekong
2年前 (2022-07-14)
喜欢
uniapp外包开发时,经常会遇到类似的样式或者效果,列表item样式记录一下,类似的样式或者结构,如果可以复用,可以直接复用,节约时间。
模板代码
<template>
<div>
<div class="listItem&quo...
yekong
2年前 (2022-07-13)
喜欢
uniapp 微信小程序开发时,需要实现tab自定义效果。将实现代码记录一下,留待复用。
使用实例
uniapp 微信小程序 案例 遇见美家美户
使用实例
<tabLine :list="tablist" :active.sync="acti...
yekong
2年前 (2022-06-29)
喜欢
uniapp 微信小程序开发时,需要底部中间实现凸起按钮效果。将实现代码记录一下,留待复用。
使用实例
uniapp 微信小程序 案例 遇见美家美户
引用
<footerBarSync :active.sync="footerActive">&l...
yekong
2年前 (2022-06-29)
喜欢
uniapp 微信小程序 scroll-view 实现自定义下拉刷新
uniapp scroll-view官方说明文档
uniapp scroll-view官方说明文档
代码
<template>
<view class="home">...
yekong
2年前 (2022-06-22)
喜欢
模板代码
<template>
<view class="pages">
<u-sticky>
<view class="bgx">
<u-navbar leftI...
yekong
2年前 (2022-06-21)
喜欢