shish hai 2 meses
pai
achega
88c8349e9e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      ghsApp/src/admin/order/mergeOrder.vue

+ 2 - 1
ghsApp/src/admin/order/mergeOrder.vue

@@ -131,7 +131,8 @@ export default {
       const firstOrder = this.list.data && this.list.data.length > 0 ? this.list.data[0] : {}
       const customName = firstOrder.customName ? firstOrder.customName : ''
       const count = this.list.data ? this.list.data.length : 0
-      this.shareTitle = customName + ' 共' + count + '个订单'
+      const totalPrice = info.totalPrice != null && info.totalPrice !== '' ? parseFloat(info.totalPrice) : 0
+      this.shareTitle = customName + ' 共' + count + '个订单 ¥' + totalPrice
       const share = this.getShareConfig()
       // #ifdef APP-PLUS
       const miniOriginalId =