@@ -86,7 +86,7 @@ Page({
}
$api.update(data).then(res=>{
- if(res.code == 0){
+ if(res.data.code == 0){
wx.showToast({
title: '提交成功',
})
@@ -230,12 +230,13 @@ scroll-view{
.comment{
width: 100%;
- padding-top: 20rpx;
+ padding-top: 10rpx;
padding-left: 60rpx;
.comment text{
color: #666;
margin:0 10rpx;
+ font-size: 28rpx;
.more{
display: block;