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
fed5ec73
Commit
fed5ec73
authored
Dec 07, 2020
by
home
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zxzf
parent
4d0103d9
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 @
fed5ec73
...
...
@@ -3,8 +3,8 @@
//
"appid"
:
"__UNI__FC9419E"
,
"appid"
:
"__UNI__1EA80F1"
,
//这个是
web
的
"description"
:
"商家"
,
"versionName"
:
"1.0.9
5
"
,
"versionCode"
:
19
5
,
"versionName"
:
"1.0.9
6
"
,
"versionCode"
:
19
6
,
"transformPx"
:
false
,
"compatible"
:
{
"ignoreVersion"
:
true
,
//
true
表示忽略版本检查提示框,HBuilderX
1.9
.
0
及以上版本支持
...
...
pages/eleProduct/eleProduct.vue
View file @
fed5ec73
...
...
@@ -20,10 +20,8 @@
</view>
</view>
</view>
<!-- tab切换 -->
<view
class=
"projuctTab flex"
v-if=
"edit==0"
>
<view
class=
"tabitems flex1"
:class=
"
{active:tabactive==1}" @tap="taggletab(1)">
...
...
pages/index/index.vue
View file @
fed5ec73
This diff is collapsed.
Click to expand it.
static/icon/download.png
0 → 100644
View file @
fed5ec73
1.87 KB
utils/api/api.js
View file @
fed5ec73
...
...
@@ -493,3 +493,12 @@ export function getShopDeliveryPrice(data)
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 @
fed5ec73
...
...
@@ -46,3 +46,7 @@ export function getshopclass(data){
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