-
+
-
+
+
-
+
+
+
+
+
+
-
-
+
-
+
+
-
+
请选择
支付方案
+ 支付方案
请选择
项目
项目
- 应付金额:¥{{ amount }}
+ 应付金额:
¥{{ selected.price }}
微信扫码支付
@@ -47,11 +57,12 @@ export default {
return {
search: {module: "0"},
show: true,
- descriptions: ["抢仓发货", "数据下载", "复制商品", "会员服务"],
+ descriptionsModule0: ["抢仓发货", "数据下载", "复制商品", "会员服务"],
+ descriptionsModule1: ["智能复制"],
payments: [],
qrcode: "",
amount: 0,
- selected: ""
+ selected: {}
}
},
computed: {
@@ -67,10 +78,11 @@ export default {
}
})
},
- getQrcode(priceConfigId) {
- this.selected = priceConfigId
+ getQrcode(item) {
+
+ this.selected = item
this.$http.post("/api/order/createOrder", null, {
- params: {priceConfigId}
+ params: {priceConfigId: item.id}
}).then(res => {
if (res?.data?.id) {
return res.data.id
diff --git a/src/view/Home.vue b/src/view/Home.vue
index cb1cfde..a13489a 100644
--- a/src/view/Home.vue
+++ b/src/view/Home.vue
@@ -88,8 +88,9 @@
title="用户激活"
:visible="$store.state.activeDlgShow"
:close-on-click-modal="false"
- width="30%"
+ width="1200"
:before-close="handleClose">
+
dsad
@@ -59,11 +58,9 @@