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
282c77f4
Commit
282c77f4
authored
Dec 12, 2020
by
home
Browse files
Options
Browse Files
Download
Plain Diff
zxf
parents
f1fa365d
77ea1ba6
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
159 additions
and
190 deletions
+159
-190
App.vue
App.vue
+1
-2
components/plan-image-upload/up_img.vue
components/plan-image-upload/up_img.vue
+4
-10
manifest.json
manifest.json
+4
-19
pages/addEditEleProduct/addEditEleProduct.vue
pages/addEditEleProduct/addEditEleProduct.vue
+149
-159
utils/debug.js
utils/debug.js
+1
-0
No files found.
App.vue
View file @
282c77f4
...
...
@@ -4,7 +4,6 @@
const
time
=
''
;
import
{
newsRemind
}
from
"
@/utils/api/api.js
"
;
//获取商家消息
export
default
{
onLaunch
:
function
()
{
if
(
platform
==
'
ios
'
){
...
...
@@ -22,8 +21,8 @@
//app关闭默认的启动 方法关闭启动图。但是这个时间不能太晚,6s 超时后依旧会主动关闭。
setTimeout
(()
=>
{
plus
.
navigator
.
closeSplashscreen
();
},
100
);
uni
.
getNetworkType
({
//查看是否有网络
success
:
function
(
res
)
{
if
(
res
.
networkType
==
'
none
'
){
...
...
components/plan-image-upload/up_img.vue
View file @
282c77f4
...
...
@@ -9,7 +9,7 @@
<view
v-if=
"isShowAdd"
class=
"imageUpload"
@
tap=
"selectImage"
>
+
</view>
</view>
<image
v-if=
"showMoveImage"
class=
"moveImage"
:style=
"
{left:posMoveImageLeft, top:posMoveImageTop}" :src="moveImagePath">
</image>
<view
class=
"showname"
>
请添加奖品
图片
</view>
<view
class=
"showname"
style=
"margin-left: 20upx;"
>
请添加
图片
</view>
</view>
</
template
>
...
...
@@ -41,7 +41,6 @@
},
watch
:{
value
(){
console
.
log
(
this
.
value
,
'
帆帆帆帆
'
)
}
},
computed
:{
...
...
@@ -135,14 +134,9 @@
},
name
:
keyname
,
success
:
function
(
res
){
console
.
log
(
JSON
.
parse
(
res
.
data
),
'
成功了啊啊
'
)
if
(
res
.
statusCode
===
200
){
_self
.
value
.
push
(
JSON
.
parse
(
res
.
data
))
completeImages
++
if
(
_self
.
showUploadProgress
){
uni
.
showToast
({
title
:
'
上传进度:
'
+
completeImages
+
'
/
'
+
imagePathArr
.
length
,
...
...
@@ -151,7 +145,7 @@
duration
:
1000
});
}
console
.
log
(
'
success to upload image:
'
+
res
.
data
)
//
console.log('success to upload image: ' + res.data)
resolve
(
'
success to upload image:
'
+
remoteUrlIndex
)
}
else
{
console
.
log
(
'
fail to upload image:
'
+
res
.
data
)
...
...
@@ -365,8 +359,8 @@
}
.imageItem
,
.imageUpload
{
width
:
20
0
upx
;
height
:
20
0
upx
;
width
:
19
0
upx
;
height
:
19
0
upx
;
margin
:
0
20
upx
30
upx
0
;
}
.imageItem
:nth-child
(
3n
)
{
...
...
manifest.json
View file @
282c77f4
...
...
@@ -126,9 +126,9 @@
},
"splashscreen"
:
{
"android"
:
{
"hdpi"
:
"C:/Users/Administrator/Desktop/
da/6b51802bba0a32ac69392831b1fc324
.png"
,
"xhdpi"
:
"C:/Users/Administrator/Desktop/
da/6b51802bba0a32ac69392831b1fc324
.png"
,
"xxhdpi"
:
"C:/Users/Administrator/Desktop/
da/6b51802bba0a32ac69392831b1fc324
.png"
"hdpi"
:
"C:/Users/Administrator/Desktop/
证书/d0abce82961b508e6a0b9924d15fe86
.png"
,
"xhdpi"
:
"C:/Users/Administrator/Desktop/
证书/d0abce82961b508e6a0b9924d15fe86
.png"
,
"xxhdpi"
:
"C:/Users/Administrator/Desktop/
证书/d0abce82961b508e6a0b9924d15fe86
.png"
},
"ios"
:
{
"iphone"
:
{
...
...
@@ -164,22 +164,7 @@
}
},
"compilerVersion"
:
2
,
"nativePlugins"
:
{
"HG-Background"
:
{
"__plugin_info__"
:
{
"name"
:
"保活 前台运行"
,
"description"
:
"用于提高app存活概率或添加前台显示 q群:219508489"
,
"platforms"
:
"Android"
,
"url"
:
"https://ext.dcloud.net.cn/plugin?id=2203"
,
"android_package_name"
:
"com.app.lumastore"
,
"ios_bundle_id"
:
""
,
"isCloud"
:
true
,
"bought"
:
1
,
"pid"
:
"2203"
,
"parameters"
:
{}
}
}
}
"nativePlugins"
:
{}
},
/*
快应用特有相关
*/
"quickapp"
:
{},
...
...
pages/addEditEleProduct/addEditEleProduct.vue
View file @
282c77f4
This diff is collapsed.
Click to expand it.
utils/debug.js
View file @
282c77f4
...
...
@@ -10,6 +10,7 @@ module.exports = {
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