Commit 8738e905 authored by Mac's avatar Mac

1

parent d5c51bda
......@@ -2,7 +2,6 @@
.trade-activity {
padding: 30rpx;
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: '',
......
......@@ -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",
});
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment