Browse Source

优化

master
杜叶春 2 years ago
parent
commit
75377390a9
  1. 6
      pages/userinfo/userinfo.wxml

6
pages/userinfo/userinfo.wxml

@ -36,11 +36,11 @@
<view class="viewModule">
<view class="areaModule">
<view class="title">名称</view>
<text>{{company.image}}</text>
<text>{{company.name}}</text>
</view>
<view class="areaModule">
<view class="title">地址</view>
<text>{{company.image}}</text>
<text>{{company.address}}</text>
</view>
<view class="cellModule large">
<view class="title">营业执照</view>
@ -60,7 +60,7 @@
</view>
<view class="areaModule">
<view class="title">联系方式</view>
<text>{{company.image}}</text>
<text>{{company.phone}}</text>
</view>
</view>

Loading…
Cancel
Save