uniapp 结合uivew实现提现列表
<template>
<view class="u-page">
<u-list @scrolltolower="scrolltolower">
&...
yekong
3年前 (2022-01-10)
喜欢
uniapp 页面开发 结合uivew实现余额提现ui
代码
<template>
<view>
<u-navbar @leftClick="goback" @rightClick="gojilu" r...
yekong
3年前 (2022-01-10)
喜欢
<template>
<div class="tabs">
<div class="tab cur" :class="{active:item.checked}" @click=&q...
yekong
3年前 (2022-01-08)
喜欢
<template>
<div class="tabs">
<div class="tab cur" :class="{active:active==index}" @click=&...
yekong
3年前 (2022-01-08)
喜欢
uniapp开发时需要评论是需要一个表情功能,找了很久没找到合适了,只能找个类似的改改拿来用。
代码
<template>
<view class="flex-col section_1s">
<view class=&q...
yekong
3年前 (2022-01-08)
喜欢
方法
export const Debounce = (fn, wait) => {
let delay = wait|| 500
let timer
return function () {
let args = arguments...
yekong
3年前 (2022-01-06)
喜欢
<template>
<view class="content">
<view class="header">
<div class="t...
yekong
3年前 (2022-01-06)
喜欢
api文件
config/api.js
const http = uni.$u.http
import qs from 'qs'
export const getcity = (id, config = {}) => http.get('/moc...
yekong
3年前 (2022-01-06)
喜欢
城市选择页面
<template>
<view class="citylist">
<scroll-view :style="{ height: windowH }" scroll-y...
yekong
3年前 (2022-01-06)
喜欢
微信小程序使用uniapp 开发时,需要获取用户信息用于注册
<button type="default" @click="getinfo">获取用户信息</button>
getinfo() {
...
yekong
3年前 (2022-01-03)
喜欢