This commit is contained in:
parent
0dafeea372
commit
21e2c98458
|
|
@ -37,7 +37,7 @@
|
|||
</view>
|
||||
<view class="content-title">
|
||||
<view class="shu"></view>
|
||||
<view class="content-weight">企业信息</view>
|
||||
<view class="content-weight">机构信息</view>
|
||||
</view>
|
||||
<view class="white-message">
|
||||
<view>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<view class="title-back" :style="{height:`${uni.getStorageSync('moveHeight')+40}px`}">
|
||||
<view class="left-father" @click="goBack">
|
||||
<image class="back-img" src="https://www.focusnu.com/media/directive/index/left.png" />
|
||||
<view style="font-size: 30rpx;">供应商登记表</view>
|
||||
<view style="font-size: 30rpx;">机构加盟登记表</view>
|
||||
</view>
|
||||
</view>
|
||||
<view :style="{height:`${uni.getStorageSync('moveHeight') + 30}px`}"></view>
|
||||
|
|
|
|||
|
|
@ -73,10 +73,10 @@
|
|||
</view> -->
|
||||
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;">
|
||||
<view class="back-button" @click="goBack">
|
||||
返回上一步
|
||||
上一步
|
||||
</view>
|
||||
<view class="finish-button" @click="next">
|
||||
确认并继续
|
||||
下一步
|
||||
</view>
|
||||
</view>
|
||||
<u-action-sheet :list="bottomlist" @click="photoclick" v-model="bottomshow"></u-action-sheet>
|
||||
|
|
|
|||
|
|
@ -68,10 +68,10 @@
|
|||
</view>
|
||||
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;">
|
||||
<view class="back-button" @click="goBack">
|
||||
返回上一步
|
||||
上一步
|
||||
</view>
|
||||
<view class="finish-button" @click="next">
|
||||
确认并继续
|
||||
下一步
|
||||
</view>
|
||||
</view>
|
||||
<u-action-sheet :list="bottomlist" @click="photoclick" v-model="bottomshow"></u-action-sheet>
|
||||
|
|
|
|||
|
|
@ -102,10 +102,10 @@
|
|||
|
||||
<view style="display: flex;width: 100%;padding: 0 10%;justify-content: space-between;margin-top: 40rpx;">
|
||||
<view class="back-button" @click="goBack">
|
||||
返回上一步
|
||||
上一步
|
||||
</view>
|
||||
<view class="finish-button" @click="next">
|
||||
确认
|
||||
提交
|
||||
</view>
|
||||
</view>
|
||||
<u-action-sheet :list="bottomlist" @click="photoclick" v-model="bottomshow"></u-action-sheet>
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@
|
|||
</view>
|
||||
<view style="display: flex;width: 100%;">
|
||||
<view class="finish-button" @click="next">
|
||||
确认并继续
|
||||
下一步
|
||||
</view>
|
||||
</view>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="bottom-button" @click="jumpto">
|
||||
我的机构
|
||||
返回首页
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="bottom-button" @click="jumpto">
|
||||
我的供应商
|
||||
返回首页
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
</view>
|
||||
<!-- </view> -->
|
||||
<view class="bottom-button" @click="goToBack">
|
||||
我的长者
|
||||
返回首页
|
||||
</view>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
<view class="gray-font">
|
||||
<image style="margin-left: 10rpx;height: 25rpx;width: 25rpx;margin-right: 10rpx;"
|
||||
src="https://www.focusnu.com/media/directive/index/ruzhu/time.png" />
|
||||
{{item.auditTime}}
|
||||
{{item.applyTime}}
|
||||
</view>
|
||||
<view class="applying" v-if="item.applyStatus===`1`&&item.applyType!=`2`">
|
||||
{{ item.applyType =='0' ?`待确认`:`待审核` }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue