gyh change

This commit is contained in:
Gdpao
2020-07-31 08:45:30 +08:00
parent 8bb1cdfd39
commit d817d0c28b
15 changed files with 708 additions and 460 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="photo">
<view class="back">
<u-icon name="close" color="#999999" :size="30"></u-icon>
<u-icon name="close" color="#999999" :size="30" @click="goBack"></u-icon>
</view>
<swiper class="swiper">
<swiper-item>
@@ -128,7 +128,12 @@ export default {
console.log(res)
this.list = res.data.info
})
}
},
goBack() {
uni.navigateBack({
delta: 1
})
}
},
onLoad(o){
this.id = o.id