defraudtip.wxml
644 Bytes
<!--pages/orders/defraudtip/defraudtip.wxml-->
<template name='fraudtip'>
<view class='fraud-container' bindtap='goTODefraudPage'>
<view class='left-view'>
<view class='top-tip'>
<image class='tip-img' src='{{tipimgsrc}}'></image>
<view class='tip-desc'>关于防诈骗的重要提醒</view>
</view>
<view class='bottom-desc'>有货不会以任何理由要求您退货退款,请您提高警惕。</view>
</view>
<view class='right-arrow'>
<image style='width:100%;height:100%' src='{{arrowImg}}'></image>
</view>
</view>
<view class='fraud-remind-bottom-sep'></view>
</template>