Commit 7780ac6e by levlin

Merge branch 'feature/05230' into test

parents 7341a66f b3605e1f
......@@ -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.
### [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)
......
{
"name": "web-my",
"version": "2.14.8",
"version": "2.14.9",
"description": "C端个人中心",
"private": true,
"scripts": {
......
......@@ -7,7 +7,7 @@
<span>微信支付</span>
</div>
<div class="ali" v-else-if="payType === 'ali'">
<span>支付宝支付</span>
<span>第三方支付</span>
</div>
<div class="ali" v-else><span>支付</span></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