wpfw_ewei_wxapp/commission/pages/qrcode/index.wxml
2023-02-26 08:10:18 +08:00

53 lines
2.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="page qrcode">
<view class="fui-cell-group" wx:if="{{!showimage}}">
<view class="fui-cell">
<view class="fui-cell-info text-center">
<div class="fui-preloader"></div>
<br></br>正在生成海报,请稍后...</view>
</view>
</view>
<view class="qrcode-img" wx:if="{{showimage}}">
<image mode="widthFix" src="{{img}}"></image>
</view>
<view class="fui-title">{{set['qrcode_title']==''?'如何赚钱':set['qrcode_title']}}</view>
<view class="fui-list-group">
<view wx:if="{{set['qrcode']==''||set['qrcode']!=''&&set['qrcode_content']==''}}">
<view class="fui-list">
<view class="fui-list-media">第一步</view>
<view class="fui-list-inner">
<view class="text">转发商品链接或商品图片给微信好友;</view>
</view>
</view>
<view class="fui-list">
<view class="fui-list-media">第二步</view>
<view class="fui-list-inner">
<view class="text">从您转发的链接或图片进入商城的好友,{{set['become_child']==1?'如果您的好友下单,':''}}{{set['become_child']==2?'如果您的好友下单并付款,':''}}系统将自动锁定成为您的客户, 他们在微信商城中购买任何商品,您都可以获得{{set['texts']['commission1']}}</view>
</view>
</view>
<view class="fui-list">
<view class="fui-list-media">第三步</view>
<view class="fui-list-inner">
<view class="text">您可以在{{set['texts']['center']}}查看【{{set['texts']['mydown']}}】和【{{set['texts']['order']}}】,好友确认收货后{{set['texts']['commission']}}方可{{set['texts']['withdraw']}}。</view>
</view>
</view>
</view>
<view wx:if="{{set['qrcode']!=''&&set['qrcode_content']!=''}}">
<view class="fui-list">
<view class="fui-list-inner">
<view class="text">{{set['qrcode_content']}}</view>
</view>
</view>
</view>
<view class="fui-list" wx:if="{{set['qrcode']==''||set['qrcode']!=''&&set['qrcode_remark']==''}}">
<view class="fui-card">
说明:分享后会带有独有的推荐码,您的好友访问之后,系统会自动检测并记录客户关系。如果您的好友已被其他人抢先发展成了客户,他就不能成为您的客户,以最早发展成为客户为准。
</view>
</view>
<view class="fui-list" wx:if="{{set['qrcode']!=''&&set['qrcode_remark']!=''}}">
<view class="fui-card">
说明:{{set['qrcode_remark']}}
</view>
</view>
</view>
</view>