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;