|
|
@ -19,23 +19,23 @@ |
|
|
<view slot="header" class="text-gray">从业身份</view> |
|
|
<view slot="header" class="text-gray">从业身份</view> |
|
|
<view slot="footer" class="{{userInfo.identityTag? 'text-black':'text-gray'}}">{{userInfo.identityTag || '点击修改从业身份'}}</view> |
|
|
<view slot="footer" class="{{userInfo.identityTag? 'text-black':'text-gray'}}">{{userInfo.identityTag || '点击修改从业身份'}}</view> |
|
|
</wux-cell> |
|
|
</wux-cell> |
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='city' bindtap="toTab2"> |
|
|
|
|
|
|
|
|
<wux-cell wx:if="{{userType == 1}}" data-cid='city'> |
|
|
<view slot="header" class="text-gray">所在城市</view> |
|
|
<view slot="header" class="text-gray">所在城市</view> |
|
|
<view slot="footer" class="text-sg {{userInfo.locateCityTag?'text-blue':'input-grey'}}">{{userInfo.locateCityTag.provinceName+userInfo.locateCityTag.cityName||'请选择所在地区'}}</view> |
|
|
<view slot="footer" class="text-sg {{userInfo.locateCityTag?'text-blue':'input-grey'}}">{{userInfo.locateCityTag.provinceName+userInfo.locateCityTag.cityName||'请选择所在地区'}}</view> |
|
|
</wux-cell> |
|
|
</wux-cell> |
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='age' data-tag='从业经验' bindtap="toTab3"> |
|
|
|
|
|
|
|
|
<wux-cell wx:if="{{userType == 1}}" data-cid='age' data-tag='从业经验'> |
|
|
<view slot="header" class="text-gray">从业经验</view> |
|
|
<view slot="header" class="text-gray">从业经验</view> |
|
|
<view slot="footer" class="{{userInfo.experienceTag? 'text-black':'text-gray'}}">{{userInfo.experienceTag || '点击修改从业经验'}}</view> |
|
|
<view slot="footer" class="{{userInfo.experienceTag? 'text-black':'text-gray'}}">{{userInfo.experienceTag || '点击修改从业经验'}}</view> |
|
|
</wux-cell> |
|
|
</wux-cell> |
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='type' data-tag='希望采购品类' bindtap="toTab4"> |
|
|
|
|
|
|
|
|
<wux-cell wx:if="{{userType == 1}}" data-cid='type' data-tag='希望采购品类'> |
|
|
<view slot="header" class="text-gray">希望采购品类</view> |
|
|
<view slot="header" class="text-gray">希望采购品类</view> |
|
|
<view slot="footer" class="{{userInfo.numberOfPurchaseCategoriesTag? 'text-black':'text-gray'}}">{{userInfo.numberOfPurchaseCategoriesTag || '点击修改希望采购品类'}}</view> |
|
|
<view slot="footer" class="{{userInfo.numberOfPurchaseCategoriesTag? 'text-black':'text-gray'}}">{{userInfo.numberOfPurchaseCategoriesTag || '点击修改希望采购品类'}}</view> |
|
|
</wux-cell> |
|
|
</wux-cell> |
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='type2' data-tag='希望出货品类' bindtap="toTab5"> |
|
|
|
|
|
|
|
|
<wux-cell wx:if="{{userType == 1}}" data-cid='type2' data-tag='希望出货品类'> |
|
|
<view slot="header" class="text-gray">希望出货品类</view> |
|
|
<view slot="header" class="text-gray">希望出货品类</view> |
|
|
<view slot="footer" class="{{userInfo.numberOfProxyCategoriesTag? 'text-black':'text-gray'}}">{{userInfo.numberOfProxyCategoriesTag || '点击修改希望出货品类'}}</view> |
|
|
<view slot="footer" class="{{userInfo.numberOfProxyCategoriesTag? 'text-black':'text-gray'}}">{{userInfo.numberOfProxyCategoriesTag || '点击修改希望出货品类'}}</view> |
|
|
</wux-cell> |
|
|
</wux-cell> |
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='type2' data-tag='希望出货品类' bindtap="toTab6"> |
|
|
|
|
|
|
|
|
<wux-cell wx:if="{{userType == 1}}" data-cid='type2' data-tag='希望出货品类'> |
|
|
<view slot="header" class="text-gray">月出货量</view> |
|
|
<view slot="header" class="text-gray">月出货量</view> |
|
|
<view slot="footer" class="{{userInfo.shipmentPerMonth? 'text-black':'text-gray'}}">{{userInfo.shipmentPerMonth || '点击月出货量'}}</view> |
|
|
<view slot="footer" class="{{userInfo.shipmentPerMonth? 'text-black':'text-gray'}}">{{userInfo.shipmentPerMonth || '点击月出货量'}}</view> |
|
|
</wux-cell> |
|
|
</wux-cell> |
|
|
|