iotAR小程序
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.
 

6 lines
236 B

<view class="nav">
<image mode="aspectFit" src="{{icon}}"></image>
<view class="t1">{{end?'已到达': t1}}</view>
<text class="t2">{{end?'': t2}}</text>
<image class="exit" src="./close.png" bindtap="handleTap"></image>
</view>