Skip to content

Commit

Permalink
🎉 init: 增加备注信息显示
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadwuo committed Feb 10, 2024
1 parent eb008c8 commit 0b3bbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniprogram/pages/giftOut/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<view class="flex justify-between align-center w-100">
<view class="flex flex-column">
<text class="text-xl text-bold">{{item.friendInfo.name}}</text>
<text class="text-lg text-grey py-2"> {{item.title}}</text>
<text class="text-lg text-grey py-2"> {{item.title}}<text wx:if="{{item.remarks}}">({{item.remarks}})</text></text>
<view class="text-df text-grey">{{item.date.value}} {{ item.date.lunar_month }}{{ item.date.lunar_day }}</view>
</view>
<view class="mr-4 {{item.icon!='iconfont icon-sangzang'?'text-red':'text-grey'}}">
Expand Down

0 comments on commit 0b3bbc5

Please sign in to comment.