diff --git a/src/components/order-list/order-list-cell.vue b/src/components/order-list/order-list-cell.vue
index 60b0de8f03cfb36faf42aeaf293fc374719af5ff..c93446496b03fbbd677338e7a0eddea8e0590e63 100644
--- a/src/components/order-list/order-list-cell.vue
+++ b/src/components/order-list/order-list-cell.vue
@@ -271,7 +271,7 @@ export default {
} else if (this.cellItem.order_type == 2) {
query = {
app_id: parseFloat(this.cellItem.app_id),
- spec_id: this.cellItem.spec_app,
+ spec_id: this.cellItem.spec_app++,
duration: this.cellItem.duration,
duration_unit: this.cellItem.duration_unit,
};
@@ -281,7 +281,7 @@ export default {
});
} else if (this.cellItem.order_type == 3) {
this.$router.push({
- path: "/shop/shop_cloud",
+ path: "/shop/cloud",
});
}
},
diff --git a/src/components/service-list/commodity-cell.vue b/src/components/service-list/commodity-cell.vue
index f0eb00ff604d892f00d0df7adeac89ad29d9ba1d..ad081ad3978dfdd27b1042acfd5319a28a8118b1 100644
--- a/src/components/service-list/commodity-cell.vue
+++ b/src/components/service-list/commodity-cell.vue
@@ -80,7 +80,7 @@ export default {