guhongwei 2 years ago
parent
commit
cc2a6dd833

+ 31 - 1
pagesAccount/vip/index.vue

@@ -59,6 +59,19 @@
 				<view class="btn">
 					<button size="mini" @tap="toSave()">提交支付信息</button>
 				</view>
+				<view class="other">
+					<view class="other_1">
+						注:
+					</view>
+					<view class="other_2">
+						<view class="tip">
+							1.转账单号(微信):我-服务-钱包-账单-账单详情
+						</view>
+						<view class="tip">
+							1.订单号(支付宝):我的-账单-账单详情
+						</view>
+					</view>
+				</view>
 			</view>
 		</c-drawer>
 	</view>
@@ -474,12 +487,29 @@
 
 		.btn {
 			text-align: center;
-			margin: 30px 0 0 0;
+			margin: 30px 0 10px 0;
 
 			button {
 				background-color: var(--rgb67c);
 				color: var(--rgbfff);
 			}
 		}
+
+		.other {
+			.other_1 {
+				font-size: 14px;
+				font-weight: bold;
+				margin: 0 0 10px 0;
+			}
+
+			.other_2 {
+				.tip {
+					font-size: 12px;
+					font-weight: bold;
+					color: var(--rgbfa4);
+					margin: 0 0 5px 0;
+				}
+			}
+		}
 	}
 </style>

File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pagesAccount/vip/index.js.map


File diff suppressed because it is too large
+ 30 - 1
unpackage/dist/dev/app-plus/app-view.js


File diff suppressed because it is too large
+ 28 - 1
unpackage/dist/dev/app-plus/pagesAccount/app-sub-service.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/mp-weixin/pagesAccount/vip/index.wxml


+ 12 - 1
unpackage/dist/dev/mp-weixin/pagesAccount/vip/index.wxss

@@ -81,10 +81,21 @@
 }
 .drawer_one .btn {
   text-align: center;
-  margin: 30px 0 0 0;
+  margin: 30px 0 10px 0;
 }
 .drawer_one .btn button {
   background-color: var(--rgb67c);
   color: var(--rgbfff);
 }
+.drawer_one .other .other_1 {
+  font-size: 14px;
+  font-weight: bold;
+  margin: 0 0 10px 0;
+}
+.drawer_one .other .other_2 .tip {
+  font-size: 12px;
+  font-weight: bold;
+  color: var(--rgbfa4);
+  margin: 0 0 5px 0;
+}