wh 1 year ago
parent
commit
60969fe2e8

+ 2 - 2
pages/index/BillPending/BillPending.vue

@@ -29,7 +29,7 @@
 								color="#999" v-else></u-icon>
 							<checkbox :checked="item.check" class="check" @click="checkItem(item)" />
 							<view class="title">
-								{{item.costType | getDictLab(that)}}: <span>¥{{item.amount}}
+								{{item.costType | getDictLab(that)}}: <span><text class="txt">¥{{item.amount}}</text>
 									<text class="status s1" v-if='item.status==1'>
 										已支付
 									</text>
@@ -897,7 +897,7 @@
 			color: #0C1935;
 			margin-bottom: 16rpx;
 
-			span {
+			.txt {
 				color: #FA5555;
 				font-weight: 600;
 			}

+ 1 - 1
pages/index/Onlinewarranty/Onlinewarranty.vue

@@ -19,7 +19,6 @@
 						placeholder="请选择报修位置" border="none"></u--input>
 					<u-icon name="arrow-right" class="ml5"></u-icon>
 				</u-form-item>
-				{{model1.userInfo.repairType}}
 				<u-form-item labelWidth='180' label="报修类型:" prop="userInfo.repairTypeName" borderBottom
 					@click="showtaskdegree = true;" ref="item1" :required=true>
 					<u--input v-model="model1.userInfo.repairTypeName" disabled disabledColor="#ffffff"
@@ -366,6 +365,7 @@
 				});
 			},
 			editdata() {
+				console.log(this.model1.userInfo)
 				this.$refs.form1.validate().then(res => {
 					this.$api.post('/repairorder', this.model1.userInfo)
 						.then(res => {

+ 7 - 0
pages/my/Changepassword/Changepassword.vue

@@ -102,3 +102,10 @@
 
 	}
 </script>
+<style scoped>
+	.u-form{
+		margin-top:24rpx ;
+		padding: 32rpx 32rpx 32rpx 40rpx;
+		background-color: #fff;
+	}
+</style>