Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
56a57a74
Commit
56a57a74
authored
Jul 27, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
bfca366b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
17 deletions
+33
-17
ClassList.vue
pages/Luxury/ClassList.vue
+2
-2
Valuation.vue
pages/Luxury/Valuation.vue
+6
-6
ValuationDetails.vue
pages/Luxury/ValuationDetails.vue
+6
-6
myValuation.vue
pages/Luxury/myValuation.vue
+19
-3
No files found.
pages/Luxury/ClassList.vue
View file @
56a57a74
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
radius=
"40"
v-model=
"Keywords"
@
chang=
"changeHandler"
></u-searchB>
radius=
"40"
v-model=
"Keywords"
@
chang=
"changeHandler"
></u-searchB>
</view>
</view>
<div
<div
style=
"height: calc(100vh - 0px);width: calc(100vw);overflow: hidden;margin-top: 10
5
rpx;"
>
style=
"height: calc(100vh - 0px);width: calc(100vw);overflow: hidden;margin-top: 10
0
rpx;"
>
<view
class=
"right-box"
>
<view
class=
"right-box"
>
<uni-indexed-list
:options=
"list"
:show-select=
"true"
@
click=
"bindClick"
/>
<uni-indexed-list
:options=
"list"
:show-select=
"true"
@
click=
"bindClick"
/>
<view
style=
"height: calc(100vh - 0px); background: #fff;"
v-if=
"!listShow"
>
<view
style=
"height: calc(100vh - 0px); background: #fff;"
v-if=
"!listShow"
>
...
@@ -356,7 +356,7 @@
...
@@ -356,7 +356,7 @@
}
}
})
})
})
})
console.log(this.indexList,'6555')
//
console.log(this.indexList,'6555')
this.AllList.forEach(item=>{
this.AllList.forEach(item=>{
this.list.forEach(i=>{
this.list.forEach(i=>{
if(!item.IsHot){
if(!item.IsHot){
...
...
pages/Luxury/Valuation.vue
View file @
56a57a74
...
@@ -349,9 +349,9 @@
...
@@ -349,9 +349,9 @@
});
});
_this
.
showOpenSettingDialog
=
false
;
_this
.
showOpenSettingDialog
=
false
;
}
}
uni
.
redirectTo
({
//
uni.redirectTo({
url
:
'/publicPages/okPage/okPage?type='
+
type
//
url: '/publicPages/okPage/okPage?type=' + type
})
//
})
},
},
fail
:
(
res
)
=>
{
fail
:
(
res
)
=>
{
uni
.
showModal
({
uni
.
showModal
({
...
@@ -411,9 +411,9 @@
...
@@ -411,9 +411,9 @@
});
});
_this
.
showOpenSettingDialog
=
false
;
_this
.
showOpenSettingDialog
=
false
;
}
}
uni
.
redirectTo
({
//
uni.redirectTo({
url
:
'/publicPages/okPage/okPage?type='
+
type
//
url: '/publicPages/okPage/okPage?type=' + type
})
//
})
},
},
fail
:
(
res
)
=>
{
fail
:
(
res
)
=>
{
uni
.
showModal
({
uni
.
showModal
({
...
...
pages/Luxury/ValuationDetails.vue
View file @
56a57a74
...
@@ -389,9 +389,9 @@
...
@@ -389,9 +389,9 @@
});
});
_this
.
showOpenSettingDialog
=
false
;
_this
.
showOpenSettingDialog
=
false
;
}
}
uni
.
redirectTo
({
//
uni.redirectTo({
url
:
'/publicPages/okPage/okPage?type='
+
type
//
url: '/publicPages/okPage/okPage?type=' + type
})
//
})
},
},
fail
:
(
res
)
=>
{
fail
:
(
res
)
=>
{
uni
.
showModal
({
uni
.
showModal
({
...
@@ -451,9 +451,9 @@
...
@@ -451,9 +451,9 @@
});
});
_this
.
showOpenSettingDialog
=
false
;
_this
.
showOpenSettingDialog
=
false
;
}
}
uni
.
redirectTo
({
//
uni.redirectTo({
url
:
'/publicPages/okPage/okPage?type='
+
type
//
url: '/publicPages/okPage/okPage?type=' + type
})
//
})
},
},
fail
:
(
res
)
=>
{
fail
:
(
res
)
=>
{
uni
.
showModal
({
uni
.
showModal
({
...
...
pages/Luxury/myValuation.vue
View file @
56a57a74
...
@@ -24,14 +24,15 @@
...
@@ -24,14 +24,15 @@
<view
class=
"listBox"
v-for=
"(item,index) in list"
:key=
"index"
<view
class=
"listBox"
v-for=
"(item,index) in list"
:key=
"index"
@
click=
"goDetails(item)"
>
@
click=
"goDetails(item)"
>
<view
class=
"listBox_t"
@
click=
"redirectToDetail()"
>
<view
class=
"listBox_t"
@
click=
"redirectToDetail()"
>
<
Text>
{{
item
.
BrandName
}}
</T
ext>
<
text>
{{
item
.
BrandName
}}
</t
ext>
<
Text
style=
"color: #a8a8a8;font-weight: 0;font-size: 26rpx;"
>
{{
item
.
CreateDate
}}
</T
ext>
<
text
style=
"color: #a8a8a8;font-weight: 0;font-size: 26rpx;"
>
{{
item
.
CreateDate
}}
</t
ext>
</view>
</view>
<view
class=
"listBox_c"
>
<view
class=
"listBox_c"
>
<view
v-for=
"(i,indexs) in item.GoodsImgList"
:key=
"indexs"
<view
v-for=
"(i,indexs) in item.GoodsImgList"
:key=
"indexs"
class=
"title-box"
>
class=
"title-box"
>
<view
class=
"imgbox"
style=
"margin-bottom: 20rpx;"
>
<view
class=
"imgbox"
style=
"margin-bottom: 20rpx;"
>
<image
style=
"width: 200rpx;height: 200rpx;border-radius: 20rpx;"
:src=
"i.Path"
mode=
"scaleToFill"
></image>
<!-- aspectFill scaleToFill-->
<image
style=
"width: 200rpx;height: 200rpx;border-radius: 20rpx;"
:src=
"i.Path"
mode=
"aspectFill"
></image>
</view>
</view>
<text>
{{
i
.
Name
}}
</text>
<text>
{{
i
.
Name
}}
</text>
</view>
</view>
...
@@ -273,6 +274,21 @@
...
@@ -273,6 +274,21 @@
margin-bottom
:
20px
;
margin-bottom
:
20px
;
color
:
#000
;
color
:
#000
;
}
}
.listBox_t
text
:first-child
{
width
:
450
rpx
;
margin-left
:
20
rpx
;
word-wrap
:
break-word
;
word-break
:
break-all
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
/** 对象作为伸缩盒子模型显示 **/
-webkit-box-orient
:
vertical
;
/** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp
:
1
;
/** 显示的行数 **/
overflow
:
hidden
;
margin-right
:
20
rpx
;
}
.listBox_t
text
:last-child
{
flex-shrink
:
0
;
}
.orderList
.listBox
.listBox_c
{
.orderList
.listBox
.listBox_c
{
width
:
100%
;
width
:
100%
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment