shish 6 ay önce
ebeveyn
işleme
a47d717d43

+ 2 - 2
hdApp/src/admin/home/apply.vue

@@ -188,9 +188,9 @@ export default {
         }
         
         .icon-text {
-          font-size: 22upx;
+          font-size: 25upx;
           color: #333;
-          line-height: 1.3;
+          line-height: 1.4;
           font-weight: 500;
         }
       }

+ 2 - 2
hdApp/src/admin/home/workbench.vue

@@ -1554,9 +1554,9 @@ export default {
         }
         
         .icon-text {
-          font-size: 22upx;
+          font-size: 25upx;
           color: #333;
-          line-height: 1.3;
+          line-height: 1.4;
           font-weight: 500;
         }
       }

+ 2 - 8
hdApp/src/pagesPurchase/gatherResult.vue

@@ -10,8 +10,7 @@
 
       <!-- #ifdef MP-WEIXIN -->
       <view style="width:690upx;height:25upx;background-color: #f5f5f5;"></view>
-      <ad-custom unit-id="adunit-b3f48f1b6c1a39ff" v-if="CURRENT_ENV=='production'"></ad-custom>
-      <ad-custom unit-id="adunit-bb3f5872f1a5d549" v-else></ad-custom>
+      <ad-custom unit-id="adunit-b3f48f1b6c1a39ff"></ad-custom>
       <!-- #endif -->
 
     </view>
@@ -23,8 +22,7 @@ export default {
   name: "AppResult",
 	data() {
 		return {
-			id:0,
-      currentEnv:'production'
+			id:0
 		}
 	},
   methods: {
@@ -39,10 +37,6 @@ export default {
     },
     init(){
       this.id = this.option.id ? this.option.id : 0
-
-      //当前环境
-      this.currentEnv = CURRENT_ENV
-
     }
   },
 };