diff --git a/pages.json b/pages.json
index 6d2783b..a6f02d8 100644
--- a/pages.json
+++ b/pages.json
@@ -380,7 +380,52 @@
"enablePullDownRefresh": true
}
}
- ],
+ ,{
+ "path" : "pages/invoice/index",
+ "style" :
+ {
+ "navigationBarTitleText": "我的发票抬头",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,{
+ "path" : "pages/invoice/detail",
+ "style" :
+ {
+ "navigationBarTitleText": "我的发票抬头",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,{
+ "path" : "pages/invoice/edit",
+ "style" :
+ {
+ "navigationBarTitleText": "申请发票",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,{
+ "path" : "pages/order/refund/refund",
+ "style" :
+ {
+ "navigationBarTitleText": "申请退款",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,{
+ "path" : "pages/order/refund/index",
+ "style" :
+ {
+ "navigationBarTitleText": "申请售后",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ],
"globalStyle": {
// #ifdef H5
// "navigationStyle": "custom",
diff --git a/pages/invoice/detail.vue b/pages/invoice/detail.vue
new file mode 100644
index 0000000..7c6f227
--- /dev/null
+++ b/pages/invoice/detail.vue
@@ -0,0 +1,232 @@
+
+
+
+
+ 开票状态
+ 开票中
+
+
+ 预计开票时间
+ 2024年1月15日
+
+
+
+
+
+
+
+ 产品名称iPhone13
+ 订单编号:23122-33890099复制
+
+
+
+
+ 发票明细修改发票信息
+
+
+
+ 发票类型:
+ 增值税电子普通发票
+
+
+ 抬头类型:
+ 个人
+
+
+ 抬头名称:
+ 个人
+
+
+ 申请时间:
+ 2024年1月4日
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/invoice/edit.vue b/pages/invoice/edit.vue
new file mode 100644
index 0000000..2998ca7
--- /dev/null
+++ b/pages/invoice/edit.vue
@@ -0,0 +1,406 @@
+
+
+
+
+
+
+
+ 产品名称iPhone13
+ 订单编号:23122-33890099复制
+
+
+
+
+
+ 发票类型:
+
+
+ {{index==-1?'请选择':array[index]}}
+
+
+
+
+ 发票类型:
+
+ 个人
+ 单位
+
+
+
+ 发票抬头:
+
+
+
+
+
+ 发票抬头:
+
+
+
+ 更改抬头
+
+
+
+
+ 单位税号:
+
+
+
+
+
+
+
+ 选填内容(开户银行、银行账号等)
+ {{toggleIndex?"收起":"展开"}}
+
+
+
+ 开户银行:
+
+
+
+
+
+ 银行账号:
+
+
+
+
+
+ 单位地址:
+
+
+
+
+
+ 单位电话:
+
+
+
+
+
+
+
+ 申请发票
+
+
+
+
+
+
+
+
diff --git a/pages/invoice/index.vue b/pages/invoice/index.vue
new file mode 100644
index 0000000..c41ed51
--- /dev/null
+++ b/pages/invoice/index.vue
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+ 单位我是单位名称
+
+
+ 税号23122-33890099
+
+
+ 使用
+
+
+
+
+
+ {{tabIndex == i?'已设为默认':'设为默认'}}
+
+
+ 编辑
+ 删除
+
+
+
+
+
+ +添加发脾抬头
+
+
+
+
+
+
+
+
diff --git a/pages/order/index - 副本2021-1-19.vue b/pages/order/index - 副本2021-1-19.vue
new file mode 100644
index 0000000..d278668
--- /dev/null
+++ b/pages/order/index - 副本2021-1-19.vue
@@ -0,0 +1,523 @@
+
+
+
+
+
+
+
+
+
+
+ {{ item.create_time }}
+
+
+ {{ item.state_text }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ goods.goods_name }}
+
+
+ {{ props.value.name }}
+
+
+
+
+
+
+ ¥
+ {{ goods.is_user_grade ? goods.grade_goods_price : goods.goods_price }}
+
+
+ ×{{ goods.total_num }}
+
+
+
+
+
+
+ 共{{ item.total_num }}件商品,总金额
+ ¥
+ {{ item.pay_price }}
+
+
+
+
+
+
+ 取消
+
+
+
+
+ 申请取消
+
+
+
+
+
+ 核销码
+
+
+
+
+ 取消申请中
+
+
+ 去支付
+
+
+
+ 确认收货
+
+
+
+ 评价
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/order/index.vue b/pages/order/index.vue
index d278668..6d3d1f4 100644
--- a/pages/order/index.vue
+++ b/pages/order/index.vue
@@ -1,103 +1,57 @@
-
+
+
+
+
+
+
+
-
+
-
-
-
- {{ item.create_time }}
-
-
- {{ item.state_text }}
-
-
-
-
-
-
-
-
-
-
-
- {{ goods.goods_name }}
-
-
- {{ props.value.name }}
-
-
-
-
-
-
- ¥
- {{ goods.is_user_grade ? goods.grade_goods_price : goods.goods_price }}
-
-
- ×{{ goods.total_num }}
-
-
-
-
-
-
- 共{{ item.total_num }}件商品,总金额
- ¥
- {{ item.pay_price }}
-
-
-
-
-
-
- 取消
-
-
-
-
- 申请取消
-
-
-
-
-
- 核销码
-
-
-
-
- 取消申请中
-
-
- 去支付
-
-
-
- 确认收货
-
-
-
- 评价
-
-
-
-
-
+
+
+
+
+ 大白兔家电
+
+ 卖家已发货
+
+
+
+
+
+
+ iphone13 绿色 128GB
+ ¥7599
+
+
+ x1
+
+
+
+ 实付款¥7599
+
+
+ 更多
+
+ 延长收货
+ 查看物流
+ 确认收货
+
+
+
+
-
-
-
-
+
+
+ 删除之后订单无法恢复,无法处理您的售后问题 ,请慎重考虑
+ 删除后将拼单信息设置为匿名
+
+
@@ -118,10 +72,7 @@
// tab栏数据
const tabs = [{
- name: `全部`,
- value: 'all'
- }, {
- name: `待支付`,
+ name: `待付款`,
value: 'payment'
}, {
name: `待发货`,
@@ -129,6 +80,9 @@
}, {
name: `待收货`,
value: 'received'
+ }, {
+ name: `已完成`,
+ value: 'received'
}, {
name: `待评价`,
value: 'comment'
@@ -138,6 +92,8 @@
mixins: [MescrollMixin],
data() {
return {
+ isToggle: false,
+ show: true,
// 枚举类
DeliveryStatusEnum,
DeliveryTypeEnum,
@@ -205,7 +161,9 @@
},
methods: {
-
+ toggleImage() {
+ this.isToggle = !this.isToggle
+ },
// 初始化当前选中的标签
initCurTab(options) {
const app = this
@@ -350,174 +308,194 @@
diff --git a/pages/order/refund/index.vue b/pages/order/refund/index.vue
new file mode 100644
index 0000000..28c548d
--- /dev/null
+++ b/pages/order/refund/index.vue
@@ -0,0 +1,137 @@
+
+
+
+
+
+ 出柜|圆通快递:已签收,签收人凭取..
+
+
+
+ 退货运费规则
+
+
+
+
+
+
+
+ 我要退货退款已收到货,需要退还已收到的货物
+
+
+
+
+
+
+ 我要退款(无需退货)未收到货,或与商家协商之后申请
+
+
+
+
+
+
+ 我要换货对收到的商品不满意,可与商家协商换货
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/order/refund/refund.vue b/pages/order/refund/refund.vue
new file mode 100644
index 0000000..ca1e697
--- /dev/null
+++ b/pages/order/refund/refund.vue
@@ -0,0 +1,435 @@
+
+
+
+
+
+
+
+ 产品名称iPhone13
+ 【配置套餐】x1
+
+
+
+
+
+ 申请类型:
+
+ 我要退款(无需退货)
+
+
+
+ 收货状态:
+
+
+ {{index==-1?'请选择':array[index]}}
+
+
+
+
+ 申请原因:
+
+
+ {{index1==-1?'点击选择申请原因':array[index1]}}
+
+
+
+
+
+
+
+ 申请金额
+
+ ¥
+ {{value}}
+
+
+
+
+ 修改金额
+
+
+
+
+ 联系电话
+
+
+ 提交申请
+
+
+
+
+
+
+
diff --git a/static/invoice/select-active.png b/static/invoice/select-active.png
new file mode 100644
index 0000000..c2bd0aa
Binary files /dev/null and b/static/invoice/select-active.png differ
diff --git a/static/invoice/select-on.png b/static/invoice/select-on.png
new file mode 100644
index 0000000..7c70868
Binary files /dev/null and b/static/invoice/select-on.png differ
diff --git a/static/invoice/select.png b/static/invoice/select.png
new file mode 100644
index 0000000..626c5b7
Binary files /dev/null and b/static/invoice/select.png differ
diff --git a/static/news/icon-arrow.png b/static/news/icon-arrow.png
new file mode 100644
index 0000000..85092c8
Binary files /dev/null and b/static/news/icon-arrow.png differ
diff --git a/static/news/icon-close.png b/static/news/icon-close.png
new file mode 100644
index 0000000..e46145c
Binary files /dev/null and b/static/news/icon-close.png differ
diff --git a/static/news/icon-edit.png b/static/news/icon-edit.png
new file mode 100644
index 0000000..5d3d967
Binary files /dev/null and b/static/news/icon-edit.png differ
diff --git a/static/news/icon-mall.jpg b/static/news/icon-mall.jpg
new file mode 100644
index 0000000..da935ff
Binary files /dev/null and b/static/news/icon-mall.jpg differ
diff --git a/static/news/icon-refund-01.png b/static/news/icon-refund-01.png
new file mode 100644
index 0000000..e4b8a65
Binary files /dev/null and b/static/news/icon-refund-01.png differ
diff --git a/static/news/icon-refund-02.png b/static/news/icon-refund-02.png
new file mode 100644
index 0000000..ef87e91
Binary files /dev/null and b/static/news/icon-refund-02.png differ
diff --git a/static/news/icon-refund-03.png b/static/news/icon-refund-03.png
new file mode 100644
index 0000000..4ce6898
Binary files /dev/null and b/static/news/icon-refund-03.png differ
diff --git a/static/news/icon-search.png b/static/news/icon-search.png
new file mode 100644
index 0000000..7a82e01
Binary files /dev/null and b/static/news/icon-search.png differ
diff --git a/static/news/icon-upload.png b/static/news/icon-upload.png
new file mode 100644
index 0000000..b8358f4
Binary files /dev/null and b/static/news/icon-upload.png differ
diff --git a/static/news/refund-bg.png b/static/news/refund-bg.png
new file mode 100644
index 0000000..56b00f2
Binary files /dev/null and b/static/news/refund-bg.png differ