@@ -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}×tamp={timestamp}',
this.$refs.createQrCodePopup.close()
}
@@ -260,6 +260,7 @@
+ this.qrcodeUrl=this.$tkUrl+'?roleId={roleId}&parentId={parentId}×tamp={timestamp}',
this.$refs.rolePopup.close()
this.$refs.rulePopup.close()
@@ -270,6 +270,7 @@
uni.showModal({
title: '温馨提示',
content: ' 当前二维码已过期,请重新扫码',
+ showCancel:false,
success: function (res) {
if (res.confirm) {
console.log('用户点击确定');