mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 10:49:36 +08:00
1
This commit is contained in:
parent
8a0aad853e
commit
0849bb26f5
@ -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>
|
@ -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;
|
||||
|
@ -45,7 +45,7 @@ Page({
|
||||
url: "/pages/myActivities/myActivities",
|
||||
},
|
||||
{
|
||||
name: "业务申请",
|
||||
name: "入驻管理",
|
||||
url: "/pages/my/serviceApply/serviceApply"
|
||||
},
|
||||
{
|
||||
|
@ -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()
|
||||
},
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
{
|
||||
"navigationBarTitleText": "入驻管理",
|
||||
"usingComponents": {}
|
||||
}
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user