Commit 1792d0a2 authored by zhengke's avatar zhengke

修改

parent cbc49192
......@@ -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>
......
......@@ -8,6 +8,7 @@
.categoryContent{
/* display: flex; */
margin:15px;
padding-bottom:20px;
}
.cateList{
width:120px;
......
......@@ -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"
......
......@@ -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();
}
}
......
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