hookehuyr

✨ feat(@我的页面): API联调

This diff is collapsed. Click to expand it.
...@@ -25,14 +25,12 @@ ...@@ -25,14 +25,12 @@
25 <div class="raw-ref" @click="onClick(item)"> 25 <div class="raw-ref" @click="onClick(item)">
26 <van-row> 26 <van-row>
27 <van-col span="8" class="image"> 27 <van-col span="8" class="image">
28 - <van-image width="8rem" height="5rem" lazy-load 28 + <van-image width="8rem" height="5rem" lazy-load :src="item.cover" style="vertical-align: text-bottom;">
29 - src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng67db765f866ac7aba573f734855380b0c1270fb19b8c5ce7fec681289eeae7d9"
30 - style="vertical-align: text-bottom;">
31 <template v-slot:error>加载失败</template> 29 <template v-slot:error>加载失败</template>
32 </van-image> 30 </van-image>
33 - <div style="position: absolute; top: 2rem; left: 3rem;"> 31 + <!-- <div style="position: absolute; top: 2rem; left: 3rem;">
34 <van-image width="2rem" height="2rem" :src="icon_player" style="vertical-align: text-bottom;"> </van-image> 32 <van-image width="2rem" height="2rem" :src="icon_player" style="vertical-align: text-bottom;"> </van-image>
35 - </div> 33 + </div> -->
36 </van-col> 34 </van-col>
37 <van-col span="14" class="text"> 35 <van-col span="14" class="text">
38 <p style="font-size: 1.15rem;">{{ item.perf_name }}</p> 36 <p style="font-size: 1.15rem;">{{ item.perf_name }}</p>
......