当前位置:网站首页>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
}
边栏推荐
- Solve numpy core._ exceptions. Ufunctypeerror: UFUNC 'Add' did not contain a loop with signature matching
- 全面解析免费及收费SSH工具的基本特性和总结
- IDEA 2021.3 执行 golang 报错:RNING: undefined behavior version of Delve is too old for Go version 1.18
- Unity脚本的基础语法(5)-向量
- Derivation of Park transformation formula for motor control
- Shell基础入门
- 顺应媒体融合趋势,中科闻歌携手美摄打造数智媒宣
- Mysql判断计算结果,除以100
- 排查问题的方法论(适用于任何多方合作中产生的问题排查)
- 【一天学awk】数组的使用
猜你喜欢
顺应媒体融合趋势,中科闻歌携手美摄打造数智媒宣
[one day learning awk] Fundamentals
How to select an OLAP database engine?
[QNX Hypervisor 2.2用户手册]6.2.3 Guest与外部之间通信
FlinkSQL自定义UDAF使用的三种方式
Determining the subject area of data warehouse construction
Database usage in QT
排查问题的方法论(适用于任何多方合作中产生的问题排查)
【OpenGL】OpenGL Examples
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
随机推荐
MySql实现两个查询结果相除
Dark horse notes -- wrapper class, regular expression, arrays class
JMeter之性能测试流程及性能测试关注点
rpm2rpm 打包步骤
基于ThinkPHP5封装-tronapi-波场接口-源码无加密-可二开--附接口文档-作者详细指导-2022年6月30日08:45:27
Three ways for flinksql to customize udaf
Terms related to JMeter performance test and performance test passing standards
Unity脚本程序的开发
Can the polardb MySQL fees for RDS MySQL data migration be transferred?
Unity的脚本的基础语法(2)-Unity中记录时间
Dark horse notes - common date API
Substrate 源码追新导读: Pallet Alliance 并入主线,
【OpenGL】OpenGL Examples
Idea has a new artifact, a set of code to adapt to multiple terminals!
Unity脚本的基础语法(5)-向量
How to solve cross domain problems
“\“id\“ contains an invalid value“
[one day learning awk] use of built-in variables
Discussion on JMeter operation principle
MySQL判断执行条件为NULL时,返回0,出错问题解决 Incorrect parameter count in the call to native function ‘ISNULL‘,