Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
1792d0a2
Commit
1792d0a2
authored
Mar 02, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
cbc49192
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
11 deletions
+5
-11
list.vue
components/goods/list.vue
+1
-1
category.vue
components/navpage/category.vue
+1
-0
kotragoodsaction.vue
pages/goods/components/kotragoodsaction.vue
+0
-9
goods.vue
pages/goods/goods.vue
+3
-1
No files found.
components/goods/list.vue
View file @
1792d0a2
...
...
@@ -24,7 +24,7 @@
{{
cx
.
name
}}
</view>
<view
class=
"goodsSubName"
v-if=
"setting&&setting.is_show_korea==1"
>
卖点:
{{
cx
.
subName
}}
卖点:
<text
v-if=
"cx.subName"
>
{{
cx
.
subName
}}
</text>
</view>
<view
class=
"good-info"
v-if=
"setting&&setting.is_show_korea==0"
>
<view
class=
"price"
:style=
"
{ color: mainColor }">¥
{{
cx
.
price
}}
</view>
...
...
components/navpage/category.vue
View file @
1792d0a2
...
...
@@ -8,6 +8,7 @@
.categoryContent
{
/* display: flex; */
margin
:
15px
;
padding-bottom
:
20px
;
}
.cateList
{
width
:
120px
;
...
...
pages/goods/components/kotragoodsaction.vue
View file @
1792d0a2
...
...
@@ -21,15 +21,6 @@
<button
open-type=
"contact"
class=
"KoraBtnList"
>
在线客服
</button>
</view>
</view>
<view
class=
"item2"
v-if=
"totalStock>0 && status==1 && formid==1"
@
click=
'buy'
>
<view
style=
"flex: 1;"
><u-button
:ripple=
"true"
:hair-line=
"false"
:custom-style=
"btn4"
>
立即报名
</u-button></view>
</view>
<view
class=
"item2"
v-if=
"totalStock==0 "
>
<view
style=
"flex: 1;"
><u-button
:ripple=
"true"
:hair-line=
"false"
:custom-style=
"btn3"
>
售馨
</u-button></view>
</view>
<view
class=
"item2"
v-if=
" status==2"
>
<view
style=
"flex: 1;"
><u-button
:ripple=
"true"
:hair-line=
"false"
:custom-style=
"btn3"
>
已下架
</u-button></view>
</view>
<auth
v-if=
"showAuth"
@
changeuserinfo=
"reloadUserinfo"
@
gbAuth=
"gbAuth"
></auth>
<share
:good-id=
"shareObj.goodId"
...
...
pages/goods/goods.vue
View file @
1792d0a2
...
...
@@ -438,7 +438,7 @@ export default {
},
comListMsg
:{
pageIndex
:
1
,
pageSize
:
2
,
pageSize
:
5
,
GoodsId
:
0
},
compentList
:[]
,
//评论列表
...
...
@@ -899,6 +899,7 @@ export default {
uni.showToast({
title: "评价成功"
});
this.comentMsg.Content='';
this.getCommitList();
}
}
...
...
@@ -946,6 +947,7 @@ export default {
uni.showToast({
title: "删除成功"
});
this.comListMsg.pageIndex=1;
this.getCommitList();
}
}
...
...
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