Commit b6c476dd authored by 黄奎's avatar 黄奎

页面修改

parent b9a192ee
<template> <template>
<view class="trade-activity"> <view class="trade-activity">
wo shi ces
</view> <view class="ad-chi" v-for="(item, index) in tradeData">
{{item.ActivityName}}
<img :src="item.CoverImg" style="margin-bottom:-4px" mode="widthFix" />
</view>
</view>
</template> </template>
<script> <script>
export default { export default {
props: ["dataObj"], props: ["dataObj"],
data() { data() {
return { return {
tradeData:this.dataObj
} }
}, },
created() { created() {
console.log("dataObj",this.dataObj); console.log("tradeData", this.tradeData);
}, },
methods: { methods: {
}, },
}; };
</script> </script>
<style> <style>
</style> </style>
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