mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
提交
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<image style="width: 36upx;height: 36upx;vertical-align: middle;margin-right: 10upx;" src="../../static/images/icon/bar-comment.png" size="24"></image>回复
|
||||
<!-- <u-icon @click="openInput(commidx)" name="chat" color="#979797" size="18" label="回复"></u-icon> -->
|
||||
</view>
|
||||
<interact-bar :data="comm" :comments="false" :favorites="false"></interact-bar>
|
||||
<interact-bar :type="praisesType" :data="comm" :comments="false" :favorites="false"></interact-bar>
|
||||
</view>
|
||||
<!-- <view>
|
||||
<u-icon @click="openInput(commidx)" name="chat" color="#979797" size="18" label="回复"></u-icon>
|
||||
@@ -66,7 +66,7 @@
|
||||
<image style="width: 36upx;height: 36upx;vertical-align: middle;margin-right: 10upx;" src="../../static/images/icon/bar-comment.png" size="24"></image>回复
|
||||
<!-- <u-icon @click="openInput(commidx)" name="chat" color="#979797" size="18" label="回复"></u-icon> -->
|
||||
</view>
|
||||
<interact-bar :data="reply" :comments="false" :favorites="false"></interact-bar>
|
||||
<interact-bar :data="reply" :type="praisesType" :comments="false" :favorites="false"></interact-bar>
|
||||
<!-- <view>
|
||||
<u-icon @click="openInput(commidx,replyIdx)" name="chat" color="#979797" size="18" label="回复"></u-icon>
|
||||
</view>
|
||||
@@ -202,11 +202,21 @@
|
||||
chooseUserName:'',
|
||||
list:[]
|
||||
},
|
||||
commData:{}
|
||||
commData:{},
|
||||
praisesType:0,
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.loadData(false);
|
||||
if(this.objType == 1) {
|
||||
this.praisesType = 10;
|
||||
}
|
||||
if(this.objType == 2) {
|
||||
this.praisesType = 20;
|
||||
}
|
||||
if(this.objType == 3) {
|
||||
this.praisesType = 30;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
loadData(append){ //加载数据
|
||||
|
||||
Reference in New Issue
Block a user