<template> <view> <view class="loadingIco" > <image src="../../static/images/common/loading.png" mode=""></image> <view class="titile">正在加载...</view> </view> </view> </template> script export default { name:"ico_animation", data() { return { }; } } style .loadingIco...