diff --git a/src/pages/ycysp/component/coupon-item.vue b/src/pages/ycysp/component/coupon-item.vue
index c100985..fb400b6 100644
--- a/src/pages/ycysp/component/coupon-item.vue
+++ b/src/pages/ycysp/component/coupon-item.vue
@@ -1,84 +1,85 @@
- ¥
- 10
+ ¥
+ 10
-
- 芒果全屏会员年卡适用
- 2024.09.19 -2024.10.31
- 单日限领取1张
-
- 立即领取
+
+ 芒果全屏会员年卡适用
+ 2024.09.19 -2024.10.31
+ 单日限领取1张
+
+ 立即领取
\ No newline at end of file
+
diff --git a/src/pages/ycysp/component/member.vue b/src/pages/ycysp/component/member.vue
index 9738672..01e6c01 100644
--- a/src/pages/ycysp/component/member.vue
+++ b/src/pages/ycysp/component/member.vue
@@ -1,35 +1,64 @@
-
-
\ No newline at end of file
+
diff --git a/src/pages/ycysp/component/order-item.vue b/src/pages/ycysp/component/order-item.vue
index 89d49e4..768dc45 100644
--- a/src/pages/ycysp/component/order-item.vue
+++ b/src/pages/ycysp/component/order-item.vue
@@ -1,225 +1,244 @@
-
-
- 订单编号:{{ detail.order_no }}
- {{ stateConfig[detail.status] }}
+
+
+ 订单编号:{{ detail.order_no }}
+ {{
+ stateConfig[detail.status]
+ }}
+
+
+
+
+
+
+ {{ detail.product_name }}
+ ¥{{ detail.order_amount }}元
+
+
+ 充值账号:
+ {{ maskPhoneNumber(detail.account) }}
+
+
+ 数量
+ x1
+
-
-
-
-
-
- {{ detail.product_name }}
- ¥{{ detail.order_amount }}元
-
-
- 充值账号:
- {{ maskPhoneNumber(detail.account) }}
-
-
- 数量
- x1
-
-
-
-
- 下单时间:{{ detail.create_time }}
-
-
-
-
-
-
+
+
+
+
+
-
-
- 立即付款
- 申请退款
-
-
+
+
+ 立即付款
+ 申请退款
+
-
-
-
-
-
\ No newline at end of file
+.line {
+ margin-top: 24rpx;
+ width: 662rpx;
+ height: 1rpx;
+ background-color: #e1e1f0;
+ transform: scaleY(0.5);
+}
+
diff --git a/src/pages/ycysp/component/recharge-item.vue b/src/pages/ycysp/component/recharge-item.vue
index 6747726..959f933 100644
--- a/src/pages/ycysp/component/recharge-item.vue
+++ b/src/pages/ycysp/component/recharge-item.vue
@@ -1,78 +1,81 @@
-
- {{ detail.product_name }}
-
- ¥
- {{ detail.sell_price }}
-
- 原价{{ detail.price }}
+
+ {{ detail.product_name }}
+
+ ¥
+ {{ detail.sell_price }}
-
-
-
+
\ No newline at end of file
+}
+.type-ori {
+ font-size: 24rpx;
+ font-weight: normal;
+ line-height: normal;
+ letter-spacing: 0em;
+ text-decoration: line-through;
+ color: #a4c4fa;
+ margin-top: 6rpx;
+}
+
diff --git a/src/pages/ycysp/component/ticket-recieve.vue b/src/pages/ycysp/component/ticket-recieve.vue
index 3b1fe6d..83524ee 100644
--- a/src/pages/ycysp/component/ticket-recieve.vue
+++ b/src/pages/ycysp/component/ticket-recieve.vue
@@ -1,151 +1,167 @@
-
- 每日限量50张
-
- ¥
- 100
+
+ 每日限量50张
+
+ ¥
+ 100
- 优酷喵喵年卡适用
- 立即领取
+ 优酷喵喵年卡适用
+ 立即领取
-
- 芒果全屏会员年卡适用
- 每日限量50张
-
- 立即领取
+
+ 芒果全屏会员年卡适用
+ 每日限量50张
+
+ 立即领取
\ No newline at end of file
+
diff --git a/src/pages/ycysp/config.js b/src/pages/ycysp/config.js
index efab93f..4a55e96 100644
--- a/src/pages/ycysp/config.js
+++ b/src/pages/ycysp/config.js
@@ -1,47 +1,53 @@
export const stateConfig = {
- 1: '待支付',
- 2: '已支付',
- 3: '充值中',
- 4: '充值失败',
- 5: '退款中',
- 6: '退款失败',
- 7: '退款成功',
- 8: '充值成功' ,
- 9: '订单作废'
-}
+ 1: "待支付",
+ 2: "已支付",
+ 3: "充值中",
+ 4: "充值失败",
+ 5: "退款中",
+ 6: "退款失败",
+ 7: "退款成功",
+ 8: "充值成功",
+ 9: "订单作废",
+};
export const stateColor = {
- 2: '#FF911A',
- 3: '#FF8400',
- 4: '#FF0000',
- 7: '#EA722D',
- 8: '#FF0000 ',
-}
+ 2: "#FF911A",
+ 3: "#FF8400",
+ 4: "#FF0000",
+ 7: "#EA722D",
+ 8: "#FF0000 ",
+};
export const checkedColor = {
- 1:'#4A98FB',
- 2:'#4A98FB',
- 3:'#FE3B34',
- 4:'#FF8103',
- 5:'#17BE73',
- 6:'#F82801',
- 7:'#FE306E',
- 8:'#61D93F',
-}
+ 1: "#4A98FB",
+ 2: "#4A98FB",
+ 3: "#FE3B34",
+ 4: "#FF8103",
+ 5: "#17BE73",
+ 6: "#F82801",
+ 7: "#FE306E",
+ 8: "#61D93F",
+};
-export const tabs = [{
- tabName:'全部订单',
- status:0,
-},{
- tabName:'待付款',
- status:1,
-},{
- tabName:'处理中',
- status:2,
-},{
- tabName:'已完成',
- status:8,
-},{
- tabName:"已退款",
- status:7
-}]
+export const tabs = [
+ {
+ tabName: "全部订单",
+ status: 0,
+ },
+ {
+ tabName: "待付款",
+ status: 1,
+ },
+ {
+ tabName: "处理中",
+ status: 2,
+ },
+ {
+ tabName: "已完成",
+ status: 8,
+ },
+ {
+ tabName: "已退款",
+ status: 7,
+ },
+];
diff --git a/src/pages/ycysp/home.vue b/src/pages/ycysp/home.vue
index b93c687..d110709 100644
--- a/src/pages/ycysp/home.vue
+++ b/src/pages/ycysp/home.vue
@@ -1,11 +1,11 @@
- {
- style: {
- navigationStyle: 'custom',
- navigationBarTitleText: '音视频专区',
- navigationBarBackgroundColor:'#FFF',
- },
- }
+{
+ style: {
+ navigationStyle: "custom",
+ navigationBarTitleText: "音视频专区",
+ navigationBarBackgroundColor: "#FFF",
+ },
+}
@@ -37,8 +37,8 @@
-
-
+
+
@@ -49,278 +49,342 @@
充值选项
-
-
+
+
-
-
-
-
-
- 下一步
-
-
-
- 产品介绍
- 1、充值后可登录官方APP查看会员状态及有效期,过期不可使用。
- 2、充值前请您确认充值信息是否正确,一旦提交无法取消或更改。如因账号信息输入错误导致充值至他人账户,仍视为充值成功,无法补券。
- 3、此权益中包含的优酷/腾讯黄金会员、芒果视频会员可在手机、电脑、平板上使用,不支持电视端,不支持投屏。腾讯视频、QQ音乐支持QQ号或手机号,其余会员账号均为手机号。
- 4、本产品仅适用于中国大陆地区用户,暂不支持开通中国港澳台、海外地区服务。
- 5、如有疑问请联系成都蓝色兄弟网络科技有限公司,客服电话400-118-1216(服务时间09:00-18:00)。
+
+
+
+
+
+ 下一步
+
+
+
+ 产品介绍
+ 1、充值后可登录官方APP查看会员状态及有效期,过期不可使用。
+ 2、充值前请您确认充值信息是否正确,一旦提交无法取消或更改。如因账号信息输入错误导致充值至他人账户,仍视为充值成功,无法补券。
+ 3、此权益中包含的优酷/腾讯黄金会员、芒果视频会员可在手机、电脑、平板上使用,不支持电视端,不支持投屏。腾讯视频、QQ音乐支持QQ号或手机号,其余会员账号均为手机号。
+ 4、本产品仅适用于中国大陆地区用户,暂不支持开通中国港澳台、海外地区服务。
+ 5、如有疑问请联系成都蓝色兄弟网络科技有限公司,客服电话400-118-1216(服务时间09:00-18:00)。
-
-
- 我的
订单
+
+
+
+ 我的
订单
-
\ No newline at end of file
+
diff --git a/src/pages/ycysp/order.vue b/src/pages/ycysp/order.vue
index 25db405..468c870 100644
--- a/src/pages/ycysp/order.vue
+++ b/src/pages/ycysp/order.vue
@@ -1,241 +1,260 @@
- {
- style: {
- navigationStyle: 'custom',
- navigationBarTitleText: '我的订单',
- navigationBarBackgroundColor:'#FFF',
- },
- }
+{
+ style: {
+ navigationStyle: "custom",
+ navigationBarTitleText: "我的订单",
+ navigationBarBackgroundColor: "#FFF",
+ },
+}
-
-
-
-
-
-
-
-
- 没有更多了~
-
-
-
- 暂无订单,快去下单吧~
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ 没有更多了~
+
+
+
+ 暂无订单,快去下单吧~
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/pages/ycysp/orderDetail.vue b/src/pages/ycysp/orderDetail.vue
index d7dae5a..6a12d0f 100644
--- a/src/pages/ycysp/orderDetail.vue
+++ b/src/pages/ycysp/orderDetail.vue
@@ -1,259 +1,296 @@
- {
- style: {
- navigationStyle: 'custom',
- navigationBarTitleText: '订单详情',
- navigationBarBackgroundColor:'#FFF',
- },
- }
+{
+ style: {
+ navigationStyle: "custom",
+ navigationBarTitleText: "订单详情",
+ navigationBarBackgroundColor: "#FFF",
+ },
+}
-
-
-
- 订单详情
-
-
-
-
- {{ orderDetail.product_name }}
- ¥{{ orderDetail.order_amount }}元
-
-
- 充值账号:
- {{ maskPhoneNumber(orderDetail.account) }}
-
-
- 数量
- x1
-
-
-
+
+
+
+ 订单详情
+
+
+
+
+ {{ orderDetail.product_name }}
+ ¥{{ orderDetail.order_amount
+ }}元
-
-
- 订单编号:{{ orderDetail.order_no }}
- 支付时间:{{
- orderDetail.exchange_time }}
- 下单时间:{{ orderDetail.create_time }}
- 订单金额:{{ orderDetail.order_amount }}
-
-
- 充值状态:
- {{ stateConfig[orderDetail.status] }}
-
+
+ 充值账号:
+ {{ maskPhoneNumber(orderDetail.account) }}
-
+
+ 数量
+ x1
+
+
-
- 立即付款
- 申请退款
- 返回首页
+
+
+
+ 订单编号:{{ orderDetail.order_no }}
+ 支付时间:{{ orderDetail.exchange_time }}
+ 下单时间:{{ orderDetail.create_time }}
+ 订单金额:{{ orderDetail.order_amount }}
+
+
+ 充值状态:
+ {{
+ stateConfig[orderDetail.status]
+ }}
+
+
+
+ 立即付款
+ 申请退款
+ 返回首页
+
+
\ No newline at end of file
+
diff --git a/src/pages/ycysp/pay.vue b/src/pages/ycysp/pay.vue
index 2620ee3..13be27c 100644
--- a/src/pages/ycysp/pay.vue
+++ b/src/pages/ycysp/pay.vue
@@ -1,43 +1,47 @@
- {
- style: {
- navigationStyle: 'custom',
- navigationBarTitleText: '支付确认',
- navigationBarBackgroundColor:'#FFF',
- },
- }
-
+{
+ style: {
+ navigationStyle: "custom",
+ navigationBarTitleText: "支付确认",
+ navigationBarBackgroundColor: "#FFF",
+ },
+}
+
-
+
- 订单详情
-
-
-
-
-
-
- {{ orderDetail.product_name }}
- ¥{{ orderDetail.order_amount}}元
-
-
- 数量
- x1
-
-
+ 订单详情
+
+
+
-
-
- 充值账户:{{ maskPhoneNumber(orderDetail.account) }}
- 充值类型:{{ orderDetail.product_type}}
-
+
+
+ {{ orderDetail.product_name }}
+ ¥{{ orderDetail.order_amount }}元
+
+
+ 数量
+ x1
+
-
-
+
+
+
@@ -47,157 +51,166 @@
\ No newline at end of file
+.order-item {
+ font-size: 22rpx;
+ font-weight: normal;
+ line-height: 32rpx;
+ letter-spacing: 0rpx;
+ color: #6c6c6c;
+ margin-top: 24rpx;
+}
+.bottom {
+ font-weight: 400;
+ line-height: 32rpx;
+ text-align: right;
+ font-style: normal;
+ text-transform: none;
+}
+.count-item {
+ font-size: 22rpx;
+ color: #878787;
+ text-align: right;
+ margin-top: 16rpx;
+}
+.number-item {
+ font-size: 24rpx;
+ color: #2e92ff;
+ text-align: right;
+ margin-top: 16rpx;
+}
+.pay-btn {
+ width: 710rpx;
+ height: 88rpx;
+ /* 自动布局 */
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ padding: 12rpx 28rpx;
+ border-radius: 392rpx;
+ opacity: 1;
+ background: linear-gradient(270deg, #2c91ff 0%, #9ad2ff 100%);
+ box-sizing: border-box;
+ font-size: 32rpx;
+ font-weight: normal;
+ line-height: normal;
+ letter-spacing: 0em;
+ color: #ffffff;
+}
+