shish 7 месяцев назад
Родитель
Сommit
aec17f53ea

+ 2 - 1
hdApp/src/admin/billing/result.vue

@@ -6,6 +6,7 @@
 		<button class="admin-button-com big" @click="gotoPlace">返回</button>
 
 		<!-- #ifdef MP-WEIXIN -->
+		<view style="width:690upx;height:30upx;background-color: white;"></view>
 		<ad-custom unit-id="adunit-b3f48f1b6c1a39ff"></ad-custom>
 		<!-- #endif -->
 
@@ -57,7 +58,7 @@ export default {
 </script>
 <style lang="scss" scoped>
 .admin-button-com {
-	width: 60%;
+	width: 70%;
 	margin-bottom:30upx;
 }
 </style>

+ 2 - 5
hdApp/src/admin/billing/toPay.vue

@@ -157,7 +157,7 @@ export default {
 
     },
     payFinish(){
-      this.$util.pageTo({ url: '/admin/billing/result',type:2,query: {orderId:this.orderId}})
+      this.$util.pageTo({ url: '/admin/billing/result?orderId='+this.orderId,type:2})
     },
     changePayWay(payWay){
       this.payWay = payWay
@@ -166,10 +166,7 @@ export default {
         that.$util.confirmModal({content:'确认赊账?'},() => {
             debtPay({id:this.orderId}).then(res=>{
               if(res.code == 1){
-                that.$msg(res.msg)
-                setTimeout(function(){
-                  uni.navigateBack()
-                },1000)
+                that.$util.pageTo({ url: '/admin/billing/result?orderId='+this.orderId,type:2})
               }
             })
         })

+ 5 - 5
hdApp/src/components/app-result.vue

@@ -39,14 +39,14 @@ export default {
 	padding: 60upx 30upx 30upx;
 	display: flex;
 	flex-direction: column;
-  background-color: #f5f5f5;
+  	background-color: #f5f5f5;
 	.top-view {
 		position: absolute;
 		top: 0;
 		left: 0;
 		width: 100%;
 		height: 299upx;
-		background: #3385ff;
+		background: #16A34A;
 		border-radius: 0upx 0upx 83upx 83upx;
 	}
 	.result-view {
@@ -60,15 +60,15 @@ export default {
 		border-radius: 20upx;
 		z-index: 1;
 		.iconchenggong {
-			font-size: 150upx;
+			font-size: 140upx;
 			color: $mainColor1;
 		}
     	.icondaizhifu {
-			font-size: 150upx;
+			font-size: 140upx;
 			color: #ffa92e;
 		}
 		.result-title {
-			margin: 50upx 0 70upx;
+			margin: 30upx 0 40upx;
 			font-size: 32upx;
 		}
 	}