This commit is contained in:
SelfRidicule 2024-03-13 15:50:30 +08:00
parent 8a0aad853e
commit 0849bb26f5
6 changed files with 166 additions and 166 deletions

View File

@ -1,4 +1,4 @@
<view>
<view class="containerView public">
<form bindsubmit="fromsumb">
<view style="background:white;padding:40rpx;margin-top:22rpx;">
<view class="inputbox">
@ -76,8 +76,6 @@
</view>
</view>
</view>
<view class="wwBox">
<button class="ww" formType='submit' wx:if="{{!id}}">立即申请</button>
</view>
</form>
</view>

View File

@ -5,6 +5,11 @@
position: relative;
}
.containerView.public {
background: #f5f5f5;
height: auto;
}
.wwBox {
width: 100%;
height: 100rpx;
@ -18,7 +23,6 @@
text-align: center;
line-height: 100rpx !important;
background: #4C84FF;
position: absolute !important;
padding: 0 !important;
border-radius: 8rpx !important;
z-index: 5;

View File

@ -45,7 +45,7 @@ Page({
url: "/pages/myActivities/myActivities",
},
{
name: "业务申请",
name: "入驻管理",
url: "/pages/my/serviceApply/serviceApply"
},
{

View File

@ -2,7 +2,7 @@ let app = getApp()
Page({
data: {
IMG_NAME: app.IMG_NAME,
currentTab: 0,
currentTab: 1,
loading: false,
noMore: 0,
loadingFailed: false,
@ -17,9 +17,6 @@ Page({
},
onLoad(e) {
wx.setNavigationBarTitle({
title: '业务申请',
})
this.getList()
},

View File

@ -1,3 +1,4 @@
{
"navigationBarTitleText": "入驻管理",
"usingComponents": {}
}

View File

@ -1,8 +1,8 @@
<view class="page">
<view class="swiper-tab">
<view class="swiper-tab-item {{currentTab==0?'active':''}}" data-current="0" bindtap="clickTab">项目入孵</view>
<!-- <view class="swiper-tab-item {{currentTab==0?'active':''}}" data-current="0" bindtap="clickTab">项目入孵</view> -->
<view class="swiper-tab-item {{currentTab==1?'active':''}}" data-current="1" bindtap="clickTab">入驻申请</view>
<view class="swiper-tab-item {{currentTab==2?'active':''}}" data-current="2" bindtap="clickTab">厂房申请</view>
<!-- <view class="swiper-tab-item {{currentTab==2?'active':''}}" data-current="2" bindtap="clickTab">厂房申请</view> -->
</view>
<swiper current="{{currentTab}}" duration="300" bindchange="swiperTab">