2222
This commit is contained in:
@@ -51,7 +51,8 @@
|
||||
alert('传来的参数'+data)
|
||||
}
|
||||
document.addEventListener('UniAppJSBridgeReady', function() {
|
||||
|
||||
const data = plus.webview.getWebviewById("batch_view").data;//上传时最后一个参数
|
||||
console.log('这是app传参数进来的',data.token,'22222222')
|
||||
document.querySelector('.btn-list').addEventListener('click', function(evt) {
|
||||
var target = evt.target;
|
||||
if (target.tagName === 'BUTTON') {
|
||||
|
||||
Reference in New Issue
Block a user