Files
qingcheng-xiaochengxu/pages/xiangqing/xiangqing.wxml
2025-05-11 15:12:01 +08:00

105 lines
5.0 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="flex-col page">
<view class="mt-34 flex-col group">
<view class="flex-row relative">
<image
class="image_2"
src="{{projectImage}}"
mode="aspectFill"
/>
<text class="self-start font text_2">{{projectName}}</text>
<view class="flex-col justify-start items-start group_2 pos">
<text class="font_2 text_4">{{projectDescription}}</text>
<view class="flex-col justify-start items-center text-wrapper pos_2" bind:tap="mingxi">
<text class="font_2 text_3">结算明细</text>
</view>
</view>
</view>
<view class="flex-row items-baseline group_3 mt-7">
<text class="text_5">最高价</text>
<text class="text_6 ml-3">¥{{projectPrice}}</text>
</view>
</view>
<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>
<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>
<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"
/>
</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:每天1600前申请的次日12点查看结果。每天16:00后申请的。次日19点查看结果
</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>
</view>
</view>
<view class="mt-18 flex-row">
<view class="flex-col justify-start items-center text-wrapper_2">
<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>
</view>
</view>
</view>
</view>
</view>