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