摘要:
<template> <div class="turntable" v-wechat-title="$route.meta.title"> <!-- 转盘包裹 --> <div class="rotate"> <!-- 转盘图片 --> <image class="dish" src="../../ 阅读全文
摘要:
<template> <view class="marquee"> <view class="marquee-inner"> <span v-for="(item, index) of textList" :key="index">{{ item.text }}</span> <!-- 复制一份内容 阅读全文