pangqijun 1 ano atrás
pai
commit
29a1788270

+ 1 - 1
pages/groupbuying/myClient/module/mescrollUni-item.vue

@@ -10,7 +10,7 @@
 		<!-- 数据列表 -->
 		<view class="myclient_list" v-for="(item,index) in list" :key="index">
 			<view>
-				<text class="myclient_list_name" >{{item.realName || item.name}}</text>
+				<text class="myclient_list_name" >{{item.name}}</text>
 			</view>
 			<view class="myclient_list_content">
 				<view class="phone">

+ 3 - 3
pages/groupbuying_details/index.vue

@@ -1238,7 +1238,7 @@ export default {
 		// 	}
 		// },
     addGoodsNum(item) {
-
+      console.log("修改商品数量,", item)
     }
 	},
 };
@@ -2223,9 +2223,9 @@ action-sheet-item {
 					flex-direction: row;
 					justify-content: center;
 					line-height: 128rpx;
-					opacity:0.9;
-					font-family: "楷体","楷体_GB2312";
+					opacity:0.85;
 					font-weight: bold;
+          color: #ffffff;
 				}
 
 				image {

+ 2 - 2
pages/order/index.vue

@@ -106,7 +106,7 @@
 					<view class="op-area">
 						<button v-if="item.orderState == 1" class="action-btn" @click="cancelOrder(item.orderId)">取消订单</button>
 						<button v-if="item.orderState == 1" class="action-btn" @click="goPay(item)">立即付款</button>
-						<button v-if="item.orderState == 4" class="info-btn" @click="salesReturn(item)">申请退货</button>
+						<button v-if="item.canReturnGoods" class="info-btn" @click="salesReturn(item)">申请退货</button>
 						<button v-if="item.canRefund" class="info-btn" @click="refundOrder(item.orderId)">申请退款</button>
 						<button  v-if="item.orderState == 2" class="action-btn" @click="viewPickCode(item.pickupCode)">取货码 {{item.pickupCode}}</button>
 					</view>
@@ -499,7 +499,7 @@ export default {
 			this.page = 1;
 			this.$set(this, 'orderList', []);
 			this.pay_close = false;
-			uni.$u.toast("付成功")
+			uni.$u.toast("付成功")
 			this.pay_order_id = '';
 			this.pay_orderId = '';
 			this.getOrderData();