230320a303 1 year ago
parent
commit
4785b126bd
1 changed files with 2 additions and 2 deletions
  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,