{template 'common/header'} {if $do == 'post'} {if COUPON_TYPE == WECHAT_COUPON && $id}
系统提示:更新服务信息后,需要微信进行审核,审核通过后可在门店详情页显示。在审核通过前,不能再次修改服务信息。
注意:系统不会保存修改的服务信息,你可以通过“更新门店信息”来保持门店信息的有效性
{if $update_status == 1}
系统提示:服务信息正在更新中,尚未生效,不允许再次更新
{/if}
基本信息 微信公众平台规定:基本信息不可以修改

{if $location['status'] == 1} 审核通过 {elseif $location['status'] == 2} 审核中 {else} 审核未通过 {/if}

{$location['business_name']}

\

{$location['branch_name']}

{$location['category']}

{$location['address']}

服务信息
{if $update_status == 1 || $location['status'] != 1}

不可修改

服务信息正在更新中,尚未生效,不允许再次更新。审核通过后,可再次更新。
{else}

可修改

{/if}
{php echo tpl_form_field_wechat_multi_image('photo_list', $location['photo_list'], '', array('mode' => 'file_upload', 'acid' => $acid));} 图片只支持jpg格式,大小不超过为1M
-
营业时间,24小时制表示,如 8:00-20:00
人均价格,大于0的整数,单位为人民币(元)
推荐品,餐厅可为推荐菜;酒店为推荐套房;景点为 推荐游玩景点等,针对自己行业的推荐内容
特色服务,如免费wifi,免费停车,送货上门等商户 能提供的特色功能或服务
商户简介,主要介绍商户信息等
{else}
商家信息
商家名不得含有区域地址信息(如,北京市XXX公司)
分店名不得含有区域地址信息(如,“北京国贸店”中的“北京”)
{php echo tpl_form_field_location_category('class',array('cate' => $item['category']['cate'], 'sub' => $item['category']['sub'], 'clas' =>$item['category']['clas']));}
请选择商家类目。商家类目必须合法有效。
{php echo tpl_fans_form('reside',array('province' => $item['province'], 'city' => $item['city'],'district' => $item['district']));}
{php echo tpl_form_field_coordinate('baidumap', array('lng' => $item['longitude'], 'lat' => $item['latitude']));}
{if COUPON_TYPE == WECHAT_COUPON} {php echo tpl_form_field_wechat_multi_image('photo_list', $location['photo_list'], '', array('mode' => 'file_upload', 'acid' => $acid));} {else} {php echo tpl_form_field_multi_image('photo_list', $item['photo_list'],'');} {/if} 图片只支持jpg格式,大小不超过1M
人均价格,大于0的整数,单位为人民币(元)
-
营业时间,24小时制表示,如 8:00-20:00
推荐品,餐厅可为推荐菜;酒店为推荐套房;景点为 推荐游玩景点等,针对自己行业的推荐内容
特色服务,如免费wifi,免费停车,送货上门等商户 能提供的特色功能或服务
商户简介,主要介绍商户信息等
{/if} {/if} {if $do == 'display'}
{if COUPON_TYPE == WECHAT_COUPON} {/if} {loop $list $li} {if COUPON_TYPE == WECHAT_COUPON} {/if} {/loop}
门店名称 分店名 类型 营业时间 电话 地址审核状态操作
{$li['business_name']} {$li['branch_name']} {$li['category_']} {$li['open_time']} {$li['telephone']} {$li['province']} {$li['city']} {$li['district']} {$li['address']} {if $li['status'] == 1} 审核通过 {elseif $li['status'] == 2} 审核中 {else} 审核未通过 {/if} 编辑 删除
{if COUPON_TYPE == WECHAT_COUPON} 从微信导入 更新全部门店信息 {/if}
{$pager}
{/if} {template 'common/footer'}