修改首页轮播点击的跳转闪退bug

This commit is contained in:
2023-10-09 22:23:27 +08:00
parent 1e12d18564
commit 46f39a3aae
3 changed files with 5 additions and 5 deletions

View File

@@ -38,8 +38,8 @@ android {
minSdkVersion 21
targetSdkVersion 29
// multiDexEnabled true
versionCode 118
versionName "1.1.8"
versionCode 119
versionName "1.1.9"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
ndk {

View File

@@ -10,8 +10,8 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 118,
"versionName": "1.1.8",
"versionCode": 119,
"versionName": "1.1.9",
"outputFile": "app-release.apk"
}
]

View File

@@ -767,7 +767,7 @@ public class MainFragment extends BaseFragment<FragmentMainBinding> implements V
mDataBinding.banner.setOnBannerClickListener(new OnBannerClickListener() {
@Override
public void OnBannerClick(int i) {
Advert_carouseleEntity advert_carouseleEntity = user.get(i);
Advert_carouseleEntity advert_carouseleEntity = user.get(i-1);
String advert_source = advert_carouseleEntity.getAdvert_source();
if(advert_source.length()>0){
String appId = "wx7e09fff168f6e58d"; // 填移动应用(App)的 AppId非小程序的 AppID