start.wxml
419 字节
<!--index.wxml-->
<view class='box'>
<!-- <block wx:for='{{imgs}}' wx:key>
<image src='{{item}}'></image>
</block> -->
<!-- <image src='/images/img2.png'></image>
<image src='/images/img2.png'></image>
<image src='/images/img2.png'></image> -->
<image src='{{imgs}}'></image>
</view>
<view class='box2'>
<button class='btn' open-type="getUserInfo" bindgetuserinfo='start'>立即开启</button>
</view>