|
@@ -158,7 +158,7 @@
|
|
$.ajax({
|
|
$.ajax({
|
|
type: "post",
|
|
type: "post",
|
|
dataType: "json",
|
|
dataType: "json",
|
|
- url: "{:U(CONTROLLER_NAME . '/home_store_off')}",
|
|
|
|
|
|
+ url: "{:U(CONTROLLER_NAME . '/home_store_set_off')}",
|
|
data: {"data": data},
|
|
data: {"data": data},
|
|
success: function (data) {
|
|
success: function (data) {
|
|
if (data.status == '1') {
|
|
if (data.status == '1') {
|