Browse Source

2023.11.1

zyx 1 year ago
parent
commit
e6173478d0
2 changed files with 6 additions and 1 deletions
  1. 5 0
      api/newapi.js
  2. 1 1
      pages/users/real_name/index.vue

+ 5 - 0
api/newapi.js

@@ -13,3 +13,8 @@ export function speed() {
 export function getTypeListIn(data,type) {
 	return request.get(`other/list/${type}`,data);
 }
+
+// 实名认证
+export function check() {
+	return request.get('check/check');
+}

+ 1 - 1
pages/users/real_name/index.vue

@@ -160,7 +160,7 @@
 		.pto {
 			width: 312rpx;
 			height: 202rpx;
-			margin-left: 175rpx;
+			margin-left: 1675rpx;
 			margin-top: 60rpx;
 		}
 	}