修复判断BUG

修复判断BUG
This commit is contained in:
471615499@qq.com 2024-08-29 12:51:36 +08:00
parent 0b0f6646ec
commit 315f501292

View File

@ -181,7 +181,7 @@ Page({
return;
}
let _role = _this.data.userData.dataType
if (_role = 9) {
if (_role == 9) {
_role = 3
}
// 传递参数