<template>
<div class="swiper">
<u-swiper :list="banner" height="100" @change="e =>...
yekong
3年前 (2022-01-01)
喜欢
uniapp开发 注册页 样式效果模板
<template>
<view class="flex-col container">
<view class="flex-col group"...
yekong
3年前 (2021-12-29)
喜欢
uniapp开发tab切换组件
<template>
<div class="tabs">
<div class="tab cur" :class="{active:acti...
yekong
3年前 (2021-12-29)
喜欢
<template>
<view class="changepwd">
<u--form labelPosition="left" labelWidth="80" ...
yekong
3年前 (2021-12-28)
喜欢
<template>
<view class="certification">
<!-- 注意,如果需要兼容微信小程序,最好通过setRules方法设置rules规则 -->
<...
yekong
3年前 (2021-12-28)
喜欢
uniapp开发每次设置性别都要重新写,很耗费时间干脆把写过的记录下来,下次可以直接复用。
html
<view @click="show=true" class="justify-between group_8">
...
yekong
3年前 (2021-12-25)
喜欢
js
$('.tabsinner').click(function () {
var i = $(this).index();//下标第一种写法
//var i = $('tit').index(t...
yekong
3年前 (2021-12-18)
喜欢
uniapp开发tab底部切换组件
<template>
<view class="footerNav">
<div class="footerNavitem" @click=&quo...
yekong
3年前 (2021-12-16)
喜欢