fraudTip.ttml 616 Bytes
<!--pages/orders/defraudtip/defraudtip.wxml-->
<view class='fraud-container' bindtap='goTODefraudPage'>
  <view class='left-view'>
    <view class='top-tip'>
      <image class='tip-img' src='../../../images/tan-ic@2x.png'></image>
      <view class='tip-desc'>关于防诈骗的重要提醒</view>
    </view>
    <view class='bottom-desc'>有货不会以任何理由要求您退货退款,请您提高警惕。</view>
  </view>
  <view class='right-arrow'>
    <image style='width:100%;height:100%' src='../../../images/arrow_right@2x.png'></image>
  </view>
</view>
<view class='fraud-remind-bottom-sep'></view>