Browse Source

feat:平台管理添加BBC

snow 1 year ago
parent
commit
bfcb4bf0ab

+ 1 - 0
src/views/serviceParam/terrace/addEdit.vue

@@ -195,6 +195,7 @@ export default {
       options: [
         { value: "0", label: "无对接" }, //
         { value: "1", label: "有赞平台" },
+        { value: "2", label: "BBC" }
       ],
       is_select_pay_rate_options: [
         { value: "0", label: "不选支付渠道" }, //

+ 1 - 0
src/views/serviceParam/terrace/index.vue

@@ -256,6 +256,7 @@ export default {
       options: [
         { value: "0", label: "无对接" },
         { value: "1", label: "有赞平台" },
+        { value: "1", label: "BBC" }
       ],
       // 表格 - 数据
       tableData: [],