From 5c8a2c08ec3223328fd71136718fbf9c343bb3a6 Mon Sep 17 00:00:00 2001 From: chaiyapeng <3535863041@qq.com> Date: Tue, 27 Aug 2024 09:33:23 +0800 Subject: [PATCH 01/21] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/port/port/index.vue | 20 ++++++++++----- src/views/port/port/port.vue | 47 +++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 6 deletions(-) create mode 100644 src/views/port/port/port.vue diff --git a/src/views/port/port/index.vue b/src/views/port/port/index.vue index fe3d186..d3fc715 100644 --- a/src/views/port/port/index.vue +++ b/src/views/port/port/index.vue @@ -15,7 +15,7 @@ + width="150"> @@ -80,7 +80,7 @@ + width="150"> + From f5ebb0104d583366a12ba0d480b3dcb4a74496a9 Mon Sep 17 00:00:00 2001 From: chaiyapeng <3535863041@qq.com> Date: Tue, 27 Aug 2024 19:27:51 +0800 Subject: [PATCH 14/21] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/port/port/employee.vue | 38 +++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/src/views/port/port/employee.vue b/src/views/port/port/employee.vue index 0a957e7..7e11cb2 100644 --- a/src/views/port/port/employee.vue +++ b/src/views/port/port/employee.vue @@ -1,16 +1,18 @@ @@ -24,6 +42,7 @@ //例如:import 《组件名称》 from '《组件路径》, import {findConnectorList} from "@/api/port/port"; import index from "vuex"; +import {phonePlace} from "@/api/port/port"; export default { //import引入的组件需要注入到对象中才能使用" components: {}, @@ -34,6 +53,8 @@ export default { return { connectorList:[], form:{}, + formInline:{}, + dialogFormVisible:false, }; }, //计算属性 类似于data概念", @@ -49,6 +70,16 @@ export default { watch: {}, //方法集合", methods: { + buyPhone(tel){ + getPhonePlace(tel).then((res)=>{ + console.log(111); + console.log(res.data); + alert(res.msg); + if (200==res.code){ + + } + }) + }, findConnectorList(){ findConnectorList(this.form).then((res)=>{ this.connectorList=res.data; From 43209419f5b20d45d0290f9f2ca2aae2d0325ede Mon Sep 17 00:00:00 2001 From: wxy <14293288+zysysys@user.noreply.gitee.com> Date: Tue, 27 Aug 2024 21:53:58 +0800 Subject: [PATCH 18/21] =?UTF-8?q?```=E4=BF=AE=E6=94=B9=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=96=87=E6=9C=AC=E5=86=85=E5=AE=B9=E4=BB=A5?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将充值说明中的文本从“你敢充钱,我就敢让你没钱”和“子龙说你得有个小目标”更改为“请输入支付宝沙箱账号”和“西伯利亚龙”。此次更改旨在提供更具体的测试说明,以评估支付流程中的用户体验。 ``` --- src/views/money/pay/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/money/pay/index.vue b/src/views/money/pay/index.vue index 3abd10a..06c009a 100644 --- a/src/views/money/pay/index.vue +++ b/src/views/money/pay/index.vue @@ -3,8 +3,8 @@