From c24cdd854e258712408a7904bdb401c49e3f07c1 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 28 八月 2025 13:09:08 +0800
Subject: [PATCH] fix: 修改通道充值提示语
---
apps/taro/package.json | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/apps/taro/package.json b/apps/taro/package.json
index e4b97eb..ef3c3a3 100644
--- a/apps/taro/package.json
+++ b/apps/taro/package.json
@@ -1,5 +1,5 @@
{
- "name": "@life-payment/h5",
+ "name": "@life-payment/taro",
"version": "1.0.0",
"private": true,
"description": "",
@@ -17,6 +17,7 @@
"build:alipay": "taro build --type alipay",
"build:tt": "taro build --type tt",
"build:h5": "taro build --type h5",
+ "build:h5:staging": "cross-env APP_ENV=staging npm run build:h5 --",
"build:rn": "taro build --type rn",
"build:qq": "taro build --type qq",
"build:jd": "taro build --type jd",
@@ -43,6 +44,7 @@
"@babel/runtime": "^7.7.7",
"@life-payment/components": "workspace:^",
"@life-payment/constants": "workspace:^",
+ "@life-payment/core-vue": "workspace:^",
"@life-payment/services": "workspace:^",
"@life-payment/utils": "workspace:^",
"@nutui/icons-vue-taro": "^0.0.9",
@@ -72,9 +74,10 @@
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"pinia": "^2.1.6",
+ "qrcode.vue": "^3.6.0",
"qs": "^6.11.1",
"senin-mini": "^1.0.10",
- "senior-request": "^1.0.3",
+ "senior-request": "^1.0.5",
"taro-plugin-pinia": "^1.0.0",
"vconsole": "^3.15.1",
"vue": "3.5.12",
--
Gitblit v1.9.1