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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,8 +1,8 @@
<view class="page"> <view class="page">
<view class="swiper-tab"> <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==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> </view>
<swiper current="{{currentTab}}" duration="300" bindchange="swiperTab"> <swiper current="{{currentTab}}" duration="300" bindchange="swiperTab">