zjs_project 1 year ago
parent
commit
13f0fb0e81

+ 1 - 1
src/App.vue

@@ -45,7 +45,7 @@
 				}
 			})
 			this.accountHandle(true);
-			let userId = this.$route.query.userId?this.$route.query.userId:'';
+			let userId = this.$route.query.leavePhoneCustomerId?this.$route.query.leavePhoneCustomerId:'129130';
 			if(userId){//如果存在用户id
 				this.$store.dispatch('setUserId', userId);
 			}

+ 1 - 1
src/pages/webgl_rxdz/webgl_rxdz.vue

@@ -601,7 +601,7 @@
 				// this.$refs.myLoading.showLoading("提交中...")
 				let shottingImg = await this.shottingAction() + "?x-oss-process=image/auto-orient,1/quality,Q_46/format,jpg";//开始截图
 				console.warn("***shottingImg***",shottingImg);
-				let userId = this.userId ? this.userId : '129130';
+				let userId = this.userId ? this.userId : '';
 				let param = {
 					"brandId": 94,
 					"houseId": this.curHouseObj.houseId,

+ 1 - 2
src/pages/webgl_rxdz_customize/webgl_rxdz_customize.scss

@@ -18,12 +18,11 @@ page {
 	height: 100%!important;
 }
 .contentBox{
-    
 	position: relative;
     width: 100vw;
     overflow: hidden;
     box-sizing: border-box;
-	
+	background-color: white;
     .picArea{
         position: relative;
 		width: 100%;

File diff suppressed because it is too large
+ 848 - 66
webgl/static/js/app.js