Commit 6378136d authored by youjie's avatar youjie

no message

parent fd9fd158
......@@ -203,7 +203,7 @@
<img class="ML20" :src="!showOther?downImg[0]:downImg[1]"/>
</view>
</view>
<view v-if="dataList&&dataList[currentIndex]&&dataList[currentIndex].OtherTotalPriceList.length>0&&showOther" class="PB20">
<view v-if="dataList&&dataList[currentIndex]&&dataList[currentIndex].OtherTotalPriceList&&dataList[currentIndex].OtherTotalPriceList.length>0&&showOther" class="PB20">
<view
v-for="(item,index) in dataList[currentIndex].OtherTotalPriceList"
class="billDetailsCCBox billDetailsCCBoxOth row items-center justify-between fz28">
......@@ -213,7 +213,6 @@
</view>
<text class="fontWeight500">¥{{ item.TotalPrice }}</text>
</view>
<u-empty v-if="dataList[currentIndex].OtherTotalPriceList.length==0||!dataList[currentIndex].OtherTotalPriceList" text="暂无数据" mode="data" paddingTop="0"></u-empty>
</view>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment