@@ -81,14 +81,7 @@ export default {
* 点击支付
*/
clickPay(item) {
- this.$router.push({
- path: '/type/pay',
- query: {
- product_id: item.id,
- number: 3,
- next: '/type/vip/'
- }
- })
+ location.href = `/vip/pay?product_id=${item.id}&number=3&next=/type/vip/`
},
// 点击会员计划
clickProject(index) {
@@ -1,15 +0,0 @@
-<template>
- <section class="pay">
- pay
- </section>
-</template>
-
-<script>
-export default {
-}
-</script>
-<style>
-</style>