diff --git a/pages/down-drawe-detail/[id].vue b/pages/down-drawe-detail/[id].vue index de5a162..47f8ba3 100644 --- a/pages/down-drawe-detail/[id].vue +++ b/pages/down-drawe-detail/[id].vue @@ -11,14 +11,14 @@
-
{{ detail?.title }}
+
{{ detail?.title }}
by {{ detail?.ownedUserIdInfo?.nickName }}
-
+
{{ detail?.points === 0 ? '免费下载' : '立即下载' }} @@ -45,16 +45,16 @@
-
-
{{ detail?.title }}描述
+
{{ detail?.title }}描述
{{ detail?.description }}
-
-
{{ detail?.title }}附件
+
{{ detail?.title }}附件
@@ -86,8 +86,8 @@
-
-
+
关联{{ detail?.type === 1 ? '图纸' : detail?.type === 2 ? '文本' : '模型' }}
@@ -97,8 +97,8 @@ -
-
+
相关{{ detail?.type === 1 ? '图纸' : detail?.type === 2 ? '文本' : '模型' }}推荐
@@ -163,8 +163,8 @@
-
- 最新发布 +
+ 最新发布
-
-
+
+
{{ props.type === 1 ? '图纸' : props.type === 2 ? '文本' : '模型' }}
diff --git a/pages/toolbox-detail/[id].vue b/pages/toolbox-detail/[id].vue index 1202d2f..a875776 100644 --- a/pages/toolbox-detail/[id].vue +++ b/pages/toolbox-detail/[id].vue @@ -11,14 +11,14 @@
-
{{ detail?.title }}
+
{{ detail?.title }}
by {{ detail?.ownedUserName }}
-
+
{{ detail?.points === 0 ? '免费下载' : '立即下载' }} @@ -45,16 +45,16 @@
-
-
工具使用介绍
+
工具使用介绍
{{ detail?.description }}
-
-
工具文件
+
工具文件
包含的文件
@@ -137,8 +137,8 @@
-
- 最新发布 +
+ 最新发布
-
-
+
+
工具截图