2021年6月27日

摘要: .wxml <text>姓名</text> <input placeholder="请输入姓名" bindinput="getname" ></input> <text>班级</text> <input placeholder="请输入班级" bindinput="getbanji"></input 阅读全文

posted @ 2021-06-27 20:42 求知若渴;虚心若愚 阅读(276) 评论(0) 推荐(0) 编辑

摘要: Page({ shibie2(){ //识别银行卡 var that=this wx.chooseImage({ //选择图片 count: 1, //上传数量 sizeType: ['original', 'compressed'], sourceType: ['album', 'camera'] 阅读全文

posted @ 2021-06-27 20:32 求知若渴;虚心若愚 阅读(588) 评论(0) 推荐(0) 编辑

摘要: 识别银行卡云函数card2/index.js: const cloud = require('wx-server-sdk') cloud.init({ env: cloud.DYNAMIC_CURRENT_ENV, }) exports.main = async (event, context) = 阅读全文

posted @ 2021-06-27 20:03 求知若渴;虚心若愚 阅读(851) 评论(0) 推荐(0) 编辑

摘要: 修改project.config.json内容 "cloudfunctionRoot":"cloud", //配置云开发的路径 更改app.js文件内容 App({ onLaunch() { // 云开发环境初始化 wx.cloud.init({ env:"xiaochengxu-2gscmw0o8 阅读全文

posted @ 2021-06-27 15:13 求知若渴;虚心若愚 阅读(370) 评论(3) 推荐(0) 编辑


Copyright © 2024 求知若渴;虚心若愚
Powered by .NET 8.0 on Kubernetes