diff --git a/components/nav-bar/nav-bar.vue b/components/nav-bar/nav-bar.vue
index 26cb799..62718cc 100644
--- a/components/nav-bar/nav-bar.vue
+++ b/components/nav-bar/nav-bar.vue
@@ -6,7 +6,7 @@
-
+
@@ -82,294 +82,294 @@
\ No newline at end of file
diff --git a/main.js b/main.js
index 11eb229..4580d59 100644
--- a/main.js
+++ b/main.js
@@ -29,7 +29,7 @@ export function createApp() {
app.config.globalProperties.$system = plus.os.name;
// #endif
app.config.globalProperties.$systemInfo = systemInfo
- uni.setStorageSync('version', '1.0.5.sp5')
+ uni.setStorageSync('version', '1.0.5.sp9')
app.config.globalProperties.$version = uni.getStorageSync('version')
app.use(globalMethods);
return {
diff --git a/pages/bill/add-bill/add-bill.vue b/pages/bill/add-bill/add-bill.vue
index 200ac09..05090c8 100644
--- a/pages/bill/add-bill/add-bill.vue
+++ b/pages/bill/add-bill/add-bill.vue
@@ -56,7 +56,8 @@
-
+
{{ item.label }}
@@ -132,7 +133,8 @@
+ class="border-bottom"
+ :class="{ 'no-border-bottom': isNoBorderBottom(option) || option.isMarginBottom, 'margin-bottom-16rpx': option.isMarginBottom }">
{{ option.name }}
{
- if (billData.value.selectId == 12 || billData.value.selectId == 13) {
- if (value) {
- billData.value.orderStatus = "已全额退款"
- } else {
- billData.value.orderStatus = "交易成功"
+const switchOptions = [
+ {
+ "id": 11,
+ "name": "转账备注",
+ "isSwitch": true,
+ showTypeIds: [7],
+ key: 'isTransferNote',
+ isMarginBottom: true
+ }, {
+ "id": 7,
+ "name": "账单分类",
+ "isSwitch": false,
+ key: 'billClassify',
+ },
+ {
+ "id": 8,
+ "name": "标签",
+ "isSwitch": false,
+ key: 'tag',
+ },
+ {
+ "id": 9,
+ "name": "备注",
+ "isSwitch": false,
+ key: 'note',
+ },
+ {
+ "id": 1,
+ "name": "服务详情",
+ "isSwitch": true,
+ showTypeIds: [3, 4, 10],
+ key: 'serviceDetail',
+ },
+ {
+ "id": 2,
+ "name": "推荐服务",
+ "isSwitch": true,
+ showTypeIds: [4],
+ key: 'recommendService',
+ },
+ {
+ "id": 3,
+ "name": "服务推荐",
+ "isSwitch": true,
+ showTypeIds: [6, 7],
+ key: 'serviceRecommend',
+ },
+ {
+ "id": 4,
+ "name": "退款",
+ "isSwitch": true,
+ showTypeIds: [12, 13],
+ key: 'refund',
+ change: (value) => {
+ if (billData.value.selectId == 12 || billData.value.selectId == 13) {
+ if (value) {
+ billData.value.orderStatus = "已全额退款"
+ } else {
+ billData.value.orderStatus = "交易成功"
+ }
}
}
+ },
+ {
+ "id": 5,
+ "name": "支付奖励",
+ "isSwitch": true,
+ showTypeIds: [1, 3, 4, 13],
+ key: 'payReward',
+ },
+ {
+ "id": 6,
+ "name": "计入收支",
+ "isSwitch": true,
+ showTypeIds: [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13],
+ key: 'countInAndOut',
+ },
+ {
+ "id": 7,
+ "name": "商家订单号转换条形码",
+ "isSwitch": true,
+ showTypeIds: [1, 2, 3],
+ key: 'isShowBarcode',
+ },
+ {
+ "id": 10,
+ "name": "账单分析",
+ "isSwitch": true,
+ showTypeIds: [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13],
+ key: 'isShowBillAnalysis',
}
-},
-{
- "id": 5,
- "name": "支付奖励",
- "isSwitch": true,
- showTypeIds: [1, 3, 4, 13],
- key: 'payReward',
-},
-{
- "id": 6,
- "name": "计入收支",
- "isSwitch": true,
- showTypeIds: [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13],
- key: 'countInAndOut',
-},
-{
- "id": 7,
- "name": "商家订单号转换条形码",
- "isSwitch": true,
- showTypeIds: [1, 2, 3],
- key: 'isShowBarcode',
-},
-{
- "id": 10,
- "name": "账单分析",
- "isSwitch": true,
- showTypeIds: [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13],
- key: 'isShowBillAnalysis',
-}
]
@@ -542,6 +552,7 @@ const data = reactive({
merchantOption: {
serviceDetail: false,
isShowBarcode: false,
+ isTransferNote: false,
serviceDetailInfo: {
imgUrl: '',
rightText: 0,
@@ -1400,11 +1411,11 @@ page {
.switch-option-container {
margin: 16rpx 24rpx;
- background-color: #ffffff;
border-radius: 16rpx 16rpx 16rpx 16rpx;
.border-bottom {
- border-bottom: 1px solid #efefef
+ border-bottom: 1px solid #efefef;
+ background-color: #ffffff;
}
.no-border-bottom {
@@ -1605,4 +1616,8 @@ page {
padding: 0 24rpx;
}
}
+
+.margin-bottom-16rpx {
+ margin-bottom: 16rpx;
+}
\ No newline at end of file
diff --git a/pages/bill/bill-detail/bill-detail.vue b/pages/bill/bill-detail/bill-detail.vue
index 6f15f68..8339a8e 100644
--- a/pages/bill/bill-detail/bill-detail.vue
+++ b/pages/bill/bill-detail/bill-detail.vue
@@ -42,7 +42,9 @@
-
+
{{ item.label }}
diff --git a/pages/other/ranking/ranking.vue b/pages/other/ranking/ranking.vue
index 01ab5b3..ab3f777 100644
--- a/pages/other/ranking/ranking.vue
+++ b/pages/other/ranking/ranking.vue
@@ -117,668 +117,674 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/shopping/jingdong/order-detail/order-detail.vue b/pages/shopping/jingdong/order-detail/order-detail.vue
index 879a63c..3ea9509 100644
--- a/pages/shopping/jingdong/order-detail/order-detail.vue
+++ b/pages/shopping/jingdong/order-detail/order-detail.vue
@@ -130,7 +130,7 @@
- 快递运输 · 温馨提示:您的订单预计3月11日09:00- 15:53送达
+ {{ order.trackingDesc2 }}
diff --git a/pages/shopping/taobao/shangou-order-detail/shangou-order-detail.vue b/pages/shopping/taobao/shangou-order-detail/shangou-order-detail.vue
index f331145..0ab00ca 100644
--- a/pages/shopping/taobao/shangou-order-detail/shangou-order-detail.vue
+++ b/pages/shopping/taobao/shangou-order-detail/shangou-order-detail.vue
@@ -424,7 +424,8 @@ const items = [
{
image: "/static/image/shopping/taobao/waimai/cuidan.png",
text: "催单",
- show: () => order.value.statusType == 'wait_recv'
+ show: () => order.value.statusType == 'wait_recv',
+ color: "#CDCDCD"
},
{
image: "/static/image/shopping/taobao/waimai/quxiaodingdan.png",
diff --git a/static/json/add-bill.json b/static/json/add-bill.json
index 1ea1740..abfab4f 100644
--- a/static/json/add-bill.json
+++ b/static/json/add-bill.json
@@ -403,6 +403,13 @@
"key": "payMethod",
"required": true
},
+ {
+ "label": "转账备注",
+ "value": "转账",
+ "type": "text",
+ "focus": false,
+ "key": "transferNote"
+ },
{
"label": "对方账户",
"value": "",