diff --git a/pages/logistics/deliveryDetil.vue b/pages/logistics/deliveryDetil.vue
index 1707904..7dc1c85 100644
--- a/pages/logistics/deliveryDetil.vue
+++ b/pages/logistics/deliveryDetil.vue
@@ -1,516 +1,484 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- 起点:
- {{nowAddress}}
-
-
- 终点:
- {{goodsDetil.logistics.shop_address}}
-
+
+
+
+ 订单号信息:
+
+ 订单编号: {{goodsDetil.logistics.order_sn}}
+
+ 商户名称: {{goodsDetil.logistics.shop_name}}
+
+
+ 联系电话: {{goodsDetil.logistics.shop_phone}}
+
+
+ 店铺地址: {{goodsDetil.logistics.shop_address}}
+
+
+ 订单备注: {{goodsDetil.logistics.mark}}
-
-
-
- 订单号信息:
-
- 订单编号: {{goodsDetil.logistics.order_sn}}
-
- 商户名称: {{goodsDetil.logistics.shop_name}}
-
-
- 联系电话: {{goodsDetil.logistics.shop_phone}}
-
-
- 店铺地址: {{goodsDetil.logistics.shop_address}}
-
-
- 订单备注: {{goodsDetil.logistics.mark}}
-
-
-
-
- 请详细核对订单信息
-
-
+
+ 请详细核对订单信息
-
-
-
- 物流信息:
-
- 用户名称: {{fuzzyName( goodsDetil.logistics.receiver_name)}}
-
- 通知时间: {{goodsDetil.logistics.create_time}}
-
-
+
-
-
- 商品信息
-
-
-
- {{item.goods_name}}
+
+
+
+ 物流信息:
+
+ 用户名称: {{fuzzyName( goodsDetil.logistics.receiver_name)}}
+
+ 通知时间: {{goodsDetil.logistics.create_time}}
+
+
-
- X{{item.product_num}}
-
+
+
+ 商品信息
+
+
+
+ {{item.goods_name}}
+
+
+ X{{item.product_num}}
-
-
- 请详细核对订单信息
- 共计{{goodsDetil.product_count}}件商品
-
-
-
+
+ 请详细核对订单信息
+ 共计{{goodsDetil.product_count}}件商品
+
+
+
-
-
-
-
-
-
- 扫码取货
-
+
+
+
+
+
+
+
+
+ 扫码取货
-
-
-
-
-
-
-
- 骑手取货完成
-
-
-
-
-
-
-
+ showToast() {
+ this.$refs.uToast.show({
+ type: 'success',
+ title: '成功主题(带图标)',
+ message: "操作成功",
+ iconUrl: 'https://cdn.uviewui.com/uview/demo/toast/success.png'
+ })
+ },
+ mapFun() {
+ uni.openLocation({
+ latitude: Number(this.goodsDetil.logistics.shop_lat),
+ longitude: Number(this.goodsDetil.logistics.shop_long),
+ address: this.goodsDetil.logistics.shop_address,
+ name: this.goodsDetil.logistics.shop_name,
+ scale: 15,
+ });
+ },
+ showToast() {
+ this.$refs.uToast.show({
+ type: 'success',
+ title: '成功主题(带图标)',
+ message: "操作成功",
+ iconUrl: 'https://cdn.uviewui.com/uview/demo/toast/success.png'
+ })
+ },
+ getDriverLine() {
+ const that = this;
+ const key = "997c9a3d88154fa78f4d28bebc1dd84f";
-
\ No newline at end of file
+ }
+
+ .btn {
+
+ position: fixed;
+ bottom: 20rpx;
+ width: 90vw;
+ left: 50%;
+ transform: translateX(-50%);
+
+ }
+
\ No newline at end of file
diff --git a/subpkg/buyShare/buyShare.vue b/subpkg/buyShare/buyShare.vue
index b411f08..a87c25b 100644
--- a/subpkg/buyShare/buyShare.vue
+++ b/subpkg/buyShare/buyShare.vue
@@ -32,9 +32,7 @@
-
-