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
5c18d2b6
Commit
5c18d2b6
authored
Aug 27, 2021
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
addxx
parent
c8f6faad
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
16 deletions
+45
-16
androidPrivacy.json
androidPrivacy.json
+27
-0
manifest.json
manifest.json
+12
-11
pages/specsShop/specsShop.vue
pages/specsShop/specsShop.vue
+4
-3
utils/debug.js
utils/debug.js
+2
-2
No files found.
androidPrivacy.json
0 → 100644
View file @
5c18d2b6
{
"version"
:
"1"
,
"prompt"
:
"template"
,
"title"
:
"服务协议和隐私政策"
,
"message"
:
" 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/> 你可阅读<a href=
\"
http://www.jxdsy.cn/xieyi.html
\"
>《服务协议》</a>和<a href=
\"
http://www.jxdsy.cn/privacy.html
\"
>《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。"
,
"buttonAccept"
:
"同意并接受"
,
"buttonRefuse"
:
"暂不同意"
,
"second"
:
{
"title"
:
"确认提示"
,
"message"
:
" 进入应用前,你需先同意<a href=
\"
http://www.jxdsy.cn/xieyi.html
\"
>《服务协议》</a>和<a href=
\"
http://www.jxdsy.cn/privacy.html
\"
>《隐私政策》</a>,否则将退出应用。"
,
"buttonAccept"
:
"同意并继续"
,
"buttonRefuse"
:
"退出应用"
},
"styles"
:
{
"backgroundColor"
:
"#ffffff"
,
"borderRadius"
:
"5px"
,
"title"
:
{
"color"
:
"#000000"
},
"buttonAccept"
:
{
"color"
:
"#f64f15"
},
"buttonRefuse"
:
{
"color"
:
"#000000"
}
}
}
manifest.json
View file @
5c18d2b6
...
...
@@ -2,8 +2,8 @@
"name"
:
"鹿马商家助手"
,
"appid"
:
"__UNI__1EA80F1"
,
//这个是
web
的
"description"
:
"商家"
,
"versionName"
:
"1.1
58
"
,
"versionCode"
:
11
58
,
"versionName"
:
"1.1
60
"
,
"versionCode"
:
11
60
,
"transformPx"
:
false
,
"compatible"
:
{
"ignoreVersion"
:
true
//
true
表示忽略版本检查提示框,HBuilderX
1.9
.
0
及以上版本支持
...
...
@@ -30,14 +30,14 @@
"distribute"
:
{
/*
android打包配置
*/
"android"
:
{
"permissionPhoneState"
:
{
"request"
:
"none"
,
"prompt"
:
"为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
},
"permissionExternalStorage"
:
{
"request"
:
"none"
,
"prompt"
:
"应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
},
//
"permissionPhoneState"
:
{
//
"request"
:
"none"
,
//
"prompt"
:
"为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
//
},
//
"permissionExternalStorage"
:
{
//
"request"
:
"none"
,
//
"prompt"
:
"应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
//
},
"permissions"
:
[
"<uses-feature android:name=
\"
android.hardware.camera
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera.autofocus
\"
/>"
,
...
...
@@ -174,7 +174,8 @@
}
},
"iosStyle"
:
"common"
,
"androidStyle"
:
"default"
"androidStyle"
:
"default"
,
"useOriginalMsgbox"
:
true
}
},
"compilerVersion"
:
2
,
...
...
pages/specsShop/specsShop.vue
View file @
5c18d2b6
...
...
@@ -292,13 +292,13 @@
//限购数量
if
(
!
this
.
endobjdata
[
0
].
limit_num
&&
this
.
seckill_close
==
1
){
if
(
!
this
.
isInteger
(
this
.
endobjdata
[
0
].
limit_num
)
&&
this
.
seckill_close
==
1
){
this
.
$api
.
msg
(
"
限购数量不能为小数!
"
);
return
false
;
}
//库存
if
(
!
this
.
endobjdata
[
0
].
store_count
){
if
(
!
this
.
isInteger
(
this
.
endobjdata
[
0
].
store_count
)
){
this
.
$api
.
msg
(
"
库存不能为小数!
"
);
return
false
;
}
...
...
@@ -318,7 +318,8 @@
type_id
:
this
.
type_id
,
//模型id
item
:
this
.
endobjdata
,
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
console
.
info
(
res
,
"
ress
"
);
if
(
res
.
code
==
0
){
console
.
log
(
res
,
"
ress
"
)
...
...
utils/debug.js
View file @
5c18d2b6
...
...
@@ -5,8 +5,8 @@ module.exports = {
//
isdebug:false,//正式
isdebug
:
true
,
//测试
isdebug
:
false
,
//正式
//
isdebug:true,//测试
// xqdebug:false,//正式权限
xqdebug
:
true
,
//发布审核权限 也是测试环境的 主要用于ios
...
...
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