添加微信小程序端的simple Terminal
This commit is contained in:
parent
df421173bd
commit
5eb70593cf
@ -666,7 +666,11 @@ public class TerminalInfo {
|
|||||||
//投标
|
//投标
|
||||||
else if (this.isBID_WEB_LEADER()) {
|
else if (this.isBID_WEB_LEADER()) {
|
||||||
terminalKey = TerminalInfo.NT_BID_WEB_LEADER;
|
terminalKey = TerminalInfo.NT_BID_WEB_LEADER;
|
||||||
} else {
|
}
|
||||||
|
else if (this.isMP()) {
|
||||||
|
terminalKey = TerminalInfo.NT_MP_WX_GENERAL;
|
||||||
|
}
|
||||||
|
else {
|
||||||
terminalKey = this.NT();
|
terminalKey = this.NT();
|
||||||
}
|
}
|
||||||
return terminalKey;
|
return terminalKey;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user