Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
basic-uniapp-v3
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-uniapp-v3
Commits
73670db1
提交
73670db1
authored
1月 13, 2026
作者:
吴佳伟
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: 优化页面
上级
accf23df
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
13 行增加
和
9 行删除
+13
-9
fuwu.vue
src/pages/fuwu/fuwu.vue
+9
-5
nongmaojiaoyi.vue
src/pages/nongmaojiaoyi/nongmaojiaoyi.vue
+4
-4
没有找到文件。
src/pages/fuwu/fuwu.vue
浏览文件 @
73670db1
...
@@ -378,7 +378,9 @@
...
@@ -378,7 +378,9 @@
@click="onMenuItemClick(item)"
@click="onMenuItemClick(item)"
>
>
<image
class=
"image_7"
:src=
"item.icon_url"
/>
<image
class=
"image_7"
:src=
"item.icon_url"
/>
<text
class=
"fontsize_28"
:class=
"`text_$
{item.id + 2} mt-13`">
{{
item
.
name
}}
</text>
<text
class=
"fontsize_28"
:class=
"`text_$
{item.id + 2} mt-13`">
{{
item
.
name
}}
</text>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -477,13 +479,15 @@
...
@@ -477,13 +479,15 @@
<view
<view
class=
"codefun-flex-col codefun-justify-start codefun-items-start codefun-self-stretch section_10"
class=
"codefun-flex-col codefun-justify-start codefun-items-start codefun-self-stretch section_10"
:style=
"{
:style=
"{
'background-image': `url(${product.image})`,
'background-image': `url(${product.image})`,
}"
}"
>
>
<view
<view
class=
"codefun-flex-col codefun-justify-start codefun-items-center text-wrapper_3"
class=
"codefun-flex-col codefun-justify-start codefun-items-center text-wrapper_3"
>
>
<text
v-if=
"product.labels_dictText"
class=
"font_13"
>
{{ product.labels_dictText.split(',')[0] }}
</text>
<text
v-if=
"product.labels_dictText"
class=
"font_13"
>
{{
product.labels_dictText.split(',')[0]
}}
</text>
</view>
</view>
</view>
</view>
<text
<text
...
@@ -492,7 +496,7 @@
...
@@ -492,7 +496,7 @@
>
{{ product.name }}
</text
>
{{ product.name }}
</text
>
>
<text
class=
"codefun-self-start font_1 text_27 codefun-mt-10"
style=
"font-size: 28rpx"
<text
class=
"codefun-self-start font_1 text_27 codefun-mt-10"
style=
"font-size: 28rpx"
>
¥{{ product.
s
ellPrice }}
</text
>
¥{{ product.
minS
ellPrice }}
</text
>
>
</view>
</view>
</view>
</view>
...
...
src/pages/nongmaojiaoyi/nongmaojiaoyi.vue
浏览文件 @
73670db1
...
@@ -127,10 +127,10 @@
...
@@ -127,10 +127,10 @@
function
getGoodsList
()
{
function
getGoodsList
()
{
NongzhiAPI
.
goodsList
(
pageData
.
search
).
then
((
res
)
=>
{
NongzhiAPI
.
goodsList
(
pageData
.
search
).
then
((
res
)
=>
{
console
.
log
(
"pageData.products******************"
)
console
.
log
(
'pageData.products******************'
)
console
.
log
(
res
)
console
.
log
(
res
)
const
{
records
,
total
}
=
res
const
{
records
,
total
}
=
res
pageData
.
products
=
[...
pageData
.
products
,
...
records
]
;
pageData
.
products
=
[...
pageData
.
products
,
...
records
]
pageData
.
total
=
total
pageData
.
total
=
total
})
})
}
}
...
@@ -274,8 +274,8 @@
...
@@ -274,8 +274,8 @@
}"
}"
>
>
<view
class=
"codefun-self-start group_7"
>
<view
class=
"codefun-self-start group_7"
>
<text
class=
"font_7"
>
¥
</text>
<text
class=
"font_7"
>
¥
</text>
<text
class=
"font_5"
>
{{
product
.
s
ellPrice
}}
</text>
<text
class=
"font_5"
>
{{
product
.
minS
ellPrice
}}
</text>
</view>
</view>
<view
<view
class=
"codefun-flex-col codefun-justify-start codefun-items-center text-wrapper_2"
class=
"codefun-flex-col codefun-justify-start codefun-items-center text-wrapper_2"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论