Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
zhiliang-light-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
78606409
authored
2019-10-08 13:05:26 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
8ee753b3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
gulpfile.js
src/pages/auction-list/auction-list.wxml
gulpfile.js
View file @
7860640
...
...
@@ -131,8 +131,8 @@ function sassCompile() {
'extname'
:
'.wxss'
}))
.
pipe
(
replace
(
'.scss'
,
'.wxss'
))
.
pipe
(
replace
(
'%ASSETS_IMG%/'
,
res
))
.
pipe
(
replace
(
'src/assets/images'
,
res
))
// 雪碧图CSS RUL 中的图片路径
//
.pipe(replace('%ASSETS_IMG%/', res))
//
.pipe(replace('src/assets/images', res)) // 雪碧图CSS RUL 中的图片路径
.
pipe
(
gulp
.
dest
(
paths
.
dist
.
baseDir
))
}
...
...
src/pages/auction-list/auction-list.wxml
View file @
7860640
...
...
@@ -4,7 +4,7 @@
<!-- <view class="app__top-shadow"></view> -->
<view class="app__content main">
<view class="top-space"></view>
<view class="content">auction-list
23
</view>
<view class="content">auction-list</view>
</view>
</view>
<van-popup show="{{ authorizeVisible }}">
...
...
Please
register
or
sign in
to post a comment