界面修改
This commit is contained in:
parent
c16be21609
commit
4c83cc272b
@ -267,8 +267,8 @@
|
||||
<text class="title">{{item.title}}</text>
|
||||
<view class="goods_info">
|
||||
<view class="l_info">
|
||||
<image :src="(item.author && item.author.avatar) || '/static/images/f.png'"
|
||||
mode="aspectFit" class="g_img"></image>
|
||||
<image :src="(item.author && item.author.avatar) || '/static/images/f.png'" mode="aspectFit"
|
||||
class="g_img"></image>
|
||||
<text class="g_name">{{item.author && item.author.nickname}}</text>
|
||||
</view>
|
||||
<view class="nice_box flex_a_c" @click.stop="giveStart(item)">
|
||||
@ -314,7 +314,7 @@
|
||||
<mentioned ref="mentioned" @close="closePopup" :list="moreList" :uid="authorUid"></mentioned>
|
||||
</view>
|
||||
</uni-popup>
|
||||
<!-- <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize> -->
|
||||
<authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize>
|
||||
<view class="fixed-head">
|
||||
<view class="sys-head" :style="{height:statusBarHeight}"></view>
|
||||
<view class="tool-bar" @click='goBack()'>
|
||||
@ -501,7 +501,7 @@
|
||||
this.wHeight = uni.getSystemInfoSync().screenHeight; //获取屏幕高度
|
||||
this.boxStyle.height = this.wHeight; //改变视频高度
|
||||
this.get() //这一步,加载视频数据
|
||||
// if (this.isLogin) this.getUserInfo()
|
||||
if (this.isLogin) this.getUserInfo()
|
||||
},
|
||||
onReady() {},
|
||||
methods: {
|
||||
@ -594,6 +594,7 @@
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
// #endif
|
||||
/**
|
||||
* 获取个人用户信息
|
||||
@ -661,9 +662,9 @@
|
||||
// this.getUserInfo()
|
||||
// },
|
||||
// 授权关闭
|
||||
// authColse: function(e) {
|
||||
// this.isShowAuth = e
|
||||
// },
|
||||
authColse: function(e) {
|
||||
this.isShowAuth = e
|
||||
},
|
||||
moreTap(item) {
|
||||
item.isMore = !item.isMore;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user