Browse Source

兑换协议

xiaomei 1 year ago
parent
commit
85f3652961
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/pages/pay-agreement/index.vue

+ 5 - 0
src/pages/pay-agreement/index.vue

@@ -38,6 +38,11 @@ export default {
       uni.setNavigationBarTitle({
         title: "消费券兑换协议",
       });
+    } else if(option.type == 8) {
+      this.type = 5;
+      uni.setNavigationBarTitle({
+        title: "OE兑换协议",
+      });
     }
     this.loadData();
   },