File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1818 <text>{{oTopicDetail.visit_count}}次浏览</text>
1919 </view>
2020 </view>
21- <button class="v" size="mini" style="right: 10rpx;" bindtap="fnTapSwitchTopicCollectStatus">{{oTopicDetail.is_collect ? '已收藏' : '收藏'}}</button>
21+ <i
22+ class="v icon icon-collect {{oTopicDetail.is_collect ? 'color-green' : 'color-grey'}}"
23+ style="right: 10rpx;font-size: 50rpx;"
24+ bindtap="fnTapSwitchTopicCollectStatus">
25+ </i>
2226 </view>
2327 <!-- 内容 -->
2428 <view class="topic-content">
Original file line number Diff line number Diff line change 7171.color-white {
7272 color: #ffffff;
7373}
74- .color-green {
75- color: #80bd01;
76- }
7774.color-grey {
7875 color: #7c7c7c;
7976}
77+ .color-green {
78+ color: #80bd01;
79+ }
8080/* 谈入谈出 */
8181.fadein-init {
8282 opacity: 0;
You can’t perform that action at this time.
0 commit comments