Selaa lähdekoodia

藏品详情关注

yuany 3 vuotta sitten
vanhempi
commit
d0bfb145e3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/creator/CreatorInfo.vue

+ 1 - 1
src/components/creator/CreatorInfo.vue

@@ -33,7 +33,7 @@
 
 
         <van-button
         <van-button
             @click.stop="follow"
             @click.stop="follow"
-            :class="info.follow ? (isFollow ? '.followedtwo' : 'followedtwo') : 'followedthree'"
+            :class="info.follow ? (isFollow ? 'followedtwo' : 'followedtwo') : 'followedthree'"
             :plain="info.follow"
             :plain="info.follow"
             type="primary"
             type="primary"
             size="mini"
             size="mini"