Commit 4e9f5989 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 51b9e1da
...@@ -116,18 +116,18 @@ ...@@ -116,18 +116,18 @@
} }
}, },
onShow() { onShow() {
try { // try {
// 在子组件重写show()代替onShow() // // 在子组件重写show()代替onShow()
if (this.currentPage == 0) { // if (this.currentPage == 0) {
this.$refs.index.show(); // this.$refs.index.show();
} else if (this.currentPage == 1) { // } else if (this.currentPage == 1) {
this.$refs.recommend.show(); // this.$refs.recommend.show();
} else if (this.currentPage == 2) { // } else if (this.currentPage == 2) {
this.$refs.user.show(); // this.$refs.user.show();
} // }
} catch (e) { // } catch (e) {
} // }
}, },
mounted() { mounted() {
// 渲染完成 初始化首页数据 // 渲染完成 初始化首页数据
......
...@@ -133,8 +133,8 @@ ...@@ -133,8 +133,8 @@
<view style="display: flex;margin-left: 10rpx;"> <view style="display: flex;margin-left: 10rpx;">
<view style="flex-grow: 2;display: flex;align-items: center;"> <view style="flex-grow: 2;display: flex;align-items: center;">
<image style="border-radius:10rpx; width: 100rpx;height: 130rpx;" <image style="border-radius:10rpx; width: 100rpx;height: 130rpx;margin-top: 10rpx;"
src="http://sh.mints-id.com/vedioApp/vedio/ZhiZunLongZhu/zzlzshu.jpg" mode="aspectFill"></image> :src="newRecordBean.coverImage" mode="aspectFill"></image>
<view style="margin: 20rpx;"> <view style="margin: 20rpx;">
<view style="font-size: 30rpx; color: white;">{{newRecordBean.title}}</view> <view style="font-size: 30rpx; color: white;">{{newRecordBean.title}}</view>
<view style="font-size: 24rpx;margin-top: 6rpx;color: white;">上次观看至第{{newRecordBean.seeIndex}} <view style="font-size: 24rpx;margin-top: 6rpx;color: white;">上次观看至第{{newRecordBean.seeIndex}}
......
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