diff --git a/centerSvgIcon/银行卡.svg b/centerSvgIcon/addBankCard.svg similarity index 100% rename from centerSvgIcon/银行卡.svg rename to centerSvgIcon/addBankCard.svg diff --git a/centerSvgIcon/帮助反馈.svg b/centerSvgIcon/bangZhu.svg similarity index 100% rename from centerSvgIcon/帮助反馈.svg rename to centerSvgIcon/bangZhu.svg diff --git a/centerSvgIcon/实名信息审核.svg b/centerSvgIcon/certifiedIndividual.svg similarity index 100% rename from centerSvgIcon/实名信息审核.svg rename to centerSvgIcon/certifiedIndividual.svg diff --git a/centerSvgIcon/退出登录.svg b/centerSvgIcon/outLogin.svg similarity index 100% rename from centerSvgIcon/退出登录.svg rename to centerSvgIcon/outLogin.svg diff --git a/centerSvgIcon/推广.svg b/centerSvgIcon/promotionRecord.svg similarity index 100% rename from centerSvgIcon/推广.svg rename to centerSvgIcon/promotionRecord.svg diff --git a/centerSvgIcon/钱包.svg b/centerSvgIcon/purse.svg similarity index 100% rename from centerSvgIcon/钱包.svg rename to centerSvgIcon/purse.svg diff --git a/centerSvgIcon/发布.svg b/centerSvgIcon/releaseRecord.svg similarity index 100% rename from centerSvgIcon/发布.svg rename to centerSvgIcon/releaseRecord.svg diff --git a/pages/index/center.vue b/pages/index/center.vue index 89e57de..6c2be81 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -153,7 +153,6 @@ name: 'outLogin', imageUrl: 'https://tennis-oss.xzaiyp.top/2024-09-09/4ae3829e-7b07-4d6d-843b-2b7fd21ba346.svg', title: '退出登录', - gotoPageUrl: '/mine/promotionRecord' }, ], } diff --git a/pages_mine/mine/promotionRecord.vue b/pages_mine/mine/promotionRecord.vue index c502796..e8e275e 100644 --- a/pages_mine/mine/promotionRecord.vue +++ b/pages_mine/mine/promotionRecord.vue @@ -13,7 +13,7 @@ - + @@ -161,7 +161,7 @@ export default { display: flex; align-items: center; justify-content: space-between; - width: 25%; + width: 30%; height: 80%; border: 1px solid #b0b2b3; padding: 5rpx; diff --git a/pages_mine/mine/sonPage/promotion/promotionDetail.vue b/pages_mine/mine/sonPage/promotion/promotionDetail.vue index 92852e9..912c681 100644 --- a/pages_mine/mine/sonPage/promotion/promotionDetail.vue +++ b/pages_mine/mine/sonPage/promotion/promotionDetail.vue @@ -12,13 +12,16 @@ - - 春天的气息丫丫 - ??? - + 价格 - {{item.price}} + {{item.goTiime}} 时长 @@ -27,13 +30,13 @@ 联系方式 - 剩余推广时长 - {{item.price}} + {{item.remainingPromotionTime}} 推广作品 @@ -42,8 +45,15 @@ + + + + + + - + 推广选项 @@ -51,22 +61,13 @@ 付费周期 - - - - {{ form.cycle }} - - - + {{item.day}}天 金额 - - - + ¥{{item.money}} @@ -77,9 +78,26 @@ - + + + + + + 确认支付{{ item.money }}元,可置顶{{ item.day }}天 + + + + + + + + + 已由平台进行审核,时间周期为24小时 + + + @@ -90,22 +108,26 @@ @@ -198,6 +278,14 @@ .item { display: flex; justify-content: space-between; + + .label { + width: 60%; + } + + .value { + width: 40%; + } } } @@ -238,7 +326,8 @@ justify-content: space-between; align-items: center; } - .confirmBtn{ + + .confirmBtn { width: 50%; height: 80rpx; text-align: center; diff --git a/pages_mine/mine/sonPage/promotion/promotionRecordList.vue b/pages_mine/mine/sonPage/promotion/promotionRecordList.vue index 9e7f43b..4a656c6 100644 --- a/pages_mine/mine/sonPage/promotion/promotionRecordList.vue +++ b/pages_mine/mine/sonPage/promotion/promotionRecordList.vue @@ -11,7 +11,7 @@ - 推广时效:{{ item.goTiime }}小时 + 推广时效:{{ item.goTiime }}天 @@ -43,6 +43,9 @@ export default { uni.navigateTo({ url: '/pages_mine' + `/mine/sonPage/promotion/promotionDetail?id=${item.id}` }) + // uni.navigateTo({ + // url: `/pages_mine/mine/sonPage/promotion/promotionDetail?item=${encodeURIComponent(JSON.stringify(item))}` + // }) }, },