张延森 3 年之前
父節點
當前提交
f6880c7daa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/index/activityDetail/index.jsx

+ 1
- 1
src/pages/index/activityDetail/index.jsx 查看文件

@@ -194,7 +194,7 @@ export default withLayout((props) => {
194 194
             className="iconfont icon-shoucang"
195 195
             style={isSaved ? { color: "red" } : undefined}
196 196
           ></text>
197
-          <text>收藏</text>
197
+          <text>{isSaved ? '已收藏' : '收藏'}</text>
198 198
         </view>
199 199
         <view className="flex-item"></view>
200 200