lilei %!s(int64=2) %!d(string=hai) anos
pai
achega
e50f3b5c8f

+ 3 - 8
pages/index/index.vue

@@ -323,14 +323,9 @@
 							uni.showModal({
 								title: '提示',
 								content: '个人用户扫描VIN限10次/天,您的次数已用完!',
-								confirmText: '去认证',
-								success(res) {
-									if(res.confirm) {  
-										uni.navigateTo({
-											url: '/pages/storeManage/storeAuth'
-										})
-									}
-								}
+								confirmText: '好的',
+								showCancel: false,
+								success(res) {}
 							})
 						}
 					}else{

+ 3 - 8
pages/scan-frame/scan-frame.vue

@@ -180,14 +180,9 @@ export default {
 					uni.showModal({
 						title: '提示',
 						content: '个人用户扫描VIN限10次/天,您的次数已用完!',
-						confirmText: '去申请认证',
-						success(res) {
-							if(res.confirm) {
-								uni.redirectTo({
-									url: '/pages/storeManage/storeAuth'
-								})
-							}
-						}
+						confirmText: '好的',
+						showCancel: false,
+						success(res) {}
 					})
 				}
 			}else{

+ 4 - 4
pages/storeManage/roleSetting/addRole.vue

@@ -41,7 +41,7 @@
 				type: '', //  edit 编辑页  add  新增页
 				ruleValidate: {
 					name: [
-						{ required: true, message: '请输入角色名称', trigger: 'change' },
+						{ required: true, message: '请输入岗位名称', trigger: 'change' },
 						{
 							validator: (rule, value, callback) => {
 								let reg = /^[^<|>]{1,30}$/
@@ -60,9 +60,9 @@
 			console.log(options)
 			this.type = options.type
 			uni.setNavigationBarTitle({
-				title: this.type=="add" ? '添加角色' : '编辑角色'
+				title: this.type=="add" ? '添加岗位' : '编辑岗位'
 			})
-			// 初始化角色
+			// 初始化岗位
 			this.$refs.roleSet.getMenuList(options.id)
 			this.init()
 		},
@@ -106,7 +106,7 @@
 				  }
 				})
 			},
-			// 删除角色
+			// 删除岗位
 			delRole(){
 				let _this = this
 				const item = this.formData

+ 1 - 1
pages/storeManage/roleSetting/roleSetting.vue

@@ -98,7 +98,7 @@
 					uni.showToast({icon: 'none', title: res.message})
 				})
 			},
-			// 添加角色
+			// 添加岗位
 			addRole(){
 				uni.navigateTo({
 					url:'/pages/storeManage/roleSetting/addRole?type=add'

+ 3 - 8
pages/vinInput/confirmVin.vue

@@ -98,14 +98,9 @@
 						uni.showModal({
 							title: '提示',
 							content: '个人用户扫描VIN限10次/天,您的次数已用完!',
-							confirmText: '去认证',
-							success(res) {
-								if(res.confirm) {  
-									uni.redirectTo({
-										url: '/pages/storeManage/storeAuth'
-									})
-								}
-							}
+							confirmText: '好的',
+							showCancel: false,
+							success(res) {}
 						})
 					}
 				}else{