diff --git a/README.md b/README.md index e2635d5..c1a4e7a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Paopao Taro - 项目框架 +# Shop-Taro - 项目框架 基于 Taro 4.0.8 + React 18.3.1 + TypeScript 5.7.2 的跨端开发框架 diff --git a/src/api/system/user/balance.ts b/src/api/system/user/balance.ts index 0d47240..d75fac1 100644 --- a/src/api/system/user/balance.ts +++ b/src/api/system/user/balance.ts @@ -4,7 +4,7 @@ import type { UserBalance } from './model' /** * 获取当前用户余额信息(跨库读取 gxwebsoft_core.sys_user) - * 通过 paopao-api 本地 /auth/user-balance 接口,无需跨域请求 core 系统 + * 通过 shop-api 本地 /auth/user-balance 接口,无需跨域请求 core 系统 */ export async function getUserBalance(): Promise { const res = await request.get>( diff --git a/src/api/system/user/index.ts b/src/api/system/user/index.ts index 05a8e02..780a26e 100644 --- a/src/api/system/user/index.ts +++ b/src/api/system/user/index.ts @@ -229,7 +229,7 @@ export async function checkExistence( } /** - * 统计用户余额(使用 paopao-api) + * 统计用户余额(使用 shop-api) */ export async function countUserBalance(params?: UserParam) { const res = await request.get>( diff --git a/src/app.config.ts b/src/app.config.ts index b946cd6..f137e77 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -133,7 +133,7 @@ export default { window: { backgroundTextStyle: 'light', navigationBarBackgroundColor: '#fff', - navigationBarTitleText: 'Paopao Taro', + navigationBarTitleText: 'Websopy Inc.', navigationBarTextStyle: 'black', backgroundColor: '#f8f8f8', }, diff --git a/src/index.html b/src/index.html index c1d7b6c..0868de9 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ - Paopao Taro + Websopy Inc. <% if (typeof script !== 'undefined' && script) { %><% } %> diff --git a/src/pages/order/order.tsx b/src/pages/order/order.tsx index ad84078..903831b 100644 --- a/src/pages/order/order.tsx +++ b/src/pages/order/order.tsx @@ -24,7 +24,7 @@ export default function Order() { - +