230320a303 1 yıl önce
ebeveyn
işleme
4785b126bd
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/pagesHouse/photoin.jsx

+ 2 - 2
src/pagesHouse/photoin.jsx

@@ -90,9 +90,9 @@ class Index extends Component {
     )
   }
   previewImageHandle (cur, arr) {
-    const current = `${cur}_plus`
+    const current = `${cur}_pri`
     const urls = arr.map(item => {
-      return `${item}_plus`
+      return `${item}_pri`
     })
     Taro.previewImage({
       current,