chenrui 4 rokov pred
rodič
commit
69f9804cef

+ 2 - 2
pages/organization/organization.vue

@@ -182,9 +182,9 @@
 	page {
 		background-color: #f8f8f8;
 		height: 100vh;
-		position: relative;
 	}
 	.organization-wrap{
+		position: relative;
 		.organization-root-tit{
 			position: fixed;
 			left: 0;
@@ -206,7 +206,7 @@
 			}
 		}
 		.organization-node-con{
-			padding: 0 30upx;
+			padding: 88upx 30upx 0;
 			background-color: #fff;
 			.organization-node-item{
 				display: flex;

+ 7 - 0
pages/shopTourOver/shopTourOver.vue

@@ -47,6 +47,7 @@
 					this.$refs.xdr.subCanvas()
 				}else{
 					this.storeManagerSign = ''
+					uni.hideLoading()
 					uni.showToast({ icon: 'none', title: '店长签名生成失败,请重新提交' })
 				}
 			},
@@ -59,6 +60,7 @@
 					this.isSubmit()
 				}else{
 					this.inspectorSign = ''
+					uni.hideLoading()
 					uni.showToast({ icon: 'none', title: '巡店人签名生成失败,请重新提交' })
 				}
 			},
@@ -67,6 +69,7 @@
 				let _this = this
 				if(this.sign == 2&&this.storeManagerSign && this.inspectorSign){
 					console.log('正常提交')
+					uni.hideLoading()
 					clzConfirm({
 						title: '提示',
 						content: '确定提交本次巡店?',
@@ -99,6 +102,10 @@
 					})
 					return
 				}
+				uni.showLoading({
+					title: '保存中,请稍后...', 
+					mask: true
+				})
 				this.$refs.dz.subCanvas()
 			},
 			//  提交

+ 6 - 0
pages/signIn/signIn.vue

@@ -89,6 +89,7 @@ export default {
 		//  签到拍照
 		goPhotograph() {
 			const _this = this;
+			
 			uni.chooseImage({
 				count: 1, //最多可以选择的图片张数,默认9
 				sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
@@ -96,9 +97,14 @@ export default {
 				success: function(res) {
 					// tempFilePaths 图片的本地文件路径列表,tempFiles 图片的本地文件列表,每一项是一个 File 对象
 					console.log(JSON.stringify(res.tempFilePaths));
+					uni.showLoading({
+						title: '保存中,请稍后...', 
+						mask: true
+					})
 					saveImgToAliOss(res.tempFilePaths[0],function(ret){
 						console.log(ret)
 						_this.photograph = ret.data
+						uni.hideLoading()
 					})
 				}
 			});

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 3 - 3
unpackage/dist/dev/app-plus/app-service.js


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 36 - 36
unpackage/dist/dev/app-plus/app-view.js


Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov