合并推送

This commit is contained in:
lmj
2022-12-20 17:04:22 +08:00
parent 568d718ab1
commit 99b59a39fd
12 changed files with 47 additions and 9 deletions

View File

@@ -152,9 +152,9 @@
<text class="desrow-value">{{tea.teacherName}}</text>
<text class="desrow-value" style="font-size: 24upx;margin-left: 6upx;color: #999999;">({{tea.orgInfo}})</text>
</view>
<view @click="followUser(tea)" style="color: #387DF7;;">
<text v-if="tea.followed">已关注</text>
<text v-else>+关注</text>
<view @click="followUser(tea)" style="color: #387DF7;">
<text class="concern" v-if="tea.followed">已关注</text>
<text v-else class="concern">+关注</text>
</view>
</view>
</view>
@@ -1516,6 +1516,12 @@
</script>
<style lang="scss" scoped>
.concern{
font-size: 24upx;
border: 1upx solid #387DF7;
padding: 3upx 20upx;
border-radius: 30upx;
}
.pinglun{
/deep/ .comments{
padding: 0;