Commit fb1c5a08 authored by 徐一鸣's avatar 徐一鸣

添加到购物车

parent cdcb8da3
...@@ -156,7 +156,7 @@ export default { ...@@ -156,7 +156,7 @@ export default {
duration: this.duration, // 申请时长 duration: this.duration, // 申请时长
spec_id: this.specification.id, // 当为服务时,为服务规格 当为应用时 这里是部署方式的规格 1 部署 2开发 spec_id: this.specification.id, // 当为服务时,为服务规格 当为应用时 这里是部署方式的规格 1 部署 2开发
duration_method: this.type, // 计时方式 按年 按月 duration_method: this.type, // 计时方式 按年 按月
is_subscribe: 1, // 是否订阅 is_subscribe: 0, // 是否订阅
}) })
.then(({ data }) => { .then(({ data }) => {
if (data.success == 1) { if (data.success == 1) {
......
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