Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
b6c6dc86
Commit
b6c6dc86
authored
May 09, 2020
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
32f177de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
manifest.json
manifest.json
+2
-2
pages/setup/setup.vue
pages/setup/setup.vue
+5
-0
No files found.
manifest.json
View file @
b6c6dc86
...
...
@@ -3,8 +3,8 @@
//
"appid"
:
"__UNI__FC9419E"
,
"appid"
:
"__UNI__1EA80F1"
,
//这个是
web
的
"description"
:
""
,
"versionName"
:
"1.0.3
6
"
,
"versionCode"
:
13
6
,
"versionName"
:
"1.0.3
7
"
,
"versionCode"
:
13
7
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
"app-plus"
:
{
...
...
pages/setup/setup.vue
View file @
b6c6dc86
...
...
@@ -60,6 +60,7 @@
<view
class=
"list-cell ali-c"
@
tap=
"ToUpdate"
>
<text
class=
"cell-tit"
>
检查更新
</text>
<text
class=
"cell-tip"
>
当前版本
{{
version
}}
</text>
<text
class=
"cell-tip"
v-if=
"debug.isdebug"
>
测试版
</text>
<image
class=
"jiantousi"
src=
"/static/news/jiantousi.png"
mode=
""
></image>
</view>
<view
class=
"list-cell log-out-btn"
>
...
...
@@ -91,6 +92,7 @@
import
{
userLogout
,
deleteStore
,
storeOpenEle
,
storeEleInfo
}
from
"
@/utils/api/api.js
"
;
import
yomolUpgrade
from
'
@/components/yomol-upgrade/yomol-upgrade.vue
'
;
//升级组件
import
moduPopup
from
"
@/components/moduPopup/moduPopup.vue
"
;
import
debug
from
"
@/utils/debug.js
"
;
export
default
{
components
:{
yomolUpgrade
,
...
...
@@ -114,6 +116,9 @@
//选中状态
ischecked
(){
return
this
.
$store
.
state
.
isvoice
;
},
debug
(){
return
debug
;
}
},
methods
:{
...
...
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