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
5eb418d7
Commit
5eb418d7
authored
Dec 07, 2020
by
haitao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://rungit.jxdsy.cn:10000/xys/lumastoreapp
into dev
parents
7ec8b5a1
048f443c
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
601 additions
and
506 deletions
+601
-506
manifest.json
manifest.json
+2
-2
pages/eleProduct/eleProduct.vue
pages/eleProduct/eleProduct.vue
+3
-5
pages/index/index.vue
pages/index/index.vue
+582
-498
static/icon/download.png
static/icon/download.png
+0
-0
utils/api/api.js
utils/api/api.js
+10
-1
utils/api/merchant.js
utils/api/merchant.js
+4
-0
No files found.
manifest.json
View file @
5eb418d7
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
//
"appid"
:
"__UNI__FC9419E"
,
//
"appid"
:
"__UNI__FC9419E"
,
"appid"
:
"__UNI__1EA80F1"
,
//这个是
web
的
"appid"
:
"__UNI__1EA80F1"
,
//这个是
web
的
"description"
:
"商家"
,
"description"
:
"商家"
,
"versionName"
:
"1.0.9
5
"
,
"versionName"
:
"1.0.9
6
"
,
"versionCode"
:
19
5
,
"versionCode"
:
19
6
,
"transformPx"
:
false
,
"transformPx"
:
false
,
"compatible"
:
{
"compatible"
:
{
"ignoreVersion"
:
true
,
//
true
表示忽略版本检查提示框,HBuilderX
1.9
.
0
及以上版本支持
"ignoreVersion"
:
true
,
//
true
表示忽略版本检查提示框,HBuilderX
1.9
.
0
及以上版本支持
...
...
pages/eleProduct/eleProduct.vue
View file @
5eb418d7
...
@@ -20,10 +20,8 @@
...
@@ -20,10 +20,8 @@
</view>
</view>
</view>
</view>
</view>
</view>
<!-- tab切换 -->
<!-- tab切换 -->
<view
class=
"projuctTab flex"
v-if=
"edit==0"
>
<view
class=
"projuctTab flex"
v-if=
"edit==0"
>
<view
class=
"tabitems flex1"
:class=
"
{active:tabactive==1}" @tap="taggletab(1)">
<view
class=
"tabitems flex1"
:class=
"
{active:tabactive==1}" @tap="taggletab(1)">
...
...
pages/index/index.vue
View file @
5eb418d7
This diff is collapsed.
Click to expand it.
static/icon/download.png
0 → 100644
View file @
5eb418d7
1.87 KB
utils/api/api.js
View file @
5eb418d7
...
@@ -493,3 +493,12 @@ export function getShopDeliveryPrice(data)
...
@@ -493,3 +493,12 @@ export function getShopDeliveryPrice(data)
return
request
.
post
(
"
user/getShopDeliveryPrice
"
,
data
,{
noAuth
:
true
});
return
request
.
post
(
"
user/getShopDeliveryPrice
"
,
data
,{
noAuth
:
true
});
}
}
/**
* 下载
* @param {} data
*/
export
function
excel
(
data
)
{
return
request
.
post
(
"
index/excel
"
,
data
,{
noAuth
:
true
});
}
utils/api/merchant.js
View file @
5eb418d7
...
@@ -46,3 +46,7 @@ export function getshopclass(data){
...
@@ -46,3 +46,7 @@ export function getshopclass(data){
return
request
.
post
(
"
/ele/weigh
"
,
data
,
{
noAuth
:
true
});
return
request
.
post
(
"
/ele/weigh
"
,
data
,
{
noAuth
:
true
});
}
}
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