lilei 1 year ago
parent
commit
deff4b4496

+ 1 - 1
components/uni-popup/image-txt-popup.vue

@@ -2,7 +2,7 @@
 	<view class="image-txt-wrap">
 		<image :src="captchaBase" class="image" @click="getCode"></image>
 		<text class="tip-txt">* 点击图片即可切换验证码</text>
-		<input v-model="captcha" @input="inpChange" class="item-inp" name="captcha" type="text" maxlength="4" placeholder="请输入上方的图形验证码" />
+		<input v-model="captcha" @input="inpChange" class="item-inp" name="captcha" type="number" maxlength="4" placeholder="请输入上方的图形验证码" />
 		<button :type="btnType" size="mini" class="popup-button-yz" @click="verify">验证</button>
 	</view>
 </template>

+ 1 - 2
pagesA/qualityPolicy/creatCarInfo.vue

@@ -173,7 +173,6 @@
 
 <style lang="less">
 .pages{
-	height: 100vh;
 	background: #f8f8f8;
 	padding-bottom: 6rem;
 	overflow: auto;
@@ -222,7 +221,7 @@
 		bottom: 0;
 		left: 0;
 		background: #fff;
-		z-index: 900;
+		z-index: 90;
 		border-top: 1px solid #eee;
 		justify-content: space-around;
 		/deep/ .u-btn{

+ 2 - 3
pagesA/qualityPolicy/creatCustomInfo.vue

@@ -117,7 +117,7 @@
 			readXy(){
 				const baseUrl = getApp().globalData.baseUrl
 				uni.navigateTo({
-					url: "/pagesA/h5Page/index?src="+baseUrl.replace('/saas/clz/','/')+'zbd/clause.html'
+					url: "/pagesA/h5Page/index?src="+baseUrl.replace('/saas/clz/','/')+'zbd/clause.html?t='+new Date().getTime()
 				})
 			},
 			// 获取验证码
@@ -292,7 +292,6 @@
 
 <style lang="less">
 .pages{
-	height: 100vh;
 	background: #f8f8f8;
 	padding-bottom: 6rem;
 	overflow: auto;
@@ -304,7 +303,7 @@
 		bottom: 0;
 		left: 0;
 		background: #fff;
-		z-index: 900;
+		z-index: 90;
 		border-top: 1px solid #eee;
 		justify-content: space-around;
 		/deep/ .u-btn{

+ 0 - 3
pagesA/qualityPolicy/creatOrder.vue

@@ -121,9 +121,6 @@
 				});
 			},
 			saveForm(){
-				uni.redirectTo({
-					url: "/pagesA/qualityPolicy/creatCarInfo"
-				})
 				if(this.uuid.length){
 					if(this.$store.state.vuex_uuidTempData){
 						this.$store.state.vuex_uuidTempData.traceCodeList = this.uuid