瀏覽代碼

兑换协议

xiaomei 1 年之前
父節點
當前提交
85f3652961
共有 1 個文件被更改,包括 5 次插入0 次删除
  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();
   },