diff --git a/common/env.js b/common/env.js index 1a46984..9066d70 100644 --- a/common/env.js +++ b/common/env.js @@ -3,6 +3,6 @@ * apiEnv 可选:'local' | 'prod' */ export default { - apiEnv: 'local' + apiEnv: 'prod' } diff --git a/pages.json b/pages.json index 18be5be..df82fe6 100644 --- a/pages.json +++ b/pages.json @@ -18,7 +18,7 @@ } }, { - "path": "pages/insight/insight", + "path": "pages/champion/champion", "style": { "navigationStyle": "custom" } @@ -286,11 +286,11 @@ "iconPath": "static/tabbar/team.png", "selectedIconPath": "static/tabbar/team_active.png", "text": "团队" - }, { - "pagePath": "pages/insight/insight", + }, { + "pagePath": "pages/champion/champion", "iconPath": "static/tabbar/insight.png", "selectedIconPath": "static/tabbar/insight_active.png", - "text": "洞察" + "text": "销冠" }, { "pagePath": "pages/ucenter/ucenter", "iconPath": "static/tabbar/me.png", diff --git a/pages/champion/champion.vue b/pages/champion/champion.vue new file mode 100644 index 0000000..a7847c1 --- /dev/null +++ b/pages/champion/champion.vue @@ -0,0 +1,221 @@ + + + + + + diff --git a/pages/reception/reception.vue b/pages/reception/reception.vue index bf43474..880d291 100644 --- a/pages/reception/reception.vue +++ b/pages/reception/reception.vue @@ -254,49 +254,108 @@ - - - - 共{{ tagList.length }}条 - + v-if="activeTab === 'tag' && tagViewMode === 'list'" + @scrolltolower="onTagListReachBottom"> + + 共{{ tagTotal }}条 + + + + + + + - 添加标签 + + + + + + {{ (item.tagName || item.name || '标').charAt(0) }} + + {{ item.tagName || item.name || '未命名标签' }} + + + + + + + + 所属行业:{{ item.industry }} + + + + + 详情:{{ item.tagDetail || item.detail }} + + + 备注:{{ item.remark }} + + + + - - {{ item.name }} + class="tag-action-menu" + v-if="selectedTagItem && selectedTagItem.id === item.id && showTagActionMenu" + @click.stop> + + 编辑 - - - 详情: - {{ item.detail }} - - - 备注: - {{ item.remark }} - + + + 删除 - + + + + + 暂无标签 + + 正在加载更多... + + + + scroll-y> - + 所属行业 - + 标签分类 详情