代码
<template>
<view>
<div class="homeTop">
<u-navbar leftIconColor="#26292c" titleStyle=&quo...
yekong
2年前 (2022-06-12)
喜欢
<u-number-box v-model="value" :min='0'>
<view slot="minus" class="minus">
<u-ic...
yekong
2年前 (2022-06-12)
喜欢
html
<div class="list2">
<div class="listTitle">
订单备注
</div>
<div class="idcar...
yekong
2年前 (2022-06-12)
喜欢
代码
<template>
<view>
<view @click="show=true">
<slot></slot>
</view>
<u-popup :s...
yekong
2年前 (2022-06-12)
喜欢
<div class="footer">
<div class="payPrice">待支付:<div class="n1">¥</div>
<d...
yekong
2年前 (2022-06-12)
喜欢
使用
<tabLine :list="tablist" :active.sync="active"></tabLine>
tablist: [{
name: '全部',
id: -1
}, {
name: '...
yekong
3年前 (2022-05-23)
喜欢
微信小程序涉及到用户信息收集的地方,都需要同意协议,每次都要手动写一遍,好麻烦,干脆封装成一个小组件,直接复用好了。
使用
<agreement :select.sync="select"></agreement>
验证
if (!...
yekong
3年前 (2022-05-18)
喜欢
<template>
<view class="home">
<u-sticky>
<div class="sticky">
<u-navbar leftIconC...
yekong
3年前 (2022-05-06)
喜欢
uniapp微信小程序修改手机号码
发送短信
页面使用到了发送短信 uniapp 微信小程序 发送短信
代码
<template>
<view class="login">
<u-sticky>
<view...
yekong
3年前 (2022-05-03)
喜欢
uniapp 列表页面结合uview 实现列表加载,分页加载 无数据处理 加载状态 搜索
<template>
<view class="home">
<u-sticky>
<view>
&...
yekong
3年前 (2022-04-14)
喜欢