2020-10-02 17:22:24 +08:00
|
|
|
Tea.context(function () {
|
|
|
|
|
this.success = NotifyPopup
|
|
|
|
|
this.isCA = this.certConfig.isCA ? 1 : 0
|
2021-10-09 17:30:05 +08:00
|
|
|
this.textMode = false
|
|
|
|
|
|
|
|
|
|
this.switchTextMode = function () {
|
|
|
|
|
this.textMode = !this.textMode
|
|
|
|
|
}
|
2020-10-02 17:22:24 +08:00
|
|
|
})
|