默认提交
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -131,8 +131,8 @@ function sassCompile() { | ... | @@ -131,8 +131,8 @@ function sassCompile() { |
131 | 'extname': '.wxss' | 131 | 'extname': '.wxss' |
132 | })) | 132 | })) |
133 | .pipe(replace('.scss', '.wxss')) | 133 | .pipe(replace('.scss', '.wxss')) |
134 | .pipe(replace('%ASSETS_IMG%/', res)) | 134 | // .pipe(replace('%ASSETS_IMG%/', res)) |
135 | .pipe(replace('src/assets/images', res)) // 雪碧图CSS RUL 中的图片路径 | 135 | // .pipe(replace('src/assets/images', res)) // 雪碧图CSS RUL 中的图片路径 |
136 | .pipe(gulp.dest(paths.dist.baseDir)) | 136 | .pipe(gulp.dest(paths.dist.baseDir)) |
137 | } | 137 | } |
138 | 138 | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | <!-- <view class="app__top-shadow"></view> --> | 4 | <!-- <view class="app__top-shadow"></view> --> |
5 | <view class="app__content main"> | 5 | <view class="app__content main"> |
6 | <view class="top-space"></view> | 6 | <view class="top-space"></view> |
7 | <view class="content">auction-list23</view> | 7 | <view class="content">auction-list</view> |
8 | </view> | 8 | </view> |
9 | </view> | 9 | </view> |
10 | <van-popup show="{{ authorizeVisible }}"> | 10 | <van-popup show="{{ authorizeVisible }}"> | ... | ... |
-
Please register or sign in to post a comment