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

26 lines
1.1 KiB

<view class="container-view" >
<text class="text-item" bindtap="handleTextTap" data-id="{{videoUrl}}" data-name="{{videoUrl}}" wx:key="id">演示视频</text>
<!-- <view class="divider"></view>
<text class="text-item" bindtap="sendBlueOrder" data-key="{{commandMap[0].value}}" data-name="{{commandMap[0].value}}" wx:key="id">增加钥匙/{{commandMap[0].value}}</text> -->
<view class="divider"></view>
<view class="list">
<view
wx:for="{{commandMap}}"
wx:key="id"
class="list-item"
bindtap="handleItemClick"
data-id="{{item.value}}"
>
<text class="text-item">{{item.key}}</text>
</view>
</view>
<text class="text-item" bindtap="service" data-id="{{support}}" data-url="{{support}}" wx:key="id">联系客服:</text>
<!-- <view>
<image class="qrcode" show-menu-by-longpress="1" src="https://mp-356f0dff-3257-4311-9774-dd14ef66bbf8.cdn.bspapp.com/imageUrl/name_card.jpg" mode="widthFix"></image>
</view> -->
<view style="width: 100%; justify-content: center;" class="view_class">
<image src="/utils/image/qrpic.png" show-menu-by-longpress="true" class="qr"></image>
</view>
</view>