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.
 

11 lines
286 B

<view>
<text>{{name}}</text>
<image src="/images/product_show_{{id}}.png" mode="aspectFill"/>
<view wx:if="{{ address.length > 0 }}">
<text bindtap="bindTapAddress">address</text>
</view>
<view wx:else>
<text bindtap="bindTapAddress">address</text>
</view>
</view>