diff --git a/src/components/menu.vue b/src/components/menu.vue index 18505ae81dd162bd78461998427f5a5ad9e4d71c..aa943620b57fe2ce3605d8146e22430e097ec7ae 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -127,7 +127,7 @@ @click="settlement" size="small" class="shop_settlement" - >去购物车申请结算 + >去购物车申请
- + -
-
- {{ cellItem.spcs_type == 1 ? "计次收费" : "时长收费" }}: - {{ cellItem.single_money }}金币/ - {{ cellItem.spcs_type == 1 ? cellItem.spcs_count + "次" : "月" }} -
-
-
-
- {{ - cellItem.spec_app == 0 - ? "申请获取应用镜像部署权限:" + - cellItem.single_money + - "金币/月" - : "申请获取应用镜像开发权限:" + - cellItem.single_money + - "金币/月" - }} -
-
-
+
+ +
+ - +
- +
- {{ + + {{cellItem.order_type == 3? cellItem.duration + '个月' : cellItem.request_start_time && cellItem.request_end_time? cellItem.request_start_time + '~' + cellItem.request_end_time : '-'}}
- -
{{ cellItem.total_money }}金币
-
- +
- 服务信息 + 服务信息 规格 - 购买时长 - 总价 - 申请状态 + 申请使用期限 + + 申请状态 操作
diff --git a/src/components/service-box.vue b/src/components/service-box.vue new file mode 100644 index 0000000000000000000000000000000000000000..4cf6d45bc80af38f379334cb0870b5a8f0dc6c39 --- /dev/null +++ b/src/components/service-box.vue @@ -0,0 +1,181 @@ + + + + + + + diff --git a/src/components/service-info/app-info.vue b/src/components/service-info/app-info.vue index 3a0db17a0c34392307c5dfdbfcd430bbb210618a..cacaea0716ec5dbb4c99ed05be9b4494c6c7139b 100644 --- a/src/components/service-info/app-info.vue +++ b/src/components/service-info/app-info.vue @@ -3,63 +3,50 @@ :borRadius="8" :paddingNum="32" class="service_info apaas_button" - v-if="data" + v-if="datas" >
- +
- + +
+ + + + + + + + +
- - + + 立即申请 + - - + + 加入购物车 +
-

{{ data.yyjj }}

-
-
- 价  格: - {{ data.price * duration }} - 金币 -
-
- 月售: - {{ data.sale }} 笔 - - {{ data.star }} -
-
-
- 规  格: -
申请获取应用镜像部署权限
-
-
- {{ `申请获取应用镜像部署权限,每月${data.price}金币。` }} -
-
- 购买时长: -
- 月 -
-
-
- - 立即申请 - - - 加入购物车 - +
+ + 部署来源:{{datas.online_state_name}} + 业务领域:{{datas.ywly_name}} + 应用类型:{{datas.type_name}} + + + 提供组织:{{datas.organization_name}} + 联系人:{{datas.username}} + 联系方式:{{datas.phone}} + + + 上线时间:{{helper.dateStringTransform(datas.create_date)}} +
@@ -68,6 +55,7 @@ - diff --git a/src/components/shop-car-apply/apply_service_state.vue b/src/components/shop-car-apply/apply_service_state.vue index d6eca15e7335259a818f7496141f81468647a38a..33dbe3414e61623c581297d141587ab610300c79 100644 --- a/src/components/shop-car-apply/apply_service_state.vue +++ b/src/components/shop-car-apply/apply_service_state.vue @@ -33,22 +33,23 @@ >{{ item.tip }}

{{ data.type }}

-

{{ data.auth }}

+
-

{{data.size}}

+

{{data.auth}}

-
{{ data.num }}
-
{{ data.count }}
+
- + > --> +

{{helper.dateStringTransform(data.fbsj)}}

应用场景:

@@ -78,6 +79,7 @@