mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
commit
c3d0f841cf
@ -313,7 +313,7 @@ export default {
|
|||||||
basePoint:basePoint,
|
basePoint:basePoint,
|
||||||
productName: item.productName,
|
productName: item.productName,
|
||||||
buyCount: item.buyCount,
|
buyCount: item.buyCount,
|
||||||
productId: item.productCode,
|
productCode: item.productCode,
|
||||||
payAmount: item.productPrice,
|
payAmount: item.productPrice,
|
||||||
memberId: userInfo.data.id,
|
memberId: userInfo.data.id,
|
||||||
phoneNumber: userInfo.data.mobile,
|
phoneNumber: userInfo.data.mobile,
|
||||||
|
@ -480,6 +480,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
@import url("../../assets/css/global.less");
|
|
||||||
@import url("../../assets/css/orderquantity.less");
|
@import url("../../assets/css/orderquantity.less");
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user