zhangtao 1 week ago
parent
commit
0a1b2b5ce0
4 changed files with 34 additions and 26 deletions
  1. 1 1
      common/queue.js
  2. 24 24
      my/renzheng/index.vue
  3. 7 0
      pages/index/index.vue
  4. 2 1
      pages/my/jingjiren.vue

+ 1 - 1
common/queue.js

@@ -18,7 +18,7 @@ module.exports = {
 	},
 	//全局域名 部分html中需要单独替换 需要修改config中的网络请求域名
 	publicYuMing() {
-		return 'http://smam.qd-xiaomage.com:9210'
+		return 'https://user.dstapp.cn'
 	},
 	logout() {
 		this.remove("token");

+ 24 - 24
my/renzheng/index.vue

@@ -504,22 +504,22 @@
 					})
 					return
 				}
-				if (!this.form.front) {
-					uni.showToast({
-						title: '请上传身份证正面',
-						icon: 'none',
-						duration: 1000
-					})
-					return;
-				}
-				if (!this.form.back) {
-					uni.showToast({
-						title: '请上传身份证反面',
-						icon: 'none',
-						duration: 1000
-					})
-					return;
-				}
+				// if (!this.form.front) {
+				// 	uni.showToast({
+				// 		title: '请上传身份证正面',
+				// 		icon: 'none',
+				// 		duration: 1000
+				// 	})
+				// 	return;
+				// }
+				// if (!this.form.back) {
+				// 	uni.showToast({
+				// 		title: '请上传身份证反面',
+				// 		icon: 'none',
+				// 		duration: 1000
+				// 	})
+				// 	return;
+				// }
 				if (!this.form.headImg) {
 					uni.showToast({
 						title: '请上传头像',
@@ -528,14 +528,14 @@
 					})
 					return;
 				}
-				if (!this.form.certificateImg) {
-					uni.showToast({
-						title: '请上传资质证书',
-						icon: 'none',
-						duration: 1000
-					})
-					return;
-				}
+				// if (!this.form.certificateImg) {
+				// 	uni.showToast({
+				// 		title: '请上传资质证书',
+				// 		icon: 'none',
+				// 		duration: 1000
+				// 	})
+				// 	return;
+				// }
 				if (!this.form.infantImg) {
 					uni.showToast({
 						title: '请上传生活照',

+ 7 - 0
pages/index/index.vue

@@ -228,6 +228,9 @@
 					</view>
 				</view>
 			</view>
+			<view style="margin-top: 40rpx;text-align: center;color: #ccc;font-size: 32rpx;" @click="handleGo">
+				黔ICP备2025056155号-1
+			</view>
 			<uni-popup ref="popup" type="center">
 				<view style="background: #fff;width:658upx;height: 960upx; border-radius:17upx;position: relative;">
 					<image :src="Guanggao" style="width: 100%;height: 100%;" mode="aspectFill"
@@ -419,6 +422,10 @@
 			}
 		},
 		methods: {
+			
+			handleGo(){
+			window.open('https://beian.miit.gov.cn/','_target')
+			},
 			getNewOrder() {
 				let data = {
 					page: 1,

+ 2 - 1
pages/my/jingjiren.vue

@@ -163,7 +163,7 @@
 							}
 						});
 					} else {
-						this.url = this.$queue.publicYuMing() + '/?invitation=' + this.invitationCode;
+						this.url = this.$queue.publicYuMing()+'/pages/public/login' + '/?invitation=' + this.invitationCode;
 					}
 				}
 			});
@@ -202,6 +202,7 @@
 				this.modalName = null;
 			},
 			qrR(path) {
+				console.log(path,'生成图片练级');
 				this.erweimapath = path;
 			},
 			getBackImageList() {