|
@@ -371,8 +371,8 @@ export default defineComponent({
|
|
|
border={false}
|
|
|
isFixed={false}
|
|
|
hideHeader={route.query.taId ? true : false}
|
|
|
- color={color.value}
|
|
|
- backIconColor="white"
|
|
|
+ // color={color.value}
|
|
|
+ // backIconColor="white"
|
|
|
/>
|
|
|
</TheSticky>
|
|
|
|
|
@@ -421,7 +421,7 @@ export default defineComponent({
|
|
|
<div class={styles.img}>
|
|
|
{album.buyTimesFlag && (
|
|
|
<span class={styles.quota}>
|
|
|
- 限购:{album.buyedTimes}/{album.buyTimes}次
|
|
|
+ 限购{album.buyedTimes}/{album.buyTimes}次
|
|
|
</span>
|
|
|
)}
|
|
|
<Image
|