From 7bce21860555ebfc36231ecb2d6592f035a7d7a8 Mon Sep 17 00:00:00 2001
From: gyq <875626088@qq.com>
Date: Mon, 3 Jun 2024 14:24:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jeepay-ui-merchant/src/views/order/pay/PayLogDetail.vue | 2 +-
jeepay-ui-uapp-merchant/pages/invoice/invoice.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jeepay-ui-merchant/src/views/order/pay/PayLogDetail.vue b/jeepay-ui-merchant/src/views/order/pay/PayLogDetail.vue
index 16c756d..115b092 100644
--- a/jeepay-ui-merchant/src/views/order/pay/PayLogDetail.vue
+++ b/jeepay-ui-merchant/src/views/order/pay/PayLogDetail.vue
@@ -156,7 +156,7 @@
- {{ vdata.detailData.mchFeeRateNum }}%
+ {{ vdata.detailData.mchFeeRateNum }}
diff --git a/jeepay-ui-uapp-merchant/pages/invoice/invoice.vue b/jeepay-ui-uapp-merchant/pages/invoice/invoice.vue
index 60fa873..f657f10 100644
--- a/jeepay-ui-uapp-merchant/pages/invoice/invoice.vue
+++ b/jeepay-ui-uapp-merchant/pages/invoice/invoice.vue
@@ -6,7 +6,7 @@
import { ref } from 'vue';
import { onLoad } from '@dcloudio/uni-app';
-const webUrl = ref(`http://h5-invoice.sxczgkj.cn/?userId=${uni.getStorageSync('currentUserInfo').sysUserId}&type=cashier`);
+const webUrl = ref(`https://h5-invoice.sxczgkj.cn/?userId=${uni.getStorageSync('currentUserInfo').sysUserId}&type=cashier`);
onLoad((options) => {
// webUrl.value = options.url;