mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 13:09:38 +08:00
1
This commit is contained in:
parent
8a0aad853e
commit
0849bb26f5
@ -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>
|
@ -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;
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
|
"navigationBarTitleText": "入驻管理",
|
||||||
"usingComponents": {}
|
"usingComponents": {}
|
||||||
}
|
}
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user