'
30 | + item.shopName + '
'
31 | + shopStatus(item.enableStatus)
32 | + '
'
33 | + goShop(item.enableStatus, item.shopId) + '
'
34 | });
35 | $('.shop-wrap').html(shopListHtml);
36 | }
37 |
38 | function shopStatus(status) {
39 | if (status == 0) {
40 | return '审核中';
41 | } else if (status == 1) {
42 | return '审核通过';
43 | } else {
44 | return '店铺非法';
45 | }
46 | }
47 |
48 | // 进入到商铺的管理页面,请求/shopadmin/shopmanagement ,进入到管理页面
49 | function goShop(status, shopId) {
50 | if (status == 1) {
51 | return '