From a7cc147375c9f892435c1d7d5a26e012d119dd36 Mon Sep 17 00:00:00 2001 From: liuyuan Date: Mon, 10 Mar 2025 15:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 9 +++++++++ pages/curriculum/list/index.vue | 1 + pages/curriculum/order/index.vue | 23 ++++++++++++++++------- pages/home/index.vue | 4 ++-- 4 files changed, 28 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index aec35f8..d5bee2c 100644 --- a/manifest.json +++ b/manifest.json @@ -23,6 +23,15 @@ "Payment" : {}, "Share" : {} }, + "privacy" : { + "prompt" : "template", + "template" : { + "title" : "用户协议和隐私政策", + "message" : "请你务必审慎阅读、充分理解“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《用户协议》《隐私协议》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", + "buttonAccept" : "同意", + "buttonRefuse" : "暂不同意" + } + }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ diff --git a/pages/curriculum/list/index.vue b/pages/curriculum/list/index.vue index 8d35110..ca3fe4e 100644 --- a/pages/curriculum/list/index.vue +++ b/pages/curriculum/list/index.vue @@ -456,6 +456,7 @@ export default { display: flex; justify-content: center; align-items: center; + overflow: hidden; } .list_item_image image{ width: 100%; diff --git a/pages/curriculum/order/index.vue b/pages/curriculum/order/index.vue index 523c768..ea7cfbf 100644 --- a/pages/curriculum/order/index.vue +++ b/pages/curriculum/order/index.vue @@ -30,10 +30,19 @@ - - + + +
+ + {{ isHideCourseInfo ? "展开" : "收起" }} +
@@ -181,7 +190,7 @@ }, data() { return { - isHideCourseInfo: true, + isHideCourseInfo: false, courseList: [], showGoBuy: true, protocolShow: false, @@ -1258,7 +1267,7 @@ .prof { font-size: 26rpx; - line-height: 50rpx; + line-height: 24px; padding-bottom: 10rpx; color: #333; } @@ -1324,8 +1333,8 @@ height: 50rpx; } .hidden2{ - line-height: 20px; - max-height: 40px; + line-height: 24px; + max-height: 48px; height: auto; } \ No newline at end of file diff --git a/pages/home/index.vue b/pages/home/index.vue index 88fb0d3..2e76d6b 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -549,14 +549,14 @@ export default { width: 100%; .learning_item{ - width: 49%; + width: 326rpx; margin-bottom: 20rpx; .book_image{ background-color: rgba(125, 193, 240, 0.15); display: block; width: 100% !important; - height: 168rpx; + height: 170rpx; } } }