Commit 10559ee4 by zhangzhen

细节优化

parent e843ef29
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<text class="">来源:</text> <text class="">来源:</text>
<text>{{couponSourceEnum[item.sourceType]}} {{item.platformType!==1? '('+platformEnum[item.platformType]+')' : ''}}</text> <text>{{couponSourceEnum[item.sourceType]}} {{item.platformType!==1? '('+platformEnum[item.platformType]+')' : ''}}</text>
</view> </view>
<view v-if="item.couponType == 4" class="flex-1 flex-row text-gray "> <view v-if=" [4,5].includes(item.couponType) " class="flex-1 flex-row text-gray ">
<text class="">使用说明:</text> <text class="">使用说明:</text>
<text>{{item.remark || ''}}</text> <text>{{item.remark || ''}}</text>
</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