twt лет назад: 2
Родитель
Сommit
aab4faeee5

+ 4 - 3
pages/activity/jkDetail.vue

@@ -286,7 +286,7 @@
 				this.collectingID=opt.id;
 				//this.getInfo();
 				this.queryActivityInfo();
-				
+				this.queryGoodsLook()
 			}
 		   	
 		   }else{
@@ -300,10 +300,10 @@
 		   			this.collectingID=opt.id;
 		   			//this.getInfo();
 		   			this.queryActivityInfo();
-		   			
+		   			this.queryGoodsLook()
 		   		}
 		   		//this.queryActivityInfo();
-				this.queryGoodsLook()
+				
 		   	})
 		   }
 		  
@@ -335,6 +335,7 @@
 					 this.collectingID=res.data.goodsID;
 					 this.shareId=res.data.operatorID
 					 this.queryActivityInfo();
+					 this.queryGoodsLook()
 				 })
 			},
 			gowp(){

+ 1 - 1
pages/index/index.vue

@@ -186,7 +186,7 @@
 						<view class="goodsName">{{item.name}}</view>
 					    <view class="Sold">
 							<view v-if="item.showLabel&&item.showLabel.indexOf('3')!=-1">
-								已售 {{item.saleQty}}
+								已售 {{item.saleQty>0?item.saleQty:0}}
 							</view>
 						</view>
 						<view class="goodsPrice">

+ 1 - 1
pages/integral/exchangeRecord.vue

@@ -31,7 +31,7 @@
 			<view class="sum">
 				<span style="font-size: 24rpx; color: #666666; margin-right: 10rpx;">总计</span>
 				<span style="font-size: 32rpx; color: #FF0000; 
-font-weight: 500; margin-right: 5rpx;">553</span>
+font-weight: 500; margin-right: 5rpx;">{{item.integral*item.qty}}</span>
 				<span style=" font-size: 24rpx; color: #FF0000;">积分</span>
 			</view>
 

+ 2 - 1
pages/integral/integralgoodsDetail.vue

@@ -91,7 +91,8 @@
 					<view class="buyShopRight" >
 						每人限兑{{info.oneCount?info.oneCount:0}}个,每天限兑{{info.dayCount?info.dayCount:0}}个
 					</view>
-				</view>
+				</view>
+				<view  class="buySHop" v-else></view>
 			</view>
 			
 			<view class="buybtnBox">

+ 2 - 2
pages/integral/scoreRecord.vue

@@ -25,13 +25,13 @@
 				<view class="plate" v-if="item.bizType==5">消费撤销</view>
 				<view class="plate" v-if="item.bizType==6">抵扣撤销</view>
 				<view class="plate" v-if="item.bizType==7">期初导入</view>
-				<view class="plate" v-if="item.bizType==8">兑换取</view>
+				<view class="plate" v-if="item.bizType==8">兑换取</view>
 				<view class="plate" v-if="item.bizType==9">每日签到</view>
 				<view class="plate" v-if="item.bizType==10">积分过期</view>
 				
 				
 				<view class="mileage" v-if="item.type==1">+{{item.integral}}</view>
-				<view class="jian" v-if="item.type==2">-{{item.integral}}</view>
+				<view class="jian" v-if="item.type==2" style="font-weight: 500;">-{{item.integral}}</view>
 			</view>
 			<view class="time">{{item.createTime}}</view>
 

+ 2 - 2
pages/shop/shop.vue

@@ -567,8 +567,8 @@ z-index: 11;
 	
 }
 .goodsBox{
-	height: calc(100vh - 280rpx);
-	padding-bottom: 120rpx;
+	// height: calc(100vh - 280rpx);
+	// padding-bottom: 120rpx;
 }
 .classificationBox{
 	display: flex;