소스 검색

fix 登记表和认证bug 提交正式3.1.5

tiedan 4 년 전
부모
커밋
0a7b591e4d

+ 2 - 1
pages/Identity/Identity.wxml

@@ -21,6 +21,7 @@
 			<van-button plain size="small" block custom-style="width:250rpx;border-radius:10rpx;margin-top:20rpx;margin-left:30rpx" bindtap="openCamera">重新拍摄</van-button> -->
 			<!-- </view> -->
 		</view>
-		<button class="qrrz" formType="submit" style="width:500rpx">前往认证</button>
+	
+		<button class="qrrz" form-type="submit" style="width:500rpx">前往认证</button>
 	</form>
 </view>

+ 1 - 2
pages/myClass/myClass.js

@@ -152,10 +152,9 @@ Page({
                     return item;
                   
                 })
-                console.log(list);
+              
                 that.setData({ scheduleList: list })
                 console.log("scheduleList:",that.data.scheduleList.length);
-                console.log();
 
               }
             })

+ 3 - 2
pages/studentRegistration/studentRegistration.wxml

@@ -181,8 +181,9 @@
 					<input class="" name="studentPhone" value="{{ studentPhone }}" placeholder="请输入联系电话" placeholder-style="font-size:25rpx" />
 				</view>
 			</view>
-			<view style="margin-top: 100rpx;margin-bottom:100rpx">
-				<van-button round formType="submit">提交报到信息</van-button>
+			<view style="padding-top: 100rpx; padding-bottom:100rpx;">
+				<!-- <van-button round formType="submit">提交报到信息</van-button> -->
+				<button class="submit_button" form-type="submit">提交报到信息</button>
 			</view>
 		</form>
 

+ 5 - 0
pages/studentRegistration/studentRegistration.wxss

@@ -10,6 +10,11 @@ van-button {
   margin: 0 60rpx;
 }
 
+.submit_button{
+  background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
+  color: white !important;
+
+}
 .van-button--default {
   background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
   color: white !important;

+ 1 - 1
utils/util.js

@@ -1,5 +1,5 @@
 const globalData = {
-  version:'3.1.4',
+  version:'3.1.5',
 
   imgUrl:'https://edu-mp-img-1254259530.cos.ap-nanjing.myqcloud.com',
   publicUrl: 'https://sqdx.jiaxintech.com'//测试地址