Commit 1792d0a2 authored by zhengke's avatar zhengke

修改

parent cbc49192
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
{{ cx.name }} {{ cx.name }}
</view> </view>
<view class="goodsSubName" v-if="setting&&setting.is_show_korea==1"> <view class="goodsSubName" v-if="setting&&setting.is_show_korea==1">
卖点:{{cx.subName}} 卖点:<text v-if="cx.subName">{{cx.subName}}</text>
</view> </view>
<view class="good-info" v-if="setting&&setting.is_show_korea==0"> <view class="good-info" v-if="setting&&setting.is_show_korea==0">
<view class="price" :style="{ color: mainColor }">¥{{cx.price}}</view> <view class="price" :style="{ color: mainColor }">¥{{cx.price}}</view>
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
.categoryContent{ .categoryContent{
/* display: flex; */ /* display: flex; */
margin:15px; margin:15px;
padding-bottom:20px;
} }
.cateList{ .cateList{
width:120px; width:120px;
......
...@@ -21,15 +21,6 @@ ...@@ -21,15 +21,6 @@
<button open-type="contact" class="KoraBtnList">在线客服</button> <button open-type="contact" class="KoraBtnList">在线客服</button>
</view> </view>
</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> <auth v-if="showAuth" @changeuserinfo="reloadUserinfo" @gbAuth="gbAuth"></auth>
<share <share
:good-id="shareObj.goodId" :good-id="shareObj.goodId"
......
...@@ -438,7 +438,7 @@ export default { ...@@ -438,7 +438,7 @@ export default {
}, },
comListMsg:{ comListMsg:{
pageIndex:1, pageIndex:1,
pageSize:2, pageSize:5,
GoodsId:0 GoodsId:0
}, },
compentList:[] ,//评论列表 compentList:[] ,//评论列表
...@@ -899,6 +899,7 @@ export default { ...@@ -899,6 +899,7 @@ export default {
uni.showToast({ uni.showToast({
title: "评价成功" title: "评价成功"
}); });
this.comentMsg.Content='';
this.getCommitList(); this.getCommitList();
} }
} }
...@@ -946,6 +947,7 @@ export default { ...@@ -946,6 +947,7 @@ export default {
uni.showToast({ uni.showToast({
title: "删除成功" title: "删除成功"
}); });
this.comListMsg.pageIndex=1;
this.getCommitList(); this.getCommitList();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment