Commit dc9ea307 authored by xishifeng's avatar xishifeng

商铺详情修改

parent e958c6cf
......@@ -18,8 +18,8 @@ import agreement from '@/components/inviteRegister/agreement'
Vue.use(Router)
export default new Router({
routes: [
{
//mode: 'history',可去掉路由里的#
routes: [{
path: '/',
redirect: '/entrance'
},
......
......@@ -294,9 +294,12 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_dajiangtangObj.find('iframe').contents().find('body').html(_data['auditorium']); //大讲堂
//列表页封面图
if(_data['cover']){
_imgUploadLiebiao.html('<li><img title="点击查看大图" src="{0}" /><a href="javascript:;" class="delet-pic-btn">删除</a></li>'.stringFormatObj({
'0': _urlCut + _data['cover']
}));
};
//详情页轮播图
for(var i in _data['slide_show']) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment