mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
<view class="container">
|
|
<button bindtap="onscan">扫一扫</button>
|
|
<view>
|
|
<view wx:for="{{list}}" class="output">
|
|
<image src="{{item.path}}" bindtap="click" data-index="{{index}}" data-path="{{item.path}}"></image>
|
|
<view><text>{{item.time}}</text></view>
|
|
</view>
|
|
</view>
|
|
</view>
|