uniapp使用uview开发微信小程序日历动态渲染
<template>
<view>
<u-calendar title="可服务时间" @close="gethide" :show="s...
yekong
3年前 (2022-02-08)
喜欢
uniapp 开发时,发现使用了u-navbar 再在下面使用吸顶u-sticky 会出现重贴的情况
可以调整一下,将想要吸顶的地方和u-navbar放在一块
调整前
<u-navbar leftText=" " leftIconColor="...
yekong
3年前 (2022-01-30)
喜欢
uniapp 开发自定义确认弹窗
<template>
<div>
<div @click="show=true">
<slot></slot>
</div>
<...
yekong
3年前 (2022-01-29)
喜欢
uniapp开发 结合uview单选框样式自定义
<template>
<view class="group_8">
<text class="text_15">添加外部链接地址</text...
yekong
3年前 (2022-01-28)
喜欢
<template>
<view class="list">
<tab></tab>
<div class="listitem" @click="getplay(it...
yekong
3年前 (2022-01-26)
喜欢
uniapp开发item组件封装,可以用于后期微调使用。
<template>
<view class="item" :class="{border:showBorder}">
<div class=&...
yekong
3年前 (2022-01-25)
喜欢
TypeError: Cannot read property 'name' of undefined
15:18:22.800 at /Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/no...
yekong
3年前 (2022-01-24)
喜欢
源码
<template>
<view v-if="status==6" class="evaluation" @click="evaluation">
评价订单
</view&g...
yekong
3年前 (2022-01-23)
喜欢
uniapp开发中需要的常用按钮,为了避免重复工作记录下来,方面后期复用。
源码
<template>
<view>
<view v-if="show">
<view v-if="status==...
yekong
3年前 (2022-01-23)
喜欢
uniapp开发,需要一个页面效果是,选择城市区域,将对应区域的街道渲染出来,然后可以实现复选,在网上并没有找到符合心意的效果,只能自己写了。
效果源码
结合城市选择组件进行使用
<template>
<view class="changepwd...
yekong
3年前 (2022-01-20)
喜欢