Commit 135b379c authored by renjie's avatar renjie

修改相册路径

parent d93fcaa9
......@@ -6,19 +6,19 @@
<view class="body">
<view class="scroll-view" >
<view class="item" @click="jumpToScanFaceClick">
<image class="img" src="../../static/img/album/myAlbum.png"></image>
<image class="img" src="./static/album/myAlbum.png"></image>
<text class="title">我的相片</text>
</view>
<view class="item">
<image class="img" src="../../static/img/album/DIY.png"></image>
<image class="img" src="./static/album/DIY.png"></image>
<text class="title">影像DIY</text>
</view>
<view class="item" @click="jumpToCustomClick">
<image class="img" src="../../static/img/album/custom.png"></image>
<image class="img" src="./static/album/custom.png"></image>
<text class="title">旅拍定制</text>
</view>
<view class="item">
<image class="img" src="../../static/img/album/myVlog.png"></image>
<image class="img" src="./static/album/myVlog.png"></image>
<text class="title">我的Vlog</text>
</view>
</view>
......@@ -66,7 +66,7 @@
<u-mask :show="showtip" >
<view class="mask">
<view class="img-box">
<image src="../../static/img/album/postcardTip.png" mode="aspectFit"></image>
<image src="./static/album/postcardTip.png" mode="aspectFit"></image>
<u-icon class="close" name="close-circle" @click="showtip = false"></u-icon>
</view>
<u-button type="primary" shape="circle" @click="showtip = false">知道了</u-button>
......@@ -96,37 +96,37 @@ export default {
{
title: '精彩瞬间',
count: '10W+',
image: '../../static/img/album/wonderfulMoment.png',
image: './static/album/wonderfulMoment.png',
color: '#037EFF'
},
{
title: '网红旅拍',
count: '8W+',
image: '../../static/img/album/travalphoto.png',
image: './static/album/travalphoto.png',
color: '#826847'
},
{
title: '抱枕DIY',
count: '4W+',
image: '../../static/img/album/pillow.png',
image: './static/album/pillow.png',
color: '#1175B4'
},
{
title: '明信片',
count: '4W+',
image: '../../static/img/album/postcard.png',
image: './static/album/postcard.png',
color: '#3478DC'
},
{
title: '旅游台历定制',
count: '4W+',
image: '../../static/img/album/deskCalender.png',
image: './static/album/deskCalender.png',
color: '#1A9B45'
},
{
title: '定制相册',
count: '4W+',
image: '../../static/img/album/customPic.png',
image: './static/album/customPic.png',
color: '#D48D46'
}
]
......@@ -253,7 +253,7 @@ export default {
position: absolute;
left: -8rpx;
bottom: -24rpx;
background: url('@/static/img/album/private-custom.png') no-repeat;
background: url('@/pages/album/static/album/private-custom.png') no-repeat;
}
}
.demo-water {
......
......@@ -9,8 +9,8 @@
<view class="outer-container">
<view class="inner-container">
<view class="icon">
<image class="favorite" src="../../static/img/album/favorite.png"></image>
<image class="start" src="../../static/img/album/star.png"></image>
<image class="favorite" src="./static/album/favorite.png"></image>
<image class="start" src="./static/album/star.png"></image>
</view>
<view class="img-box">
<view class="item" @click="imageChange(item)" v-for="(item, index) in imgArr" :key="item.id">
......@@ -195,7 +195,7 @@ export default {
flex: 1;
margin: 16rpx 16rpx 24rpx 16rpx;
border-radius: 96rpx;
background: url('@/static/img/album/dash-bg.png');
background: url('@/pages/album/static/album/dash-bg.png');
background-size: 100% 100%;
padding: 16rpx;
overflow: hidden;
......
......@@ -12,15 +12,15 @@
</view>
<view class="icon-box">
<view class="item">
<image src="../../static/img/album/will-lit.png"></image>
<image src="./static/album/will-lit.png"></image>
<text>保持光线充足</text>
</view>
<view class="item">
<image src="../../static/img/album/face-screen.png"></image>
<image src="./static/album/face-screen.png"></image>
<text>请面对屏幕</text>
</view>
<view class="item">
<image src="../../static/img/album/no-shelter.png"></image>
<image src="./static/album/no-shelter.png"></image>
<text>不得遮挡面部</text>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment