Browse Source

2023-11-8

cmy 1 year ago
parent
commit
4a1eb2dd95
3 changed files with 9 additions and 3 deletions
  1. 3 0
      pages/index/index.vue
  2. 1 1
      pages/public/register.vue
  3. 5 2
      pages/user/mygs.vue

+ 3 - 0
pages/index/index.vue

@@ -93,7 +93,9 @@
 				</swiper-item>
 			</swiper>
 			<view class="product-detail">
+				<text v-if="article.length>0">
 				{{article[actionArtInd].synopsis}}
+				</text>
 			</view>
 		</view>
 		<uni-popup ref="popupkf" type="center">
@@ -618,6 +620,7 @@
 		}
 
 		.product-art-list {
+			height: 432rpx;
 			.product-art-item {
 				.image-box {
 					text-align: center;

+ 1 - 1
pages/public/register.vue

@@ -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: '注册成功',

+ 5 - 2
pages/user/mygs.vue

@@ -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 {
 		display: flex;
@@ -324,7 +327,7 @@ page {
 	.goods-box-single {
 		display: flex;
 		padding: 20rpx 30rpx;
-		background: #f7f7f7;
+		// background: #f7f7f7;
 		.goods-img {
 			display: block;
 			width: 120rpx;