闫增涛
2024-02-23 fdfb3ca757ecd6c396632ed276ff354671d3a7e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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" />