diff --git a/centerSvgIcon/发布.svg b/centerSvgIcon/发布.svg new file mode 100644 index 0000000..8370cbe --- /dev/null +++ b/centerSvgIcon/发布.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/centerSvgIcon/实名信息审核.svg b/centerSvgIcon/实名信息审核.svg new file mode 100644 index 0000000..b327b44 --- /dev/null +++ b/centerSvgIcon/实名信息审核.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/centerSvgIcon/帮助反馈.svg b/centerSvgIcon/帮助反馈.svg new file mode 100644 index 0000000..58f9bdc --- /dev/null +++ b/centerSvgIcon/帮助反馈.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/centerSvgIcon/推广.svg b/centerSvgIcon/推广.svg new file mode 100644 index 0000000..48cceff --- /dev/null +++ b/centerSvgIcon/推广.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/centerSvgIcon/退出登录.svg b/centerSvgIcon/退出登录.svg new file mode 100644 index 0000000..3baf766 --- /dev/null +++ b/centerSvgIcon/退出登录.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/centerSvgIcon/钱包.svg b/centerSvgIcon/钱包.svg new file mode 100644 index 0000000..0a5119c --- /dev/null +++ b/centerSvgIcon/钱包.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/centerSvgIcon/银行卡.svg b/centerSvgIcon/银行卡.svg new file mode 100644 index 0000000..c85f4fc --- /dev/null +++ b/centerSvgIcon/银行卡.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pages/index/center.vue b/pages/index/center.vue index e67eda4..89e57de 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -53,7 +53,7 @@ + :style="{ width: '60rpx', height: '60rpx',marginBottom: '10rpx'}" /> {{ item.title }} @@ -69,7 +69,7 @@ + :style="{ width: '60rpx', height: '60rpx',marginBottom: '10rpx'}" /> {{ item.title }} @@ -114,25 +114,25 @@ // 基础列表 baseList: [{ name: 'photo', - imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-07/05cbb032-8177-478e-8fbe-0a3797096890.png', + imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-09/f9d757ca-a95a-42d7-86aa-38c288f2c54f.svg', title: '我的发布', gotoPageUrl: '/mine/releaseRecord' }, { name: 'lock', - imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-07/05cbb032-8177-478e-8fbe-0a3797096890.png', + imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-09/f6fbb99f-c381-498a-8367-e91fc5e05cd6.svg', title: '我的推广', gotoPageUrl: '/mine/promotionRecord' }, { name: 'star', - imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-07/05cbb032-8177-478e-8fbe-0a3797096890.png', + imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-09/85fe8ad3-5094-473f-b184-ef4cf5c1db6e.svg', title: '我的银行卡', gotoPageUrl: '/mine/addBankCard' }, { name: 'star', - imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-07/05cbb032-8177-478e-8fbe-0a3797096890.png', + imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-09/45ec00a0-3c12-4246-bfe3-a658ccf1f912.svg', title: '我的钱包', gotoPageUrl: '/mine/purse' }, @@ -140,18 +140,18 @@ // 其他列表 otherList: [{ name: 'photo', - imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-07/05cbb032-8177-478e-8fbe-0a3797096890.png', + imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-09/8bc56d2e-380a-4656-8a33-592d374d246a.svg', title: '实名信息', gotoPageUrl: '/mine/certifiedIndividual' }, { name: 'lock', - imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-07/05cbb032-8177-478e-8fbe-0a3797096890.png', + imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-09/cd007424-1336-402c-8390-26c4f21deb80.svg', title: '帮助反馈' }, { name: 'outLogin', - imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-07/05cbb032-8177-478e-8fbe-0a3797096890.png', + imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-09/4ae3829e-7b07-4d6d-843b-2b7fd21ba346.svg', title: '退出登录', gotoPageUrl: '/mine/promotionRecord' }, diff --git a/pages/publish/actorDetail.vue b/pages/publish/actorDetail.vue index 71dc0eb..1cb3106 100644 --- a/pages/publish/actorDetail.vue +++ b/pages/publish/actorDetail.vue @@ -54,7 +54,7 @@ :key="index"> - diff --git a/pages_mine/mine/certifiedIndividual.vue b/pages_mine/mine/certifiedIndividual.vue index 7055926..86a0e13 100644 --- a/pages_mine/mine/certifiedIndividual.vue +++ b/pages_mine/mine/certifiedIndividual.vue @@ -66,6 +66,7 @@ export default { uploadImage(key) { this.$Oss.ossUploadImage({ success: url => { + console.log(url,"url"); this.certifiedIndividual[key] = url } })