Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uni-app-ddh-shop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
uni-app-ddh-shop
Commits
de7c0ba6
Commit
de7c0ba6
authored
Jan 17, 2025
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
多典花打包修改
parent
8252948b
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
7 deletions
+9
-7
launch.json
.hbuilderx/launch.json
+1
-1
index.vue
pages/index/index.vue
+1
-3
certdata
unpackage/cache/certdata
+4
-0
app-service.js
unpackage/cache/wgt/__UNI__DE04B13/app-service.js
+1
-1
manifest.json
unpackage/cache/wgt/__UNI__DE04B13/manifest.json
+1
-1
android_debug.apk
unpackage/debug/android_debug.apk
+0
-0
index.js
utils/index.js
+1
-1
No files found.
.hbuilderx/launch.json
View file @
de7c0ba6
...
...
@@ -17,7 +17,7 @@
"type"
:
"uniCloud"
},
{
"playground"
:
"
standard
"
,
"playground"
:
"
custom
"
,
"type"
:
"uni-app:app-android"
},
{
...
...
pages/index/index.vue
View file @
de7c0ba6
...
...
@@ -44,9 +44,7 @@
<template
v-for=
"(item, index) in JSON.parse(index['shortcutList'])"
>
<view
class=
'mian-item'
v-if=
"item.tager !== 'uni:/subPackage/indexfinance/index,tab'"
:key=
"item.id"
@
click=
"jump(item, index, 'diamond')"
>
<view
class=
'mian-item'
@
click=
"jump(item, index, 'diamond')"
>
<image
class=
'item-img'
:src=
'item.url'
></image>
<view
class=
'item-text'
>
{{
item
.
name
}}
</view>
</view>
...
...
unpackage/cache/certdata
0 → 100644
View file @
de7c0ba6
andrCertfile=/Users/admin/Desktop/ermo/uni-app-ddh-shop/profile/ddhtest.keystore
andrCertAlias=ddhtest.keystore
andrCertPass=ep/Tdjka4Y7WYqDB6/S7dw==
storePassword=ep/Tdjka4Y7WYqDB6/S7dw==
unpackage/cache/wgt/__UNI__DE04B13/app-service.js
View file @
de7c0ba6
This diff is collapsed.
Click to expand it.
unpackage/cache/wgt/__UNI__DE04B13/manifest.json
View file @
de7c0ba6
This diff is collapsed.
Click to expand it.
unpackage/debug/android_debug.apk
0 → 100644
View file @
de7c0ba6
File added
utils/index.js
View file @
de7c0ba6
...
...
@@ -59,7 +59,7 @@ export const switchShowTabbar = async () => {
const
res
=
await
API
.
initTabBar
()
const
{
data
}
=
res
.
result
// V1.0.8 版本华为贷款口子不放出来
if
(
data
&&
uni
.
getSystemInfoSync
().
deviceBrand
!==
'huawei'
)
{
if
(
data
)
{
uni
.
setStorageSync
(
'loanSwitch'
,
true
)
uni
.
setTabBarItem
({
index
:
1
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment