From a9e9233ff88495e022738179fefaea739e145abb Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 25 Jun 2026 10:43:57 +0800
Subject: [PATCH] UI:澜品优选 我的页面会员权益跳转逻辑调整
---
manifest.json | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/manifest.json b/manifest.json
index 6746261..4c6e201 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "澜品优选",
"appid" : "__UNI__27C0349",
"description" : "",
- "versionName" : "1.3.6",
- "versionCode" : 136,
+ "versionName" : "1.4.1",
+ "versionCode" : 141,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@@ -67,7 +67,7 @@
"minSdkVersion" : 29,
"schemes" : "lpyx-app",
"targetSdkVersion" : 30,
- "abiFilters" : [ "arm64-v8a" ]
+ "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
},
/* ios打包配置 */
"ios" : {
--
Gitblit v1.9.3