Просмотр исходного кода

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
修改

1004749546@qq.com 4 лет назад
Родитель
Сommit
c09693e52a
2 измененных файлов с 8 добавлено и 2 удалено
  1. 6 1
      pages/order/LogList.vue
  2. 2 1
      pages/order/order.vue

+ 6 - 1
pages/order/LogList.vue

@@ -13,7 +13,7 @@
 							<view class="order-log">
 								<view>
 									快递公司:<text class="address-title">{{item.logName}}</text>
-									<u-button class="btn-cont" @click="copyLogNum" style="float: right;" type="primary" shape="circle" size="mini">确认收货</u-button>
+									<text class="btn-cont" @click="copyLogNum" style="float: right;">确认收货</text>
 								</view>
 								<view>
 									<text>运单编号:</text>
@@ -382,6 +382,11 @@
 				.btn-cont {
 					width: 180upx;
 					height: 60upx;
+					float: right;
+					background-color: #2979ff;
+					color: #fff;
+					text-align: center;
+					border-radius: 100upx;
 					font-size: 30upx;
 				}
 				.price-text{

+ 2 - 1
pages/order/order.vue

@@ -301,8 +301,9 @@
 			},
 			// 查看物流
 			showLog (item) {
+				console.log(item,'111111')
 				uni.navigateTo({
-					url: "/pages/order/LogList?id="+item.id
+					url: "/pages/order/LogList?id="
 				})
 			},
 			// 复制运单编号