Commit 44b24c1e1708c18d5fbd363447c87e6e3bc2b0c3

Authored by wesley88
1 parent 240b4587

1

lvdao-miniapp/pages/propertyPay/payDetail/payDetail.vue
@@ -79,10 +79,10 @@ @@ -79,10 +79,10 @@
79 <text style="width: 100%;text-align: right;" v-for="(item,index) in cent.orderNumber.split(',')">{{item}}</text> 79 <text style="width: 100%;text-align: right;" v-for="(item,index) in cent.orderNumber.split(',')">{{item}}</text>
80 </view> 80 </view>
81 </view> 81 </view>
82 - <view class="form-item"> 82 + <!-- <view class="form-item">
83 <view class="left">流水号</view> 83 <view class="left">流水号</view>
84 <view class="right" style="width: 60%;display: flex;flex-wrap: wrap;">{{cent.transactionNumber}}</view> 84 <view class="right" style="width: 60%;display: flex;flex-wrap: wrap;">{{cent.transactionNumber}}</view>
85 - </view> 85 + </view> -->
86 </view> 86 </view>
87 </view> 87 </view>
88 </template> 88 </template>