Files
lcb/pages/distribute/index.wxml
T
2024-05-26 17:02:46 +08:00

53 lines
2.7 KiB
Plaintext

<view class="container img-top-cover pt30" style="background-image:url({{imgUrl}}distribute/zc-bg.jpg);">
<view class="relative pl30 pr30 color-fff">
<view class="pt30 pb60 text-center color-fff">
<view class="font-44">分享素材,获得属于你的专属客户</view>
<view class="mt10 font-28">所有报名用户都会直接进入你的客户池</view>
</view>
</view>
<view class="bg-fff ml30 mr30 pt60 pb50 pl60 pr60 box-shadow-000-10-10 ulib-r10 fn-flex fn-flex-between text-center font-28">
<view bindtap="pushLink" data-url="/pages/distribute/material/index">
<image class='text-middle img-50x50' lazy-load="{{true}}" mode="aspectFill" src="{{imgUrl}}distribute/icon-sucai.png"></image>
<text class="ml15 text-middle">推广素材</text>
</view>
<view bindtap="pushLink" data-url="/pages/distribute/statistics/index">
<image class='text-middle img-50x50' lazy-load="{{true}}" mode="aspectFill" src="{{imgUrl}}distribute/icon-shuju.png"></image>
<text class="ml15 text-middle">推广数据</text>
</view>
</view>
<view class="mt30 inner40 fn-flex">
<view class="fn-flex-item bds-2-f9394d font-32 color-f9394d ulib-r750 text-center ml20 mr20 pt25" bindtap="pushLink" data-url="lcb://navigateToMiniPrograms??appId=wx98e64c11aac45966@path=/pages/storeInfo/index?biz_id={{userInfo.biz_id}}">进店分享</view>
<button class="fn-flex-item btn-f9394d font-32 color-fff ulib-r750 text-center ml20 mr20 pt10 pb10" bindtap="pushLink" data-url="/pages/distribute/storePoster/index">店铺海报</button>
</view>
<view class="fixed pb100 left-0 right-0 bottom-0 text-center">
<view class="inline-block bg-f8 pt10 pb10 pl40 pr40 font-28 color-999 ulib-r750" bindtap="optShowKefu">
<i class="iconfont icon-kefu"></i>
联系小理
</view>
</view>
</view>
<!-- <lcb-footer></lcb-footer> -->
<lcb-backChannel></lcb-backChannel>
<lcb-msg isShow="{{isShowKefu}}" button="false" isHasClose="down">
<view slot="content">
<view class="coms-dialog-kf">
<view class="pic-top"></view>
<view class="tit">
<text>添加客服微信号</text>
</view>
<view class="font-26 color-999 text-center mt15">分销问题,下单问题都可以加我哦</view>
<view class="relative">
<button class="btn-concat">去添加</button>
<view class="absolute left-0 top-0 right-0 bottom-0 opacity-0 text-center overflowhidden">
<QYWXcontact buttonText="{{4}}" class="pt40 pb40" bind:completemessage="completemessage" styleType='1' plugid='9280d952ecab1136d907a34b6799df97' />
<QYWXcontact buttonText="{{4}}" class="pt40 pb40" bind:completemessage="completemessage" styleType='1' plugid='9280d952ecab1136d907a34b6799df97' />
</view>
</view>
</view>
</view>
</lcb-msg>