搜索结果
查询Tags标签: context1,共有 6条记录-
发送HTML格式邮件
主要在于构建HTML模板,新建类似模板:<table border=0 th:each=data:${datas} cellspacing=1 cellpadding=0style=background:#DCDFE6; line-height: 30px;width: 900px; left:auto;><tr style="color: #000000;text-align: left;font-weight: bold;"…
2022/9/15 23:17:22 人评论 次浏览 -
小程序-canvas签字功能
WXML<view class="qianzi"><view class="paper"><canvas class="handWriting" disable-scroll="true" bindtouchstart="touchstart1" bindtouchmove="touchmove1"canvas-id="handWritin…
2021/12/22 14:20:51 人评论 次浏览 -
小程序-canvas签字功能
WXML<view class="qianzi"><view class="paper"><canvas class="handWriting" disable-scroll="true" bindtouchstart="touchstart1" bindtouchmove="touchmove1"canvas-id="handWritin…
2021/12/22 14:20:51 人评论 次浏览 -
微信小程序---手写签名(签字版)
公司近期有个需要用户签名的功能,就用小程序canvas写了个,wxml <view class="sign"><view class="paper"><canvas class="handWriting" disable-scroll="true" bindtouchstart="touchstart1" bindtou…
2021/11/8 14:09:43 人评论 次浏览 -
微信小程序---手写签名(签字版)
公司近期有个需要用户签名的功能,就用小程序canvas写了个,wxml <view class="sign"><view class="paper"><canvas class="handWriting" disable-scroll="true" bindtouchstart="touchstart1" bindtou…
2021/11/8 14:09:43 人评论 次浏览 -
微信小程序实现电子签名
<style lang="less"> .paper{border:1px solid #dedede; margin: 10px; height:160px } .image{border:1px solid #dedede; margin: 10px; height:160px } .signBtn{display: flex; margin-top:20px;} .signTitle{ text-align: center; font-size:1.2em;m…
2021/7/8 12:05:50 人评论 次浏览