max 3 years ago
parent
commit
aa0ce247ba
  1. 2
      pages/club/club.wxss
  2. 6
      pages/club/createClub/createClub.js

2
pages/club/club.wxss

@ -1,4 +1,4 @@
.nav{height:420rpx;width:100%;background: linear-gradient(to bottom,#FFCB12 0%,#ffffff 100%);}
.nav{height:420rpx;width:100%;/*background: linear-gradient(to bottom,#FFCB12 0%,#ffffff 100%);*/}
.search{height:64rpx;width:100%;padding:16rpx 0;}
.search .search-box{width:92%;border-radius: 180rpx;background-color:#fff;height:100%;margin:0 auto;display:flex;justify-content: start;}
.search .search-box .search-icon{width:70rpx;height:100%;}

6
pages/club/createClub/createClub.js

@ -27,14 +27,14 @@ Page({
index:1,
circleId:'',
clubName:'',
clubCircle:'',
clubCircle:'1',
clubIntroduction:'',
clubPerson:'',
clubPhone:'',
photoConCard:'',
photoLicense:'',
photoProCard:'',
tagList:[],
tagList:['-'],
verifyType:'1',
addtag:'',
hidden:true,
@ -427,7 +427,7 @@ setclub: function () {
var postData = {
clubName: that.data.clubName,
clubLogo:that.data.showList[0],
clubCircle:'',
clubCircle:'1',
clubIntroduction:that.data.clubIntroduction,
clubPerson:that.data.clubPerson,
clubPhone:that.data.clubPhone,

Loading…
Cancel
Save