| | |
| | | <text class="f-28">法人信息</text>
|
| | | <text class="f-28 c-66">{{ item.legalPerson ? item.legalPerson : '未完善'}}</text>
|
| | | </view>
|
| | | <view class="item-row flex a-i-c j-c-s-b f-28">
|
| | | <text>时间</text>
|
| | | <text class="c-66">{{item.createTime}}</text>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | | <u-toast ref="uToast"></u-toast>
|
| | |
| | | },
|
| | | ],
|
| | | tabIndex: 0,
|
| | | tabStatus: 1,
|
| | | tabStatus: "",
|
| | | keyWord: '',
|
| | | loadingStatus: 'nomore',
|
| | | clickInfo: {},
|
| | |
| | | selectDate:[],
|
| | | }
|
| | | },
|
| | | |
| | | |
| | | onLoad(option){
|
| | | if(option.from){
|
| | | this.tabIndex = 1;
|
| | | this.tabStatus = 1;
|
| | | }
|
| | | },
|
| | | |
| | | onShow() {
|
| | | this.currentRole = uni.getStorageSync("activeRole")
|
| | | this.resetParams()
|