Ver Fonte

[edit][style]

zhangwei há 2 anos atrás
pai
commit
edfd2851aa
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/view/iframe/treasure-hunt/components/carousel.vue

+ 1 - 1
src/view/iframe/treasure-hunt/components/carousel.vue

@@ -16,7 +16,7 @@
                         @click="clickItem(item)">
                         <img :src="item.userInfo.avatarUrl" alt="" />
                         <span>Get</span> &nbsp;
-                        <span>$</span>
+                        <span>${{ item.amountValue }}</span>
                     </div>
                 </div>
             </div>