Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
44d45fbf
Commit
44d45fbf
authored
Oct 21, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e6a74664
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
687 additions
and
383 deletions
+687
-383
goods.vue
pages/goods/goods.vue
+680
-376
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+7
-7
No files found.
pages/goods/goods.vue
View file @
44d45fbf
This diff is collapsed.
Click to expand it.
pages/jiuzhai/jz_LineDetail.vue
View file @
44d45fbf
...
...
@@ -226,7 +226,7 @@
</view>
</view>
</view>
<view
class=
"jz_TripDays"
style=
"display:
none;
"
>
<view
class=
"jz_TripDays"
style=
"display:
none
"
>
<span
style=
"display: inline-block; position: relative"
>
<text
style=
"
...
...
@@ -1423,7 +1423,7 @@ export default {
imageUrl
:
imageUrl
,
};
},
// #endif
//分享给朋友
onShareAppMessage
(
res
)
{
let
u
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
...
...
@@ -1452,13 +1452,13 @@ export default {
this
.
delMsg
.
configId
+
"&cityId="
+
this
.
delMsg
.
cityId
,
imageUrl
:
this
.
dataList
.
tempImgCover
&&
this
.
dataList
.
tempImgCover
.
length
>
0
?
this
.
dataList
.
tempImgCover
[
0
]
:
""
,
imageUrl
:
""
,
// imageUrl:
// this.dataList.tempImgCover && this.dataList.tempImgCover.length > 0
// ? this.dataList.tempImgCover[0]
// : "",
};
},
// #endif
},
};
</
script
>
...
...
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