Commit 6c9caad2 by levlin

Merge branch 'feature/05230' into dev

parents e478a3be b3605e1f
...@@ -2,6 +2,13 @@ ...@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.14.9](https://gitlab.aodianyun.com/web/my/compare/v2.14.8...v2.14.9) (2025-05-13)
### Features
* 修复支付跳转 ([1891be2](https://gitlab.aodianyun.com/web/my/commit/1891be27497576b285ebe520113dd9bf38012ff0))
### [2.14.8](https://gitlab.aodianyun.com/web/my/compare/v2.14.7...v2.14.8) (2025-04-25) ### [2.14.8](https://gitlab.aodianyun.com/web/my/compare/v2.14.7...v2.14.8) (2025-04-25)
......
{ {
"name": "web-my", "name": "web-my",
"version": "2.14.8", "version": "2.14.9",
"description": "C端个人中心", "description": "C端个人中心",
"private": true, "private": true,
"scripts": { "scripts": {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<span>微信支付</span> <span>微信支付</span>
</div> </div>
<div class="ali" v-else-if="payType === 'ali'"> <div class="ali" v-else-if="payType === 'ali'">
<span>支付宝支付</span> <span>第三方支付</span>
</div> </div>
<div class="ali" v-else><span>支付</span></div> <div class="ali" v-else><span>支付</span></div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment