上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
摘要: 使用上一篇文件的cropper插件引入后 wxml <import src="../we/we-cropper.wxml"/> <view class="cropper-wrapper"> <template is="we-cropper" data="{{...cropperOpt}}"/> </ 阅读全文
posted @ 2021-08-02 19:45 shuihanxiao 阅读(98) 评论(0) 推荐(0) 编辑
摘要: js import WeCropper from './we/we-cropper.js'; const device = wx.getSystemInfoSync() // 获取设备信息 const width = device.windowWidth // 示例为一个与屏幕等宽的正方形裁剪框 c 阅读全文
posted @ 2021-08-02 19:42 shuihanxiao 阅读(322) 评论(0) 推荐(0) 编辑
摘要: isVehicleNumber(vehicleNumber) { var result = false if (vehicleNumber.length == 8) { var express = /^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1} 阅读全文
posted @ 2021-07-23 12:20 shuihanxiao 阅读(331) 评论(0) 推荐(0) 编辑
摘要: <view class="gender-box"> <radio-group class="radio-group" bindchange="radioChange" > <view class="gender-con gender-con-border"> <view class="gender- 阅读全文
posted @ 2021-07-23 12:17 shuihanxiao 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 日期选择 <picker class="date=='选择生日'?'placeName':'placeText'" mode="date" value="{{date}}" start="2015-09-01" end="{{dateEnd}}" bindchange="bindDateChange 阅读全文
posted @ 2021-07-23 12:13 shuihanxiao 阅读(183) 评论(0) 推荐(0) 编辑
摘要: wml <view class="photoCon" bindtap='uploader'> <view class="phontoBox"> <view class="phontoBox-img"> <image src="{{headImg}}" class="slide-image" mode 阅读全文
posted @ 2021-07-23 12:09 shuihanxiao 阅读(553) 评论(0) 推荐(0) 编辑
摘要: <el-cascader ref="refSubCat" v-model="areaValue" :options="options" @change="handleChange"> </el-cascader> js areaValue: [], options:[], 模拟后台返回数据格式后修改 阅读全文
posted @ 2021-07-22 21:09 shuihanxiao 阅读(497) 评论(0) 推荐(0) 编辑
摘要: // subpackageA/pages/invoiceManage/addInvoice/addInvoice.js const Util = require('../../../../utils/util.js'); const app = getApp() const { regenerato 阅读全文
posted @ 2021-07-21 22:13 shuihanxiao 阅读(116) 评论(0) 推荐(0) 编辑
摘要: <camera device-position="back" flash="off" binderror="error" style="width: 100%; height: 300px;"></camera> <button type="primary" bindtap="takePhoto"> 阅读全文
posted @ 2021-07-21 22:11 shuihanxiao 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 1,申请证书,申请测试证书需要开发者账号 2,开发者账号申请,公司账号的话需要申请邓白氏编码才能申请苹果开发者账号,个人账号不需要 3,证书申请链接 https://developer.apple.com/account/resources/certificates/list 4, 证书和描述文件的 阅读全文
posted @ 2021-07-02 14:44 shuihanxiao 阅读(76) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页