zhengqiang 5 years ago
parent
commit
8a60bb4dc9
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/components/Pay.vue

+ 4 - 1
src/components/Pay.vue

@@ -43,7 +43,7 @@
         <span class="fyy-h3 color-red" v-html="total"></span>元
       </p>
       <router-link to="/Pay">
-        <van-button type="bigred">支付</van-button>
+        <van-button type="bigred" @click="pay">支付</van-button>
       </router-link>
     </div>
   </div>
@@ -70,6 +70,9 @@ export default {
     },
     back() {
       this.$router.push("/")
+    },
+    pay() {
+      
     }
   },
   computed: {