Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uni-app-ddh-shop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
uni-app-ddh-shop
Commits
56935461
Commit
56935461
authored
Jan 16, 2025
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改商品详情内容
parent
8978b2a4
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
243 additions
and
214 deletions
+243
-214
index.vue
pages/index/index.vue
+1
-6
index.vue
pages/my/index.vue
+1
-1
index.vue
pages/sort/index.vue
+4
-4
index.less
subPackage/productDetails/index.less
+232
-200
productDetails.vue
subPackage/productDetails/productDetails.vue
+4
-2
app-service.js
unpackage/cache/wgt/__UNI__670BD78/app-service.js
+1
-1
No files found.
pages/index/index.vue
View file @
56935461
...
...
@@ -32,15 +32,10 @@
<!-- Banner 位 -->
<view
v-if=
"index['bannerList']"
class=
'i-banner'
>
<swiper
:autoplay=
"true"
:interval=
"3000"
:duration=
"1000"
style=
"height: 359rpx;"
>
<
!--
<
swiper-item
class=
'swiper-item-i'
v-for=
"(item, index) in JSON.parse(index['bannerList'])"
<swiper-item
class=
'swiper-item-i'
v-for=
"(item, index) in JSON.parse(index['bannerList'])"
:key=
"item.id"
@
click=
'jump(item, index, "banner")'
>
<image
:src=
'item.url'
class=
'banner-item'
></image>
</swiper-item>
-->
<swiper-item
class=
'swiper-item-i'
>
<image
src=
'https://ddh.yyhock.com/appStatic/i-banner-hhym.png'
class=
'banner-item'
></image>
</swiper-item>
</swiper>
</view>
...
...
pages/my/index.vue
View file @
56935461
...
...
@@ -179,7 +179,7 @@ export default {
try
{
this
.
buryingPoint
(
'app:my_contact_us_click'
)
const
APP_SETTING
=
uni
.
getStorageSync
(
'APP-SETTING'
);
const
serviceCall
=
APP_SETTING
?
JSON
.
parse
(
APP_SETTING
)[
'
serviceCall
'
]
:
''
const
serviceCall
=
APP_SETTING
?
JSON
.
parse
(
APP_SETTING
)[
'
phone
'
]
:
''
this
.
handleCall
(
serviceCall
)
}
catch
(
err
)
{
console
.
log
(
'日'
)
...
...
pages/sort/index.vue
View file @
56935461
...
...
@@ -75,17 +75,17 @@
"sort"
:
"id desc"
}
console
.
log
(
parmas
,
'parmas'
)
self
.
$request
(
'/
pawn/category
/getGoodsPage'
,
'POST'
,
parmas
).
then
((
res
)
=>
{
self
.
$request
(
'/
app/goods
/getGoodsPage'
,
'POST'
,
parmas
).
then
((
res
)
=>
{
console
.
log
(
res
,
'res'
)
const
{
current
,
records
,
total
,
size
}
=
res
.
result
const
{
data
,
total
}
=
res
.
result
const
hasNextPage
=
total
-
self
.
pageSize
*
self
.
pageNum
>
0
?
true
:
false
//是否有下一页
if
(
self
.
loadFlag
){
console
.
log
(
33
);
self
.
listIndex
=
self
.
listIndex
.
concat
(
records
)
self
.
listIndex
=
self
.
listIndex
.
concat
(
data
)
}
else
{
console
.
log
(
34
);
self
.
listIndex
=
records
self
.
listIndex
=
data
}
self
.
hasNextPage
=
hasNextPage
self
.
loadFlag
=
false
...
...
subPackage/productDetails/index.less
View file @
56935461
This diff is collapsed.
Click to expand it.
subPackage/productDetails/productDetails.vue
View file @
56935461
<
template
>
<view
class=
'product-page'
v-show=
"productInfo!=null"
>
<view
class=
'p-banner'
v-show=
"goodsImage!=''"
>
<image
:src=
'goodsImage'
class=
'banner-item'
></image>
<image
:src=
'goodsImage'
mode=
"widthFix"
class=
'banner-item'
></image>
</view>
<view
class=
"p-box"
>
<view
class=
'box-top'
>
...
...
@@ -14,15 +14,17 @@
<view
class=
'footer-r'
>
{{
lookSum
}}
次浏览
</view>
</view>
</view>
<view
class=
'p-detail'
>
<view
class=
'det-text'
>
{{
goodsDesc
}}
</view>
<view
class=
"det-imglist"
>
<view
class=
'list-item'
v-for=
"item in bannerList"
:key=
"item.id"
>
<image
class=
'img-f'
:src=
'item'
></image>
<image
class=
'img-f'
mode=
"widthFix"
:src=
'item'
></image>
</view>
</view>
</view>
<view
class=
'p-footer'
>
<view
class=
'footer-l'
>
<view
class=
'l-attention'
@
click=
"Clickatten"
>
...
...
unpackage/cache/wgt/__UNI__670BD78/app-service.js
View file @
56935461
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment