Explorar el Código

藏品详情关注

yuany hace 4 años
padre
commit
d0bfb145e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/creator/CreatorInfo.vue

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

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