|
@@ -387,6 +387,7 @@ export default {
|
|
if(code !== 200) return
|
|
if(code !== 200) return
|
|
wx.showToast({title: '发布成功'});
|
|
wx.showToast({title: '发布成功'});
|
|
this.comment_cont = '';
|
|
this.comment_cont = '';
|
|
|
|
+ this.select_comment_type === 2 && this.getComment();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -607,6 +608,9 @@ page {
|
|
align-items: center;
|
|
align-items: center;
|
|
z-index: 99;
|
|
z-index: 99;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
|
|
+ ::-webkit-scrollbar {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
.write-ipt {
|
|
.write-ipt {
|
|
padding: 30rpx 0;
|
|
padding: 30rpx 0;
|
|
flex: 1;
|
|
flex: 1;
|