You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<!--pages/turntable/turntable.wxml-->
|
|
<view class="container">
|
|
<image src='/images/bg_1.jpg' class="bg_1"></image>
|
|
<image src='/images/bg_2.png' animation="{{rotate}}" class="bg_2"></image>
|
|
<image src='/images/start.png' bindtap="start" class="start"></image>
|
|
|
|
</view> |