|
|
|
@ -52,7 +52,7 @@ class Order extends Controller |
|
|
|
|
$copy_text .= "单价:{$good['goods_price']}\n"; |
|
|
|
|
$copy_text .= "数量:{$good['total_num']}\n"; |
|
|
|
|
$copy_text .= "总价:{$good['total_price']}\n"; |
|
|
|
|
$copy_text .= "商品链接:" . $link_obj->shortUrl("/pages/goods/detail?goodsId=" . $good['goods_id'], '商品详情'); |
|
|
|
|
$copy_text .= "商品链接:" . $link_obj->shortUrl("pages/goods/detail?goodsId=" . $good['goods_id'], '商品详情'); |
|
|
|
|
$copy_text .= "\n"; |
|
|
|
|
} |
|
|
|
|
if (!empty($value['address'])) { |
|
|
|
|