This commit is contained in:
2023-11-27 13:07:01 +08:00
parent c2a852b371
commit 7e8d599c11
13 changed files with 29 additions and 41 deletions

View File

@@ -98,7 +98,7 @@ Page({
// 预览图片
preImg(e){
let current = e.currentTarget.dataset.idx
console.log(current)
// console.log(current)
let urls = e.currentTarget.dataset.urls
wx.previewImage({
urls,