diff --git a/src/assets/home/notice_1.png b/src/assets/home/notice_1.png new file mode 100644 index 0000000..18d727e Binary files /dev/null and b/src/assets/home/notice_1.png differ diff --git a/src/assets/home/notice_2.png b/src/assets/home/notice_2.png new file mode 100644 index 0000000..865728a Binary files /dev/null and b/src/assets/home/notice_2.png differ diff --git a/src/assets/home/notice_3.png b/src/assets/home/notice_3.png new file mode 100644 index 0000000..4cb1b1d Binary files /dev/null and b/src/assets/home/notice_3.png differ diff --git a/src/assets/home/notice_4.png b/src/assets/home/notice_4.png new file mode 100644 index 0000000..25340cd Binary files /dev/null and b/src/assets/home/notice_4.png differ diff --git a/src/assets/home/notice_5.png b/src/assets/home/notice_5.png new file mode 100644 index 0000000..affc2a5 Binary files /dev/null and b/src/assets/home/notice_5.png differ diff --git a/src/assets/home/notice_tag_1.png b/src/assets/home/notice_tag_1.png new file mode 100644 index 0000000..8f1fac5 Binary files /dev/null and b/src/assets/home/notice_tag_1.png differ diff --git a/src/assets/home/notice_tag_2.png b/src/assets/home/notice_tag_2.png new file mode 100644 index 0000000..fdd27df Binary files /dev/null and b/src/assets/home/notice_tag_2.png differ diff --git a/src/views/agent/home.vue b/src/views/agent/home.vue index e28714a..5df1157 100644 --- a/src/views/agent/home.vue +++ b/src/views/agent/home.vue @@ -8,11 +8,11 @@ 查看更多
-
- +
+
- {{ item.label }} -

{{ item.desc }}

+ {{ item.title }} +

{{ item.content }}

@@ -171,6 +171,7 @@ export default { expireServices: [], walletList: [], + noticeList: [], isShowSpec: false, @@ -218,6 +219,7 @@ export default { this.getSaleStats() this.getExpireServices() this.getWalletList() + this.getNoticeList() }, methods: { getSupplyServiceList() { @@ -290,6 +292,21 @@ export default { console.error(error, 'error') }) }, + getNoticeList(){ + this.$http('POST', '/agentnew/ajax_get_notice_list', { + + },{ + headers:{ + 'Auth': this.token + } + }).then(response => { + this.$nextTick(() => { + this.noticeList = response.data + }) + }).catch(error => { + console.error(error, 'error') + }) + }, lookTaoBaoExpire() { // 查看淘宝账号 location.href = '/agent/payList'