ソースを参照

首页"投诉建议"改为"查看规则"、协议页面优化、商品列表内商品购买按钮修复

lsx 2 年 前
コミット
db5a0b5b2c

+ 1 - 1
src/packageOther/about/conceal.vue

@@ -40,7 +40,7 @@
 
 <style lang="scss" scoped>
 	.desc {
-		padding: 20rpx 20rpx;
+		padding: 20rpx 20rpx 100rpx 20rpx;
 		background-color: #FFFFFF;
 	}
 </style>

+ 1 - 1
src/packageOther/about/index.vue

@@ -11,7 +11,7 @@
 			<view class="flex about-logo">
 				<image src="../../static/public/logo.png" mode="scaleToFill"></image>
 				<!-- #ifndef MP-ALIPAY -->
-				<view class="edition">v 1.0.8</view>
+				<view class="edition">v 1.0.9</view>
 				<!-- #endif -->
 				<!-- #ifdef MP-ALIPAY -->
 				<view class="edition">v 2.2.0</view>

+ 1 - 1
src/packageOther/about/protect.vue

@@ -39,7 +39,7 @@
 
 <style lang="scss" scoped>
 	.desc {
-		padding: 20rpx 20rpx;
+		padding: 20rpx 20rpx 100rpx 20rpx;
 		background-color: #FFFFFF;
 	}
 	a {

+ 2 - 2
src/packageOther/rule/index.vue

@@ -1,5 +1,5 @@
 <template>
-	<view>
+	<view class="wrap">
 		<!-- #ifdef MP-ALIPAY -->
 		<u-navbar :placeholder="true" bgColor="#fff" :autoBack="true" :border="true" title="盲票产品规则" leftIconSize="0" ></u-navbar>
 		<!-- #endif -->
@@ -39,7 +39,7 @@
 
 <style lang="scss" scoped>
 	.desc {
-		padding: 20rpx 20rpx;
+		padding: 20rpx 20rpx 100rpx 20rpx;
 		background-color: #FFFFFF;
 	}
 </style>

+ 1 - 1
src/packageOther/rule/purchase.vue

@@ -39,7 +39,7 @@
 
 <style lang="scss" scoped>
 .desc {
-		padding: 20rpx 20rpx;
+		padding: 20rpx 20rpx 100rpx 20rpx;
 		background-color: #FFFFFF;
 	}
 </style>

+ 15 - 9
src/pages/index/index.vue

@@ -23,10 +23,14 @@
 
 				<!-- 查看规则 -->
 				<view class="rule">
-					<!-- #ifdef MP-WEIXIN -->
-					<view class="rule-content flex" @click="contactService">
+					<!-- #ifndef MP-ALIPAY -->
+          <!-- <view class="rule-content flex" @click="contactService">
 						<image src="../../static/index/index_tip_bgTwo.png" mode="scaleToFill"></image>
 						<text>投诉建议</text>
+					</view> -->
+					<view class="rule-content flex" @click="toRule">
+						<image src="../../static/index/index_tip.png" mode="scaleToFill"></image>
+						<text>查看规则</text>
 					</view>
 					<!-- #endif -->
 				</view>
@@ -589,7 +593,7 @@
 			// 点击规则说明
 			toRule() {
 				uni.navigateTo({
-					url: '/packageOther/rule/index'
+					url: '/packageOther/rule/purchase'
 				})
 			},
 
@@ -713,17 +717,19 @@
 		align-items: center;
 		justify-content: flex-end;
 		height: 34rpx;
+		padding-right: 34rpx; //
 		margin-bottom: 24rpx;
-
+		
 		&-content {
 			image {
-				width: 210rpx;
-				height: 50rpx;
+				width: 34rpx; // 210rpx
+				height: 34rpx; // 50rpx
+				margin-right: 14rpx; //
 			}
-
+		
 			text {
-				position: absolute;
-				right: 20rpx;
+				// position: absolute;
+				// right: 20rpx;
 				font-size: 40rpx;
 				font-family: 'YouSheBiaoTiHei';
 				font-weight: 400;