【修复】商品添加
This commit is contained in:
parent
627fc6174c
commit
e18c6ddf6d
|
|
@ -725,8 +725,8 @@ function refreshTable() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function add() {
|
function add() {
|
||||||
// location.href = ns.url('shop/goods/addGoods');
|
location.href = ns.url('shop/goods/addGoods');
|
||||||
location.href = ns.url('cardservice://shop/card/addgoods');
|
// location.href = ns.url('cardservice://shop/card/addgoods');
|
||||||
// var html = $("#selectAddGoods").html();
|
// var html = $("#selectAddGoods").html();
|
||||||
// laytpl(html).render({}, function (html) {
|
// laytpl(html).render({}, function (html) {
|
||||||
// layer.open({
|
// layer.open({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue