Browse Source

(*)图片点击

dev
ww664853070 2 years ago
parent
commit
c1756e68d3
  1. 2
      weapp/src/packages/patrol/index.jsx

2
weapp/src/packages/patrol/index.jsx

@ -509,7 +509,7 @@ const Index = () => {
}
function handleImgClicks(index, file) {
Taro.previewImage({
urls: [file] // http
urls: [file.url] // http
})
}
useEffect(() => {

Loading…
Cancel
Save