shish 7 months ago
parent
commit
e2cdf3d394
1 changed files with 5 additions and 53 deletions
  1. 5 53
      hdApp/src/admin/billing/result.vue

+ 5 - 53
hdApp/src/admin/billing/result.vue

@@ -2,10 +2,13 @@
   <view class="app-content">
     <appResult>
 		<button class="admin-button-com blue big" @click="gotoDetail">订单详情</button>
-
 		<button class="admin-button-com blue big" @click="sendWork" v-if="orderInfo.hasWork!=1">通知制作</button>
-
 		<button class="admin-button-com big" @click="gotoPlace">返回</button>
+
+		<!-- #ifdef MP-WEIXIN -->
+		<ad-custom unit-id="adunit-b3f48f1b6c1a39ff"></ad-custom>
+		<!-- #endif -->
+
     </appResult>
   </view>
 </template>
@@ -53,55 +56,4 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
-.admin-button-com {
-	margin-bottom:60upx;
-	width: 100%;
-}
-.zuhe-box{
-	width: 100%;
-	padding:  0 20upx;
-	margin-bottom: 20upx;
-	background-color: #fff;
-	.zuhe-remark{
-		color: #333;
-		font-size: 32upx;
-		font-weight: 700;
-		line-height: 88upx;
-	}
-	.zuhe-center{
-		font-size: 28upx;
-		height: 90upx;
-		box-sizing: border-box;
-		.zuhe-title{
-			color: #666;
-		}
-		&>input{
-			border: 1px solid #eee!important;
-			border-radius: 5upx!important;
-		}
-		.zuhe-val{
-			position: relative;
-			width: 70%;
-			height: 60upx;
-			padding: 10upx;
-			color: #333;
-			border: 1px solid #868686;
-			border: none;
-			&.active:before {
-				content: ' ';
-				height: 22upx;
-				width: 22upx;
-				border-width: 2upx 2upx 0 0;
-				border-color: #868686;
-				border-style: solid;
-				-webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
-				transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
-				position: absolute;
-				top: 50%;
-				margin-top: -12upx;
-				right: 30upx;
-			}
-		}
-	}
-}
 </style>