Commit d1e1a6a3 authored by 张娇(东信)'s avatar 张娇(东信)

Merge remote-tracking branch 'origin/master'

parents ebe0d634 fe3dc40e
......@@ -41,7 +41,9 @@
{{ iconList[item.orderType].text }}
</text>
<!-- <image src="@/static/order/shop.png" /> -->
<view class="title">{{ item.shopName }}</view>
<view class="title">
{{ item.shopName }}
</view>
</view>
<view class="right">
<span class="status">{{ stateList[item.orderType][item.status].label }}</span>
......@@ -798,6 +800,10 @@ page {
color: #333;
font-size: 32rpx;
font-family: PingFang SC;
width: 420rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
......
......@@ -930,6 +930,10 @@ page {
p {
font-size: 22rpx;
}
li {
font-size: 22rpx;
margin-top: 8rpx;
}
.rich-more-btn {
width: 315 * 2rpx;
display: flex;
......
......@@ -272,7 +272,7 @@ function groupBuyUpdateFn(couponUserId) {
}
});
}
const submitOrder = debounce(() => {
const submitOrder = () => {
// TODO: 跳转到确认订单页面,并��带所选的支付方式
// id String 是 临时订单的id或key
......@@ -313,7 +313,7 @@ const submitOrder = debounce(() => {
groupBuyConfirmFn(prodIds.value, skuIds.value);
}
});
}, 1000);
};
</script>
<style lang="scss" scoped>
......
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