Procházet zdrojové kódy

部分修改优化

程志平 před 3 roky
rodič
revize
18dc483165

+ 7 - 6
pages/reshui/reshui.vue

@@ -49,7 +49,7 @@
 				<uni-steps :options="list1" :active-color="colorPrimary" :active="active" />
 			</view>
 			<view class="ad">
-				<image src="../../static/images/ad_reshui.png" mode="aspectFit" class="ad_img" @tap="ad_redirect">
+				<image src="../../static/images/ad_reshui.jpg" mode="aspectFill" class="ad_img" @tap="ad_redirect">
 				</image>
 			</view>
 			<view class="title">
@@ -250,9 +250,9 @@
 			 * 跳转到广告ad页
 			 */
 			ad_redirect() {
-				uni.navigateTo({
-					url: 'ad_reshui'
-				})
+				// uni.navigateTo({
+				// 	url: 'ad_reshui'
+				// })
 			},
 			/**
 			 * 保留小数点数值后两位,尾数四舍五入
@@ -1605,8 +1605,9 @@
 
 			.ad {
 				margin: 0 -40rpx;
-				width: 750rpx;
-				height: 216rpx;
+				padding: 10rpx;
+				width: 730rpx;
+				height: 424rpx;
 
 				.ad_img {
 					height: 100%;

+ 1 - 1
pagesElectric/jiaofei/ad_dianfei.vue

@@ -6,7 +6,7 @@
 	export default {
 		data() {
 			return {
-				url: 'https://www.chuanghai-tech.com/'
+				url: 'https://chtech.ncjti.edu.cn/yidong.html'
 			}
 		},
 		methods: {

+ 3 - 2
pagesElectric/jiaofei/jiaofei.css

@@ -192,8 +192,9 @@ page {
 }
 
 .ad {
-	width: 750rpx;
-	height: 194rpx;
+	width: 730rpx;
+	height: 310rpx;
+	padding: 10rpx;
 }
 
 .ad_img {

+ 4 - 4
pagesElectric/jiaofei/jiaofei.vue

@@ -72,7 +72,7 @@
 			台账管理
 		</view>
 		<view class="ad">
-			<image src="../static/images/ad_dianfei.png" mode="aspectFit" class="ad_img" @tap="ad_redirect"></image>
+			<image src="../static/images/ad_dianfei.jpg" mode="aspectFill" class="ad_img" @tap="ad_redirect"></image>
 		</view>
 	</view>
 </template>
@@ -138,9 +138,9 @@
 			 * 跳转到ad页面
 			 */
 			ad_redirect() {
-				uni.navigateTo({
-					url: 'ad_dianfei'
-				})
+				// uni.navigateTo({
+				// 	url: 'ad_dianfei'
+				// })
 			},
 			/**
 			 * 获取基本信息

binární
pagesElectric/static/images/ad_dianfei.jpg


binární
pagesElectric/static/images/ad_dianfei.png


binární
static/images/ad_reshui.jpg


binární
static/images/ad_reshui.png