Преглед на файлове

fix:二维码时间戳优化

zhanghui преди 2 години
родител
ревизия
0a48ceae21
променени са 3 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 1 1
      pages/index/attach/attach.vue
  2. 1 0
      pages/index/manager/manager.vue
  3. 1 0
      pages/register/register.vue

+ 1 - 1
pages/index/attach/attach.vue

@@ -144,7 +144,7 @@
 				this.$refs.createQrCodePopup.open()
 			},
 			closePopup(){
-				this.qrcodeUrl=this.$xcxUrl+'?expandUserId={expandUserId}&ruleId={ruleId}',
+				this.qrcodeUrl=this.$xcxUrl+'?expandUserId={expandUserId}&ruleId={ruleId}&timestamp={timestamp}',
 				this.$refs.createQrCodePopup.close()
 			},
 		}

+ 1 - 0
pages/index/manager/manager.vue

@@ -260,6 +260,7 @@
 				}
 			},
 			closePopup(){
+				this.qrcodeUrl=this.$tkUrl+'?roleId={roleId}&parentId={parentId}&timestamp={timestamp}',
 				this.$refs.rolePopup.close()
 				this.$refs.createQrCodePopup.close()
 				this.$refs.rulePopup.close()

+ 1 - 0
pages/register/register.vue

@@ -270,6 +270,7 @@
 					uni.showModal({
 						title: '温馨提示',
 						content: ' 当前二维码已过期,请重新扫码',
+						showCancel:false,
 						success: function (res) {
 							if (res.confirm) {
 								console.log('用户点击确定');