Commit a311a154 authored by spc's avatar spc

fixed

parent dc98b393
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
.current_session_content { .current_session_content {
padding-top: 20rpx; padding-top: 20rpx;
margin-top: -42rpx; margin-top: -42rpx;
border-radius: 0rpx 30rpx 30rpx 30rpx; border-radius: 0rpx 0rpx 30rpx 30rpx;
position: relative; position: relative;
// 背景色通过内联样式动态设置 // 背景色通过内联样式动态设置
......
...@@ -1099,16 +1099,10 @@ export default { ...@@ -1099,16 +1099,10 @@ export default {
async createSeckillOrder() { async createSeckillOrder() {
try { try {
const seckillOrderParams = { const seckillOrderParams = {
id: this.goodsData.id, id: this.seckillParams.activityId,
phone: this.orderParams.phone || '', appGoodsId: this.goodsData.id,
buyNum: this.quantity.toString(), // 秒杀固定为1
storeId: this.orderParams.storeId || '',
amount: this.orderParams.amount || '',
channel: this.orderParams.channel || '',
addressId: this.orderParams.addressId || '',
appGoodsId: this.seckillParams.appGoodsId,
sessionKey: this.seckillParams.sessionKey, sessionKey: this.seckillParams.sessionKey,
orderSubSource: this.orderSubSource orderSubSource: this.orderSubSource,
}; };
console.log('秒杀下单参数:', seckillOrderParams); console.log('秒杀下单参数:', seckillOrderParams);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment