Browse Source

兑换协议

xiaomei 1 năm trước cách đây
mục cha
commit
85f3652961
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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();
   },