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
04078d3f
Commit
04078d3f
authored
Mar 10, 2021
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘addxx
parent
7b5a4635
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
24 deletions
+14
-24
manifest.json
manifest.json
+3
-18
pages/addEditEleProduct/addEditEleProduct.vue
pages/addEditEleProduct/addEditEleProduct.vue
+6
-1
pages/edit/shop/shop.vue
pages/edit/shop/shop.vue
+3
-3
pages/setup/setup.vue
pages/setup/setup.vue
+2
-2
No files found.
manifest.json
View file @
04078d3f
...
...
@@ -2,8 +2,8 @@
"name"
:
"鹿马商家助手"
,
"appid"
:
"__UNI__1EA80F1"
,
//这个是
web
的
"description"
:
"商家"
,
"versionName"
:
"1.12
0
"
,
"versionCode"
:
112
0
,
"versionName"
:
"1.12
2
"
,
"versionCode"
:
112
2
,
"transformPx"
:
false
,
"compatible"
:
{
"ignoreVersion"
:
true
//
true
表示忽略版本检查提示框,HBuilderX
1.9
.
0
及以上版本支持
...
...
@@ -171,22 +171,7 @@
}
},
"compilerVersion"
:
2
,
"nativePlugins"
:
{
"push-live"
:
{
"__plugin_info__"
:
{
"name"
:
"安卓保活插件(限制 防杀)含前台服务,后台运行,白名单,定时任务等"
,
"description"
:
"如果你的应用希望能够一直在后台运行而不被系统自动杀死的话,可以尝试一下。群485147231"
,
"platforms"
:
"Android"
,
"url"
:
"https://ext.dcloud.net.cn/plugin?id=2930"
,
"android_package_name"
:
"com.app.lumastore"
,
"ios_bundle_id"
:
"com.app.lumastore"
,
"isCloud"
:
true
,
"bought"
:
1
,
"pid"
:
"2930"
,
"parameters"
:
{}
}
}
}
"nativePlugins"
:
{}
},
/*
快应用特有相关
*/
"quickapp"
:
{},
...
...
pages/addEditEleProduct/addEditEleProduct.vue
View file @
04078d3f
...
...
@@ -496,7 +496,10 @@
}
})
// this.isadd = opdata.isadd
if
(
opdata
.
isadd
==
"
0
"
||
opdata
.
isadd
==
"
1
"
){
this
.
isadd
=
opdata
.
isadd
}
this
.
c_formData
.
user_token
=
this
.
$store
.
state
.
token
;
this
.
activity_type
=
opdata
.
activity_type
,
this
.
isShow
=
this
.
activity_type
==
1
?
true
:
false
...
...
@@ -700,6 +703,7 @@
uni
.
scanCode
({
success
:(
res
)
=>
{
var
code
=
res
.
result
;
this
.
form
.
code
=
res
.
result
;
uni
.
request
({
url
:
'
https://www.mxnzp.com/api/barcode/goods/details
'
,
//仅为示例,并非真实接口地址。
data
:
{
...
...
@@ -714,6 +718,7 @@
if
(
results
.
data
.
code
==
1
){
results
.
code
=
code
;
results
.
isScanCode
=
false
;
console
.
info
(
results
,
"
111
"
);
this
.
findEleProduct
(
results
);
}
else
{
results
.
code
=
code
;
...
...
pages/edit/shop/shop.vue
View file @
04078d3f
...
...
@@ -18,14 +18,14 @@
<view
class=
"flex1 jus-b ali-c"
>
<input
class=
"title"
style=
"flex-grow: 1;"
placeholder=
"请修改店铺电话"
type=
"number"
v-if=
"editortel"
@
blur=
'telblur'
focus=
"true"
v-model=
"editortelvalue"
></input>
<input
class=
"title"
style=
"flex-grow: 1;"
placeholder=
"请输入店铺电话"
v-else
disabled=
"disabled"
v-model=
"fromdata.tel"
></input>
<
view
style=
"color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;"
@
tap=
"editorTel"
>
编辑
</view
>
<
!--
<view
style=
"color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;"
@
tap=
"editorTel"
>
编辑
</view>
--
>
</view>
</view>
<view
class=
"cu-form-group "
>
<view
class=
"title"
>
店铺地址:
</view>
<view
class=
"flex1 jus-b ali-c"
>
<input
class=
"title"
style=
"flex-grow: 1;"
placeholder=
"请输入店铺地址"
disabled=
"disabled"
v-model=
"fromdata.addr"
></input>
<
view
style=
"color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;"
@
tap=
"chooseLocation"
>
编辑
</view
>
<
!--
<view
style=
"color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;"
@
tap=
"chooseLocation"
>
编辑
</view>
--
>
</view>
</view>
...
...
@@ -46,7 +46,7 @@
</view>
<
view
class=
""
style=
"color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;"
@
tap=
'modifyTime'
>
编辑
</view
>
<
!--
<view
class=
""
style=
"color: #FF6900;border:1px solid #FF6900;font-size:20upx;padding: 0 5upx;"
@
tap=
'modifyTime'
>
编辑
</view>
--
>
<lb-picker
ref=
"picker"
:list=
"list2"
:value=
'value'
range-key=
"label"
mode=
"multiSelector"
:level=
'2'
@
confirm=
'confirm'
></lb-picker>
</view>
...
...
pages/setup/setup.vue
View file @
04078d3f
...
...
@@ -8,10 +8,10 @@
<image
class=
"jiantousi"
src=
"/static/news/jiantousi.png"
mode=
""
></image>
</navigator>
<view
class=
"list-cell b-b m-t"
v-if=
"platform=='android'"
hover-class=
"cell-hover"
:hover-stay-time=
"50"
@
click=
"qiDong"
>
<
!--
<
view
class=
"list-cell b-b m-t"
v-if=
"platform=='android'"
hover-class=
"cell-hover"
:hover-stay-time=
"50"
@
click=
"qiDong"
>
<text
class=
"cell-tit"
>
允许后台自启
</text>
<image
class=
"jiantousi"
src=
"/static/news/jiantousi.png"
mode=
""
></image>
</view>
</view>
-->
<!--
<view
class=
"list-cell b-b m-t"
v-if=
"platform=='ios'"
hover-class=
"cell-hover"
:hover-stay-time=
"50"
@
click=
"qiDong"
>
<text
class=
"cell-tit"
>
允许后台启动
</text>
...
...
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