运营活动
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="detail">
|
||||
<div class="header-content">
|
||||
<div class="header-top">
|
||||
<img src="https://cdn.cunwuyun.cn/public/16749723482248.png" alt="" @click.stop="previewImage()" />
|
||||
<img :src="imgUrl" alt="" @click.stop="previewImage()" />
|
||||
</div>
|
||||
<div class="header-middle">
|
||||
<div class="img-title">{{ detail.title }}</div>
|
||||
@@ -72,6 +72,7 @@ export default {
|
||||
timeNow: '',
|
||||
show: false,
|
||||
phone: '',
|
||||
imgUrl: 'https://cdn.cunwuyun.cn/public/16749723482248.png'
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
@@ -109,10 +110,10 @@ export default {
|
||||
},
|
||||
|
||||
previewImage() {
|
||||
var images = [{url: 'https://cdn.cunwuyun.cn/public/16749861412151.png'}]
|
||||
var images = [{url: this.imgUrl}]
|
||||
uni.previewImage({
|
||||
urls: images.map((v) => v.url),
|
||||
current: 'https://cdn.cunwuyun.cn/public/16749861412151.png',
|
||||
current: this.imgUrl,
|
||||
})
|
||||
},
|
||||
signUp() {
|
||||
@@ -409,7 +410,7 @@ export default {
|
||||
div {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
background: #a71b14;
|
||||
background: #3975C6;
|
||||
text-align: center;
|
||||
line-height: 100px;
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user