修復編輯回線
This commit is contained in:
@@ -361,10 +361,10 @@ export default {
|
|||||||
$this.save();
|
$this.save();
|
||||||
});
|
});
|
||||||
$('#normalDelBtn').click(function () {
|
$('#normalDelBtn').click(function () {
|
||||||
$this.androidNormalUrl = '';
|
$this.officialConfig.androidNormalUrl = '';
|
||||||
});
|
});
|
||||||
$('#reserveDelBtn').click(function () {
|
$('#reserveDelBtn').click(function () {
|
||||||
$this.androidReserveUrl = '';
|
$this.officialConfig.androidReserveUrl = '';
|
||||||
});
|
});
|
||||||
$('#normalUploadBtn').click(function () {
|
$('#normalUploadBtn').click(function () {
|
||||||
$this.uploadNormal();
|
$this.uploadNormal();
|
||||||
@@ -459,6 +459,8 @@ export default {
|
|||||||
this.show();
|
this.show();
|
||||||
},
|
},
|
||||||
show() {
|
show() {
|
||||||
|
$('#normalUploadInfo').html(this.officialConfig.androidNormalUrl);
|
||||||
|
$('#reserveUploadInfo').html(this.officialConfig.androidReserveUrl);
|
||||||
$('#editModal').modal('show');
|
$('#editModal').modal('show');
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
Reference in New Issue
Block a user