commission--yt-commit
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<view class="flex-col flex-1 group_1 ml-20">
|
||||
<text class="self-start font text">{{projectDetail.projectName}}</text>
|
||||
<view class="flex-row items-center self-stretch mt-7">
|
||||
<text class="flex-1 font_2 text_2">{{projectDetail.projectDescription}}</text>
|
||||
<text class="flex-1 font_2 text_2">{{ projectDescription }}</text>
|
||||
<view class="flex-row items-center shrink-0 section ml-13" bindtap="gotoSettlement" data-id="{{ projectDetail.id }}" data-url="{{ projectDetail.projectImage }}" data-name="{{ projectDetail.projectName }}">
|
||||
<image
|
||||
class="shrink-0 image_2"
|
||||
@ -97,7 +97,7 @@
|
||||
class="image_5 pos_4"
|
||||
src="./images/sm.png"
|
||||
/>
|
||||
<rich-text class="self-stretch section_8 view_2" nodes="{{projectDetail.settlementDesc}}"></rich-text>
|
||||
<rich-text class="self-stretch section_8 view_2" nodes="{{ settlementDesc }}"></rich-text>
|
||||
</view>
|
||||
<view class="flex-col relative section_1 mt-21">
|
||||
<text class="self-start font_5 text_1">项目说明</text>
|
||||
@ -105,7 +105,7 @@
|
||||
class="image_5 pos_5"
|
||||
src="./images/sm.png"
|
||||
/>
|
||||
<rich-text class="self-stretch section_8" nodes="{{projectDetail.projectDesc}}"></rich-text>
|
||||
<rich-text class="self-stretch section_8" nodes="{{ projectDesc }}"></rich-text>
|
||||
</view>
|
||||
<view class="flex-col relative section_1 mt-21">
|
||||
<text class="self-start font_5 text_1">项目流程</text>
|
||||
@ -113,7 +113,7 @@
|
||||
class="image_5 pos_6"
|
||||
src="./images/sm.png"
|
||||
/>
|
||||
<rich-text class="self-stretch section_8" nodes="{{projectDetail.projectFlow}}"></rich-text>
|
||||
<rich-text class="self-stretch section_8" nodes="{{ projectFlow }}"></rich-text>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 我的推广码tab -->
|
||||
|
Reference in New Issue
Block a user