diff --git a/project/xumu/AppSellApply/AppSellApply.vue b/project/xumu/AppSellApply/AppSellApply.vue new file mode 100644 index 00000000..f5f10420 --- /dev/null +++ b/project/xumu/AppSellApply/AppSellApply.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/project/xumu/AppSellApply/add.vue b/project/xumu/AppSellApply/add.vue new file mode 100644 index 00000000..621f1237 --- /dev/null +++ b/project/xumu/AppSellApply/add.vue @@ -0,0 +1,145 @@ + + + + + diff --git a/project/xumu/AppSellApply/list.vue b/project/xumu/AppSellApply/list.vue new file mode 100644 index 00000000..dcbf7b89 --- /dev/null +++ b/project/xumu/AppSellApply/list.vue @@ -0,0 +1,103 @@ + + + + + diff --git a/project/xumu/components/AiEartagPicker.vue b/project/xumu/components/AiEartagPicker.vue index 1f3b4403..6b5d37aa 100644 --- a/project/xumu/components/AiEartagPicker.vue +++ b/project/xumu/components/AiEartagPicker.vue @@ -33,7 +33,6 @@ export default { url += `?penId=${this.penId}` } !/undefined/.test(url) && this.instance.post(url).then(res => { - console.log(res) if (res?.data) { this.list = res.data }