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.
git/scr/miniprogram-2/pages/usercenter/components/t-location/index.wxml

40 lines
710 B

<view class="wx-address t-class" bind:tap="getWxLocation">
<block wx:if="{{isCustomStyle}}">
<view class="wx-address-custom">
<t-icon
prefix="wr"
t-class="weixin"
color="#0ABF5B"
name="wechat"
size="48rpx"
/>
<text>{{title}}</text>
</view>
<slot/>
</block>
<block wx:else>
<t-cell
title="{{title}}"
title-class="cell__title"
wr-class="cell"
border="{{false}}"
>
<t-icon
t-class="weixin"
slot="icon"
color="#0ABF5B"
name="logo-windows"
size="48rpx"
/>
<t-icon
slot="right-icon"
name="chevron-right"
class="custom-icon"
color="#bbb"
/>
</t-cell>
</block>
</view>
<t-toast id="t-toast" />