1.4.5.2
This commit is contained in:
21
EdgeUser/web/views/@default/servers/fee/index.js
Normal file
21
EdgeUser/web/views/@default/servers/fee/index.js
Normal file
@@ -0,0 +1,21 @@
|
||||
Tea.context(function () {
|
||||
this.updatePriceType = function () {
|
||||
teaweb.popup("/servers/fee/updatePriceTypePopup", {
|
||||
callback: function () {
|
||||
teaweb.success("保存成功", function () {
|
||||
window.location.reload()
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
this.updatePricePeriod = function () {
|
||||
teaweb.popup("/servers/fee/updatePricePeriodPopup", {
|
||||
callback: function () {
|
||||
teaweb.success("保存成功", function () {
|
||||
window.location.reload()
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user