接单部分完成
This commit is contained in:
@ -23,81 +23,79 @@
|
||||
<view class="mt-34 flex-col">
|
||||
<view class="flex-col group_4">
|
||||
<view class="flex-row justify-between self-stretch group_5">
|
||||
<text class="font_3 text_7" >项目详情</text>
|
||||
<text class="font_3 text_8">我的推广码</text>
|
||||
<view>
|
||||
<text class="font_3 text_7" bindtap="onSelect"
|
||||
data-key="detail"
|
||||
class="{{ selected === 'detail' ? 'active' : '' }}" >项目详情</text>
|
||||
<view wx:if="{{selected=='detail'}}" class="self-start section_2" style="margin-top: 10rpx;"></view>
|
||||
</view>
|
||||
<view class="self-start section_2"></view>
|
||||
</view>
|
||||
<view class="flex-col mt-19">
|
||||
<view class="flex-col group_6">
|
||||
<view class="flex-row section_3">
|
||||
<image
|
||||
class="self-center image_3"
|
||||
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=7e28ffe3e2c62077f3c18df1307ca5a3.png"
|
||||
/>
|
||||
<text class="ml-10 self-start font_3 text_9">项目政策</text>
|
||||
<view>
|
||||
<text class="font_3 text_8"
|
||||
bindtap="onSelect"
|
||||
data-key="code"
|
||||
class="{{ selected === 'code' ? 'active' : '' }}" >我的推广码</text>
|
||||
<view wx:if="{{selected=='code'}}" class="self-start section_2" style="margin-top: 10rpx;"></view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view wx:if="{{selected=='detail'}}" class="flex-col mt-19">
|
||||
<view class="flex-col group_6">
|
||||
<view class="mt-18 flex-col section_4">
|
||||
<text class="self-start font_3 text_10">结算说明</text>
|
||||
<text class="mt-14 self-start font_4 text_11">新增推广码→填写信息→开码记录查看推广码</text>
|
||||
<view class="mt-14 flex-row equal-division">
|
||||
<image
|
||||
class="image_4 equal-division-item"
|
||||
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=4a65b818aef0dd76b6ff0c87f670a813.png"
|
||||
/>
|
||||
<image
|
||||
class="image_4 equal-division-item"
|
||||
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=8681161514b4cad81ac8c31908b02191.png"
|
||||
/>
|
||||
<text class="self-start font_3 text_100 color" >结算说明:</text>
|
||||
<view style="margin-top: 30rpx;">
|
||||
<rich-text nodes="{{settlementDesc}}"></rich-text>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="mt-18 flex-col section_5">
|
||||
<text class="self-start font_3 text_12">项目说明</text>
|
||||
<view class="flex-col self-stretch group_7">
|
||||
<text class="self-stretch font_4">1.此业务需要用户扫描二维码/通过小程序链接跳转至小程序购买;</text>
|
||||
<text class="self-stretch font_4 mt-3">
|
||||
2.必须通过我们链接/二维码购买才能统计数据,例如:用户第二次直接在小程序/APP购买,那么第二次购买的就不能算作结算数据。
|
||||
</text>
|
||||
<text class="self-start font_4 text_13 mt-3">
|
||||
推广口令 报备流程(口令有效期一个月) 应各位合伙人要求,开通美团 外卖省钱包-春季活动 口令推广申请权限
|
||||
</text>
|
||||
</view>
|
||||
<text class="self-stretch font_4 text_14">
|
||||
开头口令推广权限注意点: 1:先正常申请一个省钱包的推广sid,后扫下方二维码报备。
|
||||
2:注意查看报备结果,审核通过后可使用 3:注意口令有效期,为申请开始的一个月有效,到期后重新申请。
|
||||
4:每天16:00前申请的,次日12点查看结果。每天16:00后申请的。次日19点查看结果
|
||||
</text>
|
||||
<text class="self-start font_3 text_12 color">项目说明:</text>
|
||||
<rich-text style="margin-top: 30rpx;" nodes="{{projectDesc}}"></rich-text>
|
||||
</view>
|
||||
<view class="mt-18 flex-col section_6">
|
||||
<text class="self-start font_3 text_15">项目流程</text>
|
||||
<view class="mt-14 flex-row self-stretch">
|
||||
<image
|
||||
class="equal-division-item image_5"
|
||||
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=74ae81e1a9ceaa0c8585bcde66df2ab1.png"
|
||||
/>
|
||||
<image
|
||||
class="equal-division-item image_6"
|
||||
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=3f390df5eebc0f00039477aae4784edb.png"
|
||||
/>
|
||||
</view>
|
||||
<view class="mt-14 flex-row equal-division_2">
|
||||
<image
|
||||
class="image_4 equal-division-item"
|
||||
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=154de9535322807a344cc2237d0c8fd9.png"
|
||||
/>
|
||||
<image
|
||||
class="image_4 equal-division-item"
|
||||
src="https://ide.code.fun/api/image?token=68199c7e4ae84d00122ebbb9&name=1b8774ac572d6c38a996416f2b5181c0.png"
|
||||
/>
|
||||
</view>
|
||||
<text class="self-start font_3 text_15 color">项目流程:</text>
|
||||
<rich-text style="margin-top: 30rpx;" nodes="{{projectFlow}}"></rich-text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="mt-18 flex-row">
|
||||
<view class="flex-col justify-start items-center text-wrapper_2">
|
||||
<view class="flex-col justify-start items-center text-wrapper_2" bind:tap="back">
|
||||
<text class="font_5 text_16">再想想</text>
|
||||
</view>
|
||||
<view class="flex-col justify-start items-center text-wrapper_3" bind:tap="jiedan">
|
||||
<text class="font_5 text_17">我要接单</text>
|
||||
<text class="font_5 text_17">申请推广码</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 无数据部分 -->
|
||||
<view wx:if="{{selected == 'code' && promoCodeApplyVOList.length == 0}}" class="box">
|
||||
<image class="imagesize" src="/image/4ec3ad48669184342e84e3641589c19b.png" mode="aspectFill"/>
|
||||
<text>暂无数据</text>
|
||||
</view>
|
||||
<!-- 二维码部分 -->
|
||||
<view class="mabox" wx:if="{{selected == 'code' && promoCodeApplyVOList.length > 0}}">
|
||||
<view class="messagebox" wx:for="{{promoCodeApplyVOList}}">
|
||||
<view class="title">
|
||||
<text style="padding: 0 0 0 20px; color: #ffffff;">审核通过</text>
|
||||
</view>
|
||||
<view class="erweima">
|
||||
<view class="zuobox">
|
||||
<view style="padding: 10px;">
|
||||
<text>{{item.salespersonName}}</text>
|
||||
<text style="margin-left: 15rpx;">{{item.salespersonPhone}}</text>
|
||||
</view>
|
||||
<view style="padding: 10px;">
|
||||
<text>任务名称:{{item.projectName}}</text>
|
||||
</view>
|
||||
<view class="jiexuan">
|
||||
<view style="background-color: #FC7E09; width: 80px;display: flex;justify-content: center; align-items: center;">
|
||||
<text style="color: #E33C64;">结算明细</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="youbox">
|
||||
<image class="imagesize1" src="{{item.projectImage}}" mode="aspectFill"/>
|
||||
<text style="margin-top: 10rpx;">查看推广码</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user