diff --git a/flower_user_front/src/views/GiftPayView.vue b/flower_user_front/src/views/GiftPayView.vue new file mode 100644 index 0000000..4339238 --- /dev/null +++ b/flower_user_front/src/views/GiftPayView.vue @@ -0,0 +1,241 @@ + + + + + + + + 本店地址:山东省 济南市 历城区 港沟街道舜华路1400号山东大学软件园校区 好花花店 + + + 请于下单时间1小时后到店领取 + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{scope.row.gift_name}} + + + + + + + + {{scope.row.gift_point}} + + + + + + + + 运费:¥ {{this.trans_fee.toFixed(2)}} + 提交订单 + + + + + + + \ No newline at end of file