mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 22:29:36 +08:00
修复判断BUG
修复判断BUG
This commit is contained in:
parent
0b0f6646ec
commit
315f501292
@ -181,7 +181,7 @@ Page({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let _role = _this.data.userData.dataType
|
let _role = _this.data.userData.dataType
|
||||||
if (_role = 9) {
|
if (_role == 9) {
|
||||||
_role = 3
|
_role = 3
|
||||||
}
|
}
|
||||||
// 传递参数
|
// 传递参数
|
||||||
|
Loading…
x
Reference in New Issue
Block a user