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
b97869c5
Commit
b97869c5
authored
Jul 28, 2021
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
addx
parent
81272a3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
manifest.json
manifest.json
+3
-3
pages/order/order.vue
pages/order/order.vue
+1
-0
No files found.
manifest.json
View file @
b97869c5
...
...
@@ -2,8 +2,8 @@
"name"
:
"鹿马商家助手"
,
"appid"
:
"__UNI__1EA80F1"
,
//这个是
web
的
"description"
:
"商家"
,
"versionName"
:
"1.14
5
"
,
"versionCode"
:
114
5
,
"versionName"
:
"1.14
6
"
,
"versionCode"
:
114
6
,
"transformPx"
:
false
,
"compatible"
:
{
"ignoreVersion"
:
true
//
true
表示忽略版本检查提示框,HBuilderX
1.9
.
0
及以上版本支持
...
...
@@ -70,7 +70,7 @@
"NSLocationWhenInUseUsageDescription"
:
"需要获得允许,能精确获取店家位置,并实时反馈给用户"
,
"NSLocationAlwaysUsageDescription"
:
"需要获得允许,能精确获取您的位置,用于定位导航"
,
"NSLocationAlwaysAndWhenInUseUsageDescription"
:
"需要您得同意,才能始终访问位置,用于获取当前定位让能让用户知道所在位置"
,
"NSContactsUsageDescription"
:
"需要获得的允许,才能在你管理订单时拨打客户电话,
请拒绝
"
,
"NSContactsUsageDescription"
:
"需要获得的允许,才能在你管理订单时拨打客户电话,
(请拒绝)
"
,
"NSRemindersUsageDescription"
:
""
}
},
...
...
pages/order/order.vue
View file @
b97869c5
...
...
@@ -256,6 +256,7 @@
})
},
reload
(
e
){
//抢单成功后
console
.
info
(
"
重新请求
"
,
e
);
let
index
=
e
.
index
;
if
(
this
.
status
==
'
all
'
){
this
.
listDeal
();
...
...
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