Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
web
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
iuav
web
Commits
ab6b3300
提交
ab6b3300
authored
11月 17, 2023
作者:
bax
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改图片地址
上级
962cccdc
流水线
#7055
已失败 于阶段
in 1 分 4 秒
变更
3
流水线
1
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
10 行增加
和
10 行删除
+10
-10
index.tsx
...quipmentLeasing/detail/components/orderForGoods/index.tsx
+4
-4
index.page.tsx
pages/flyingHandService/index.page.tsx
+2
-2
index.tsx
pages/mall/detail/components/orderForGoods/index.tsx
+4
-4
没有找到文件。
pages/equipmentLeasing/detail/components/orderForGoods/index.tsx
浏览文件 @
ab6b3300
...
...
@@ -369,8 +369,8 @@ export default function OrderForGoods(props: PropsBox) {
preview=
{
{
visible
:
false
}
}
src=
{
window
.
location
.
href
.
includes
(
'https://test.iuav.com/'
)
?
'https://
share-fly.oss-cn-hangzhou.aliyuncs
.com/image/app-iuav-formal1.jpg'
:
'https://
share-fly.oss-cn-hangzhou.aliyuncs
.com/image/app-iuav-trial1.jpg'
||
''
?
'https://
file.iuav
.com/image/app-iuav-formal1.jpg'
:
'https://
file.iuav
.com/image/app-iuav-trial1.jpg'
||
''
}
onClick=
{
()
=>
setAddressVisible
(
true
)
}
/>
...
...
@@ -384,8 +384,8 @@ export default function OrderForGoods(props: PropsBox) {
<
Image
src=
{
window
.
location
.
href
.
includes
(
'https://test.iuav.com/'
)
?
'https://
share-fly.oss-cn-hangzhou.aliyuncs
.com/image/app-iuav-formal1.jpg'
:
'https://
share-fly.oss-cn-hangzhou.aliyuncs
.com/image/app-iuav-trial1.jpg'
||
?
'https://
file.iuav
.com/image/app-iuav-formal1.jpg'
:
'https://
file.iuav
.com/image/app-iuav-trial1.jpg'
||
''
}
/>
...
...
pages/flyingHandService/index.page.tsx
浏览文件 @
ab6b3300
...
...
@@ -38,8 +38,8 @@ export default function FlyingHandService() {
const
router
=
useRouter
();
const
{
userInfo
,
setNeedLogin
}
=
useContext
(
UserContext
);
const
[
list
,
setList
]
=
useState
([
'https://
share-fly.oss-cn-hangzhou.aliyuncs
.com/file/540X844-1(1).jpg'
,
'https://
share-fly.oss-cn-hangzhou.aliyuncs
.com/file/540X844(1).jpg'
,
'https://
file.iuav
.com/file/540X844-1(1).jpg'
,
'https://
file.iuav
.com/file/540X844(1).jpg'
,
]);
const
[
productList
,
setProductList
]
=
useState
(
Array
<
{
element
:
JSX
.
Element
}
>
);
const
[
rightDomList
,
setRightDomList
]
=
useState
(
Array
<
{
element
:
JSX
.
Element
}
>
);
...
...
pages/mall/detail/components/orderForGoods/index.tsx
浏览文件 @
ab6b3300
...
...
@@ -279,8 +279,8 @@ export default function OrderForGoods(props: PropsBox) {
preview=
{
{
visible
:
false
}
}
src=
{
window
.
location
.
href
.
includes
(
'https://test.iuav.com/'
)
?
'https://
share-fly.oss-cn-hangzhou.aliyuncs
.com/image/app-iuav-formal1.jpg'
:
'https://
share-fly.oss-cn-hangzhou.aliyuncs
.com/image/app-iuav-trial1.jpg'
||
''
?
'https://
file.iuav
.com/image/app-iuav-formal1.jpg'
:
'https://
file.iuav
.com/image/app-iuav-trial1.jpg'
||
''
}
onClick=
{
()
=>
setAddressVisible
(
true
)
}
/>
...
...
@@ -294,8 +294,8 @@ export default function OrderForGoods(props: PropsBox) {
<
Image
src=
{
window
.
location
.
href
.
includes
(
'https://test.iuav.com/'
)
?
'https://
share-fly.oss-cn-hangzhou.aliyuncs
.com/image/app-iuav-formal1.jpg'
:
'https://
share-fly.oss-cn-hangzhou.aliyuncs
.com/image/app-iuav-trial1.jpg'
||
?
'https://
file.iuav
.com/image/app-iuav-formal1.jpg'
:
'https://
file.iuav
.com/image/app-iuav-trial1.jpg'
||
''
}
/>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论