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