斜塘答题替换logo

master
lion 2 years ago
parent ce396a7cd6
commit 438265404e

@ -7,7 +7,7 @@
:duration="item.duration"
:autoPlay="item.autoplay"
timingFunction="ease-in">
<u-image :fade="false" :src="item.content" :width="item.width" :height="item.height"></u-image>
<image :src="item.content" :style="{'width':item.width,'height':item.height}"></image>
</gal-css-animate>
</view>
</view>
@ -74,8 +74,8 @@
},
{
name: 'fadeInUp',
duration: '1s',
timer: 1000,
duration: '1.5s',
timer: 1500,
content: require('../../static/index/logo22.png'),
// content:"https://cdn.langye.net/logo22.05a0e3d9.png",
autoplay:false,

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save