|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
<happy-scroll color="rgba(100,100,100,0.5)" size="8" class="scroll-box" style="height:30px;">
|
|
|
|
|
|
|
|
|
|
<viewer :images="text.intoStockPic">
|
|
|
|
|
<img class="historyImg" v-for="(item,index) in text.intoStockPics" :key="index" :src="imgUrl+item" />
|
|
|
|
|
<img class="historyImg" v-for="(item,index) in text.intoStockPics" :key="index" :src="item" />
|
|
|
|
|
</viewer>
|
|
|
|
|
</happy-scroll>
|
|
|
|
|
</span>
|
|
|
|
|
|