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
8738e905
Commit
8738e905
authored
Sep 01, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d5c51bda
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
components/tradeActivity/index.vue
+2
-3
index.vue
pages/index/index.vue
+2
-1
No files found.
components/tradeActivity/index.vue
View file @
8738e905
...
...
@@ -2,7 +2,6 @@
.trade-activity
{
padding
:
30
rpx
;
background-color
:
#F6F6F6
;
max-height
:
80vh
;
}
.trade_List
{
...
...
@@ -51,7 +50,7 @@
}
</
style
>
<
template
>
<view
class=
"trade-activity"
>
<view
class=
"trade-activity"
:style=
"
{height:'calc(100vh - '+pagePaddingBottom+')'}"
>
<view
class=
"trade_List"
v-for=
"(item, index) in tradeData"
>
<view
class=
"tradeImgDiv"
>
<image
:src=
"item.CoverImg"
style=
"width:100%;height:100%"
mode=
"aspectFill"
></image>
...
...
@@ -88,7 +87,7 @@
<
script
>
export
default
{
props
:
[
"dataObj"
],
props
:
[
"dataObj"
,
'pagePaddingBottom'
],
data
()
{
return
{
mc
:
''
,
...
...
pages/index/index.vue
View file @
8738e905
...
...
@@ -210,6 +210,7 @@
<tradeActivity
v-if=
"d.id == 'tradeActivity'"
:dataObj=
"d.data"
:pagePaddingBottom =
'pagePaddingBottom'
@
refresh=
"refreshPage"
></tradeActivity>
</
template
>
...
...
@@ -1554,7 +1555,7 @@ export default {
yj
()
{
uni
.
navigateTo
({
// url: '/pages/blindDate/persondetails?UserId=123978'
url
:
"/pages/
school/personal/bindSalesman
"
,
url
:
"/pages/
kotra/signSuccse
"
,
});
},
},
...
...
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