logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

微信小程序滑动穿透问题,使用catchtouchmove警告 handle event “touchmove“

微信小程序滑动穿透问题,使用catchtouchmove警告 handle event "touchmove"

文章图片
#java#前端#servlet
uniapp微信小程序证件识别

1.百度云开发注册与配置-接入百度OCRhttps://ai.baidu.com/

uniapp简版滚动加载以及区域滚动加载

一、滚动加载<order-item v-for="(item,index) in orderList" :item="item" :isHost="isHost" :key="index"></order-item><view @tap="reload" class="loading-button" v-if="orderList.length == 0"> 暂

文章图片
#uni-app#前端#javascript
uniapp列表点击多选和单选

<view class="title">物品类别</view><view class="box dis-flex justify-between flex-wrap"><view class="lias" :class="item.selected ? 'active' : ''" v-for="(item,index) in goodsCateogory

uniapp微信公众号支付

参考:https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_1_4.shtmlhttps://developers.weixin.qq.com/community/pay/doc/000262a8478c682db6dac423156c00<template><view class="pay"><view cla

uni上传图片到阿里云oss服务器

uni.chooseImage({count: 1, //默认9sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有success: (chooseImageRes) => {const tempFilePaths = chooseImageRes.tempFile...

自定义数字键盘组件

自定义数字键盘组件-https://www.cnblogs.com/liangtao999/p/12695194.html<template><view v-if="enteringIsShow"><view class="con-backdrop"><!-- <view class="view-backdrop uni-ellipsis">{

手机号码正则表达式

手机号码正则表达式验证1.function checkPhone(){var phone = document.getElementById('phone').value;if(!(/^1[3456789]\d{9}$/.test(phone))){alert("手机号码有误,请重填");return false;...

#正则表达式#javascript#前端
JS 获取星期几的四种写法

第一种写法var str = "今天是星期" + "日一二三四五六".charAt(new Date().getDay());document.getElementById("day").innerHTML=str;第二张写法var a = new Array("日", "一", "二", "三", "四", "五", "六");var week = new Date(...

layui必填项

加上required lay-verify="required" autocomplete="off"

    共 11 条
  • 1
  • 2
  • 请选择