Commit a311a154 authored by spc's avatar spc

fixed

parent dc98b393
......@@ -290,7 +290,7 @@
.current_session_content {
padding-top: 20rpx;
margin-top: -42rpx;
border-radius: 0rpx 30rpx 30rpx 30rpx;
border-radius: 0rpx 0rpx 30rpx 30rpx;
position: relative;
// 背景色通过内联样式动态设置
......
......@@ -1099,16 +1099,10 @@ export default {
async createSeckillOrder() {
try {
const seckillOrderParams = {
id: this.goodsData.id,
phone: this.orderParams.phone || '',
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,
id: this.seckillParams.activityId,
appGoodsId: this.goodsData.id,
sessionKey: this.seckillParams.sessionKey,
orderSubSource: this.orderSubSource
orderSubSource: this.orderSubSource,
};
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