2020-10-04 20:38:27 +08:00
|
|
|
Tea.context(function () {
|
|
|
|
|
this.success = NotifyPopup
|
|
|
|
|
this.cacheRef = null
|
|
|
|
|
|
|
|
|
|
if (window.parent.UPDATING_CACHE_REF != null) {
|
2020-12-17 15:50:44 +08:00
|
|
|
this.cacheRef = window.parent.UPDATING_CACHE_REF
|
2020-10-04 20:38:27 +08:00
|
|
|
}
|
|
|
|
|
})
|