Browse Source

Merge branch 'master' of https://e.coding.net/chuanghaikeji/smarCampus/waterElectricityMinApp

# Conflicts:
#	pages/index/index.vue
#	pages/reshui/reshui.vue
程志平 4 years ago
parent
commit
3aae76fbef
2 changed files with 21 additions and 0 deletions
  1. 17 0
      pages/index/index.vue
  2. 4 0
      pages/reshui/reshui.vue

+ 17 - 0
pages/index/index.vue

@@ -16,7 +16,12 @@
 			</view>
 			</view>
 		</view>
 		</view>
 		<!--弹窗-->
 		<!--弹窗-->
+<<<<<<< HEAD
 		<modal v-if="showPop" title="用户绑定" confirm-text="确定" cancel-text="重置" @cancel="resetPop" @confirm="confirmPop">
 		<modal v-if="showPop" title="用户绑定" confirm-text="确定" cancel-text="重置" @cancel="resetPop" @confirm="confirmPop">
+=======
+		<modal v-if="showPop" title="用户绑定" confirm-text="确定" cancel-text="重置" @cancel="cancelPop"
+			@confirm="confirmPop">
+>>>>>>> 4380156aef5e8beb51c02d4586781d9ce0e14435
 			<view class="lineGroup">
 			<view class="lineGroup">
 				<text class="iconfont icon-shengchengmingpianicon label-icon"></text>
 				<text class="iconfont icon-shengchengmingpianicon label-icon"></text>
 				<input type='text' class="stu-number" maxlength="14" placeholder="请输入学号" v-model="stu_number" />
 				<input type='text' class="stu-number" maxlength="14" placeholder="请输入学号" v-model="stu_number" />
@@ -95,7 +100,11 @@
 					});
 					});
 				}
 				}
 			},
 			},
+<<<<<<< HEAD
 			resetPop() { // 重置
 			resetPop() { // 重置
+=======
+			cancelPop() { //取消
+>>>>>>> 4380156aef5e8beb51c02d4586781d9ce0e14435
 				this.stu_number = ''
 				this.stu_number = ''
 				this.id_card = ''
 				this.id_card = ''
 			},
 			},
@@ -242,7 +251,11 @@
 			border-bottom: 1px solid #c2c2c2;
 			border-bottom: 1px solid #c2c2c2;
 			font-size: 38rpx;
 			font-size: 38rpx;
 			white-space: nowrap;
 			white-space: nowrap;
+<<<<<<< HEAD
 
 
+=======
+			
+>>>>>>> 4380156aef5e8beb51c02d4586781d9ce0e14435
 			.label-icon {
 			.label-icon {
 				display: flex;
 				display: flex;
 				flex-direction: row;
 				flex-direction: row;
@@ -255,7 +268,11 @@
 				color: $my-color-primary;
 				color: $my-color-primary;
 				margin: 22rpx 0 0 50rpx;
 				margin: 22rpx 0 0 50rpx;
 			}
 			}
+<<<<<<< HEAD
 
 
+=======
+			
+>>>>>>> 4380156aef5e8beb51c02d4586781d9ce0e14435
 			.stu-number {
 			.stu-number {
 				margin-top: 20rpx;
 				margin-top: 20rpx;
 				color: #00c200;
 				color: #00c200;

+ 4 - 0
pages/reshui/reshui.vue

@@ -1008,7 +1008,11 @@
 						}
 						}
 					})
 					})
 
 
+<<<<<<< HEAD
 					// console.log(res)
 					// console.log(res)
+=======
+					console.log(res)
+>>>>>>> 4380156aef5e8beb51c02d4586781d9ce0e14435
 					if (res.data.mess == "支付成功") {
 					if (res.data.mess == "支付成功") {
 						uni.showToast({
 						uni.showToast({
 							icon: 'success',
 							icon: 'success',