当前位置:网站首页>Wechat applet reports an error: typeerror: cannot read property 'SetData' of undefined
Wechat applet reports an error: typeerror: cannot read property 'SetData' of undefined
2022-06-30 12:52:00 【Have fun】
The error information is as follows :
Source code :( When writing the pop-up window, you have chosen to automatically complete the code , The generated success Cause error )
wx.showModal({
title: ' reminder ',
content: ' Are you sure you want to get off the shelf ' + '"' + e.currentTarget.dataset.name + '"' + ' Do you ?',
success: function (res) {
//xxxxxxx
}
})
resolvent :
success: function (res) {
//xxxxxxx
}
Change it to :
success:res=>{
//xxxxxxx
}
边栏推荐
- rpm2rpm 打包步骤
- 【 surprise】 la vitesse de téléchargement de Thunderbolt n'est pas aussi rapide que celle de la machine virtuelle
- 常用的ui组件
- Flink sql控制台,不识别group_concat函数吗?
- Sqlserver query code is 936 simplified Chinese GBK. Should I write 936 or GBK?
- Four ways for flinksql to customize udtf
- 电机控制Clarke(α/β)等幅值变换推导
- 【精选】资源变现资讯、新闻、自媒体、博客小程序(可引流,开通流量主,带pc后台管理)
- Event handling in QT
- Machine learning notes - Introduction to autocorrelation and partial autocorrelation
猜你喜欢
随机推荐
电机控制Clarke(α/β)等幅值变换推导
杭州电子商务研究院:官网(网站)是私域的唯一形态
Substrate 源码追新导读: Pallet Alliance 并入主线,
Unity脚本的基础语法(4)-访问其他游戏对象
7 lightweight and easy-to-use tools to relieve pressure and improve efficiency for developers, and help enterprises' agile cloud launch | wonderful review of techo day
FlinkSQL自定义UDAF使用的三种方式
数据仓库建设之确定主题域
Unity脚本的基础语法(1)-游戏对象的常用操作
Scratch drawing square electronic society graphical programming scratch grade examination level 2 true questions and answers analysis June 2022
FlinkSQL自定义UDATF实现TopN
Introduction to the new source code of substrat: fix the memory leak of the mission engine of beefy, and optimize the smart contract deletion queue
【MySQL】MySQL的安装与配置
【OpenGL】OpenGL Examples
Shell编程概述
电机控制park变换公式推导
江西财经大学智慧江财登录分析
[one day learning awk] use of built-in variables
基于ThinkPHP5封装-tronapi-波场接口-源码无加密-可二开--附接口文档-作者详细指导-2022年6月30日08:45:27
独立站即web3.0,国家“十四五“规划要求企业建数字化网站!
MySql实现两个查询结果相除









