|  |  |  | 
|---|
|  |  |  | <template> | 
|---|
|  |  |  | <view class="container-page" style="padding: 0rpx;"> | 
|---|
|  |  |  | <view v-if="source==='step'" style="padding: 20rpx 0rpx;color: red;;background-color: #e6e6e6;"> | 
|---|
|  |  |  | <view style="padding: 20rpx;text-align: center;background-color: #fff;">现阶段仅限云南产地的供应商入住</view> | 
|---|
|  |  |  | <view style="padding: 20rpx;text-align: center;background-color: #fff;">仅限花满芫合伙人入驻</view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <view v-if="source==='step'" class="m-t-20"> | 
|---|
|  |  |  | <u-steps current="0"> | 
|---|
|  |  |  | 
|---|
|  |  |  | <view class="form-item before-line m-t-20" @click="uploadIcon('idCards')"> | 
|---|
|  |  |  | <view class="label required">上传身份证正反面</view> | 
|---|
|  |  |  | <view class="m-l-a m-r-0 flex"> | 
|---|
|  |  |  | <view class="component-button-upload" @click="uploadIcon('idCards')"> | 
|---|
|  |  |  | <view class="component-button-upload"> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | this.getDetail() | 
|---|
|  |  |  | } else { | 
|---|
|  |  |  | //判断是不是来自登录步骤,是等话需要从缓存里面拿信息 | 
|---|
|  |  |  | if (this.source == 'step') { | 
|---|
|  |  |  | if (this.source === 'step') { | 
|---|
|  |  |  | var tjson = this.$storage.getItem('cache_partner_info') | 
|---|
|  |  |  | if (tjson) { | 
|---|
|  |  |  | this.dto = { | 
|---|