完成第一部分
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
<view class="flex-row items-center shrink-0 section ml-13" bindtap="goToSettlementDetail">
|
||||
<image
|
||||
class="shrink-0 image_2"
|
||||
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=454188c52cef0841952f46f00fe340b4.png"
|
||||
src="./images/jsmx.png"
|
||||
/>
|
||||
<text class="font_3 text_3 ml-4">结算明细</text>
|
||||
</view>
|
||||
@ -39,13 +39,13 @@
|
||||
<view class="section_2 view {{ activeTab===1 ? 'line-active' : 'line-hidden' }}"></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-col group_6 ">
|
||||
<view class="flex-col group_6">
|
||||
<!-- 项目详情tab -->
|
||||
<view wx:if="{{ activeTab === 0 }}" class="flex-col section_3">
|
||||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="image_3"
|
||||
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=d8fd6b2397877af8679585f35c6c1f31.png"
|
||||
src="./images/tz.png"
|
||||
/>
|
||||
<text class="font_5 text_8 ml-10">项目通知</text>
|
||||
</view>
|
||||
@ -68,7 +68,7 @@
|
||||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="image_4"
|
||||
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=0727e8a4ea37a7456da17de39c1b3f2a.png"
|
||||
src="./images/xmzc.png"
|
||||
/>
|
||||
<text class="font_5 ml-10">项目政策</text>
|
||||
</view>
|
||||
@ -95,7 +95,7 @@
|
||||
<text class="self-start font_5 text_15">结算说明</text>
|
||||
<image
|
||||
class="image_5 pos_4"
|
||||
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=3e6eb5208e8ac55c7b94af5272899bbb.png"
|
||||
src="./images/sm.png"
|
||||
/>
|
||||
<rich-text class="self-stretch section_8 view_2" nodes="{{projectDetail.settlementDesc}}"></rich-text>
|
||||
</view>
|
||||
@ -103,7 +103,7 @@
|
||||
<text class="self-start font_5 text_1">项目说明</text>
|
||||
<image
|
||||
class="image_5 pos_5"
|
||||
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=3e6eb5208e8ac55c7b94af5272899bbb.png"
|
||||
src="./images/sm.png"
|
||||
/>
|
||||
<rich-text class="self-stretch section_8" nodes="{{projectDetail.projectDesc}}"></rich-text>
|
||||
</view>
|
||||
@ -111,7 +111,7 @@
|
||||
<text class="self-start font_5 text_1">项目流程</text>
|
||||
<image
|
||||
class="image_5 pos_6"
|
||||
src="https://ide.code.fun/api/image?token=6827630f4ae84d00122fd0c8&name=3e6eb5208e8ac55c7b94af5272899bbb.png"
|
||||
src="./images/sm.png"
|
||||
/>
|
||||
<rich-text class="self-stretch section_8" nodes="{{projectDetail.projectFlow}}"></rich-text>
|
||||
</view>
|
||||
@ -138,7 +138,7 @@
|
||||
</view>
|
||||
<image
|
||||
class="image_6"
|
||||
src="https://img.picui.cn/free/2025/05/18/6829ff0fb5ed6.png"
|
||||
src="./images/code.png"
|
||||
bindtap="onShowPromoPop"
|
||||
data-qrcode="{{item.promoCodeImage}}"
|
||||
data-link="{{item.promoCodeLink}}"
|
||||
@ -174,6 +174,6 @@
|
||||
show="{{showPromoPop}}"
|
||||
qrcode="{{currentQrcode}}"
|
||||
link="{{currentPromoLink}}"
|
||||
close-icon="https://ide.code.fun/api/image?token=6829dc904ae84d00122fe075&name=f319b81f1964ad8f099a67a770941d6a.png"
|
||||
close-icon="../promoPop/images/cha.png"
|
||||
bind:close="onClosePromoPop"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user