You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
3.4 KiB
60 lines
3.4 KiB
<!--pages/home/info/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">从业信息</view>
|
|
</cu-custom>
|
|
|
|
<!-- <view class="bg-white flex flex-center flex-column" style="padding:48rpx">
|
|
<view style="width: 120px;height: 120px;position: relative" bindtap="chooseImage">
|
|
<wux-image width="{{120}}" height="{{120}}" wux-class="image" shape="circle" src="{{avatarUrl}}" />
|
|
<image class="wux-badge" src="/assets/image/icon_carmera.png"></image>
|
|
</view>
|
|
</view> -->
|
|
<wux-cell-group>
|
|
<!-- <wux-cell>
|
|
<view slot="header" class="text-gray">姓名</view>
|
|
<view slot="footer">{{linkman || ''}}</view>
|
|
</wux-cell> -->
|
|
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='card' data-tag='从业身份' bindtap="toTab1">
|
|
<view slot="header" class="text-gray">从业身份</view>
|
|
<view slot="footer" class="{{userInfo.identityTag? 'text-black':'text-gray'}}">{{userInfo.identityTag || '点击修改从业身份'}}</view>
|
|
</wux-cell>
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='city' bindtap="toTab2">
|
|
<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>
|
|
</wux-cell>
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='age' data-tag='从业经验' bindtap="toTab3">
|
|
<view slot="header" class="text-gray">从业经验</view>
|
|
<view slot="footer" class="{{userInfo.experienceTag? 'text-black':'text-gray'}}">{{userInfo.experienceTag || '点击修改从业经验'}}</view>
|
|
</wux-cell>
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='type' data-tag='希望采购品类' bindtap="toTab4">
|
|
<view slot="header" class="text-gray">希望采购品类</view>
|
|
<view slot="footer" class="{{userInfo.numberOfPurchaseCategoriesTag? 'text-black':'text-gray'}}">{{userInfo.numberOfPurchaseCategoriesTag || '点击修改希望采购品类'}}</view>
|
|
</wux-cell>
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='type2' data-tag='希望出货品类' bindtap="toTab5">
|
|
<view slot="header" class="text-gray">希望出货品类</view>
|
|
<view slot="footer" class="{{userInfo.numberOfProxyCategoriesTag? 'text-black':'text-gray'}}">{{userInfo.numberOfProxyCategoriesTag || '点击修改希望出货品类'}}</view>
|
|
</wux-cell>
|
|
<wux-cell wx:if="{{userType == 1}}" is-link data-cid='type2' data-tag='希望出货品类' bindtap="toTab6">
|
|
<view slot="header" class="text-gray">月出货量</view>
|
|
<view slot="footer" class="{{userInfo.shipmentPerMonth? 'text-black':'text-gray'}}">{{userInfo.shipmentPerMonth || '点击月出货量'}}</view>
|
|
</wux-cell>
|
|
</wux-cell-group>
|
|
|
|
<!-- <view class="bg-white" style="padding: 1rpx 30rpx;">
|
|
<view style="padding: 20rpx 0rpx;">
|
|
<text class="lg text-sg text-black" decode="{{true}}">营业执照</text>
|
|
</view>
|
|
<view class="grid col-3 grid-square">
|
|
<view class="bg-img" bindtap="viewImage" data-url="{{licenseUrl}}">
|
|
<image src='{{licenseUrl}}' mode='aspectFill'></image>
|
|
<view class="cu-tag bg-red" catchtap="updatalicenseUrl">
|
|
<text class="cuIcon-close"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> -->
|
|
|
|
<wux-cropper wx:if="{{visible}}" srcList="{{srcList}}" bindclose="closeCallback" bindcroped="onCropback"></wux-cropper>
|
|
<wux-dialog id="wux-dialog" />
|
|
<wux-cascader id="wux-cascader" value="{{region}}" options="{{ options }}" bind:close="onRegionChange" />
|