uniapp开发每次设置性别都要重新写,很耗费时间干脆把写过的记录下来,下次可以直接复用。
html
<view @click="show=true" class="justify-between group_8">
...
yekong
3年前 (2021-12-25)
喜欢
苹果app上架app store时,每次都需要如果图片尺寸错误,就会无法上传,所以记录一下尺寸
数量
图片最少上传3张
6.5的屏幕
1242*2688
5.5的屏幕
1242*2208
...
yekong
3年前 (2021-12-20)
喜欢
uniapp开发tab底部切换组件
<template>
<view class="footerNav">
<div class="footerNavitem" @click=&quo...
yekong
3年前 (2021-12-16)
喜欢
<u-picker @confirm="getcitydata" @cancel="show=false" keyName="name" :show="show" ref=&qu...
yekong
3年前 (2021-12-12)
喜欢
uniapp开发实现注册成功,完成提示后,跳转到登录页面。
使用实例
<u-toast ref="uToast"></u-toast>
showToast(params) {
this.$refs.uT...
yekong
3年前 (2021-12-12)
喜欢
<div class="leftgroupx">
<view class="left-group flex-col" @click="getactive('...
yekong
3年前 (2021-12-11)
喜欢
<template>
<view class="container">
<top></top>
<view class="flex-col">...
yekong
3年前 (2021-12-11)
喜欢
uni.getSystemInfoSync().statusBarHeight
<template>
<view class="content">
<view :style="{ height:...
yekong
3年前 (2021-12-11)
喜欢
主页面
onReachBottom() {
uni.$emit('onReachBottom', 1);
},
子组件组件
<template>
<view class="...
yekong
3年前 (2021-12-10)
喜欢
<input type="text" placeholder="请输入户名" placeholder-style="font-size:26rpx;color:rgba(203, 203, 203, 1);" /...
yekong
3年前 (2021-12-07)
喜欢