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