@@ -93,7 +93,9 @@
</swiper-item>
</swiper>
<view class="product-detail">
+ <text v-if="article.length>0">
{{article[actionArtInd].synopsis}}
+ </text>
</view>
<uni-popup ref="popupkf" type="center">
@@ -618,6 +620,7 @@
}
.product-art-list {
+ height: 432rpx;
.product-art-item {
.image-box {
text-align: center;
@@ -116,7 +116,7 @@
account: obj.phone, //账号
captcha: obj.code, //验证码
password: obj.password, //密码
- spread: this.invitation //上级推广人
+ spread: obj.invitation //上级推广人
}).then(function(e) {
uni.showToast({
title: '注册成功',
@@ -257,12 +257,15 @@ page {
.list-scroll-content {
height: calc(100% - 175px);
+ padding-top: 30rpx;
.order-item {
display: flex;
flex-direction: column;
+ border-radius: 20rpx;
background: #fff;
- margin-top: 16rpx;
+ margin: 0rpx 30rpx 30rpx 30rpx;
+
.i-top {
@@ -324,7 +327,7 @@ page {
.goods-box-single {
padding: 20rpx 30rpx;
- background: #f7f7f7;
+ // background: #f7f7f7;
.goods-img {
display: block;
width: 120rpx;