This commit is contained in:
SelfRidicule 2024-03-27 17:31:30 +08:00
parent 7bc2b0c73b
commit 8093f02fe1

View File

@ -67,7 +67,7 @@
</view> </view>
<view class="listBox" data-name="企业"> <view class="listBox" data-name="企业">
<view style="width:24%;">企业</view> <view style="width:24%;">企业</view>
<view style="width:70%;text-align:right;color:#888888">{{memberInfo.customerName}}</view> <view style="width:70%;text-align:right;color:#888888">{{memberInfo.customerName? memberInfo.customerName : ''}}</view>
</view> </view>
<!-- <view class="listBox" style="border:none;"> <!-- <view class="listBox" style="border:none;">
<view style="width:24%;">公司</view> <view style="width:24%;">公司</view>