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
f08b8177
authored
2019-10-11 01:10:40 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
7369ecbf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/pages/auction-detail/auction-detail.js
src/pages/auction-detail/auction-detail.scss
src/pages/auction-detail/auction-detail.js
View file @
f08b817
...
...
@@ -59,7 +59,7 @@ Page({
initData
()
{
this
.
queryMember
().
then
((
result
)
=>
{
//
this.openSocket();
this
.
openSocket
();
});
},
...
...
src/pages/auction-detail/auction-detail.scss
View file @
f08b817
...
...
@@ -25,9 +25,9 @@ $contentWidth:690px;
$imgHeight
:
480px
;
width
:
$imgWidth
;
height
:
$imgHeight
;
border
:
1
PX
solid
#F0F0F0
;
//
border: 1PX solid #F0F0F0;
border-radius
:
4px
;
@extend
.bb
;
//
@extend .bb;
.swiper
{
width
:
$imgWidth
;
...
...
Please
register
or
sign in
to post a comment