From 119d92ea09a9e5d6a24967dfbe723df9e88028a3 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 19 Jan 2022 14:07:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=9A=90=E7=A7=81=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E8=AE=A2=E5=8D=95=E9=A1=B5=E9=9D=A2=E8=B4=AD=E7=89=A9?= =?UTF-8?q?=E8=BD=A6=E9=A1=B5=E9=9D=A2=E7=AD=89=E5=A4=9A=E4=B8=AA=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/encodings.xml | 4 + .idea/misc.xml | 6 ++ .idea/modules.xml | 8 ++ .idea/shuinishop.iml | 12 +++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 173 +++++++++++++++++++++++++++++++ common/http.api.js | 2 +- pages.json | 25 ++++- pages/order/confirmation.vue | 45 ++++---- pages/pay/payment/uppayment.vue | 81 +++++++++++++-- pages/protocol/Privacy.vue | 58 +++++++++++ pages/protocol/index.vue | 50 +++++++++ pages/tabBar/cart/cart.vue | 6 +- pages/user/address/edit/edit.vue | 68 +++++++++++- pages/user/invoice/edit/edit.vue | 84 +++++++++++++-- 15 files changed, 585 insertions(+), 43 deletions(-) create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/shuinishop.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 pages/protocol/Privacy.vue create mode 100644 pages/protocol/index.vue diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e904b98 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/shuinishop.iml b/.idea/shuinishop.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/shuinishop.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..0666e95 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + vuex_user + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -14,7 +14,7 @@ 单位税号 - + @@ -22,7 +22,7 @@ 注册地址 - + @@ -30,7 +30,7 @@ 注册电话 - + @@ -38,7 +38,7 @@ 开户银行 - + @@ -46,7 +46,7 @@ 账号 - + @@ -96,8 +96,22 @@ - - + + + + + + 我已阅读并同意《用户服务协议》《隐私政策》 + + + + + + + + 保存 + + 保存 @@ -128,10 +142,24 @@ user:'', invoice_tel:'', invoice_addr:'', + portocol:false, // region:{label:"请点击选择地址",value:[],cityCode:""} }; }, methods: { + selected(){ + this.portocol = !this.portocol; + }, + protocolIndex(){ + uni.navigateTo({ + url:"../../../protocol/index" + }) + }, + protocolPrivacy(){ + uni.navigateTo({ + url:"../../../protocol/Privacy" + }) + }, onCancel(e) { console.log(e) }, @@ -256,6 +284,39 @@ };