[节点]可以设置节点区域

This commit is contained in:
GoEdgeLab
2020-12-10 16:11:41 +08:00
parent 0e790bc2f8
commit dc5d815637
18 changed files with 240 additions and 21 deletions

View File

@@ -0,0 +1,8 @@
Tea.context(function () {
this.success = NotifyPopup
this.regionId = 0
this.selectRegion = function (region) {
this.regionId = region.id
}
})