Commit dc9ea307 authored by xishifeng's avatar xishifeng

商铺详情修改

parent e958c6cf
......@@ -18,80 +18,80 @@ import agreement from '@/components/inviteRegister/agreement'
Vue.use(Router)
export default new Router({
routes: [
{
path: '/',
redirect: '/entrance'
},
{
path: '/entrance',
name: 'v-entrance',
component: entrance
},
{
path: '/achieveFork',
name: 'v-achieve-fork',
component: achieveFork
},
{
path: '/achieveAgent',
name: 'v-achieve-agent',
component: achieveAgent
},
{
path: '/achieveRegion',
name: 'v-achieve-region',
component: achieveRegion
},
{
path: '/achieveHouseResource',
name: 'v-achieve-house-resource',
component: achieveHouseResource
},
{
path: '/achieveAgentResource',
name: 'v-achieve-agent-resource',
component: achieveAgentResource
},
{
path: '/achieveReceiptResource',
name: 'v-achieve-receipt-resource',
component: achieveReceiptResource
},
{
path: '/achieveSuperviseResource',
name: 'v-achieve-supervise-resource',
component: achieveSuperviseResource
},
{
path: '/achieveLookatResource',
name: 'v-achieve-lookat-resource',
component: achieveLookatResource
},
{
path: '/feeds',
name: 'v-feeds',
component: feeds
},
{
path: '/reportDetails',
name: 'v-report-details',
component: reportDetails
},
{
path: '/announcementDetails',
name: 'v-announcement-details',
component: announcementDetails
},
{
path: '/inviteRegister',
name: 'v-invite-register',
component: inviteRegister
},
{
path: '/agreement',
name: 'v-agreement',
component: agreement
}
]
})
//mode: 'history',可去掉路由里的#
routes: [{
path: '/',
redirect: '/entrance'
},
{
path: '/entrance',
name: 'v-entrance',
component: entrance
},
{
path: '/achieveFork',
name: 'v-achieve-fork',
component: achieveFork
},
{
path: '/achieveAgent',
name: 'v-achieve-agent',
component: achieveAgent
},
{
path: '/achieveRegion',
name: 'v-achieve-region',
component: achieveRegion
},
{
path: '/achieveHouseResource',
name: 'v-achieve-house-resource',
component: achieveHouseResource
},
{
path: '/achieveAgentResource',
name: 'v-achieve-agent-resource',
component: achieveAgentResource
},
{
path: '/achieveReceiptResource',
name: 'v-achieve-receipt-resource',
component: achieveReceiptResource
},
{
path: '/achieveSuperviseResource',
name: 'v-achieve-supervise-resource',
component: achieveSuperviseResource
},
{
path: '/achieveLookatResource',
name: 'v-achieve-lookat-resource',
component: achieveLookatResource
},
{
path: '/feeds',
name: 'v-feeds',
component: feeds
},
{
path: '/reportDetails',
name: 'v-report-details',
component: reportDetails
},
{
path: '/announcementDetails',
name: 'v-announcement-details',
component: announcementDetails
},
{
path: '/inviteRegister',
name: 'v-invite-register',
component: inviteRegister
},
{
path: '/agreement',
name: 'v-agreement',
component: agreement
}
]
})
\ No newline at end of file
......@@ -294,9 +294,12 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_dajiangtangObj.find('iframe').contents().find('body').html(_data['auditorium']); //大讲堂
//列表页封面图
_imgUploadLiebiao.html('<li><img title="点击查看大图" src="{0}" /><a href="javascript:;" class="delet-pic-btn">删除</a></li>'.stringFormatObj({
'0': _urlCut + _data['cover']
}));
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