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
42aa08a1
Commit
42aa08a1
authored
Sep 12, 2020
by
haitao
Browse files
Options
Browse Files
Download
Plain Diff
af
parents
c6607dc7
32c35385
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
manifest.json
manifest.json
+2
-2
pages/order/shopOrder.vue
pages/order/shopOrder.vue
+5
-2
utils/debug.js
utils/debug.js
+2
-2
No files found.
manifest.json
View file @
42aa08a1
...
...
@@ -3,8 +3,8 @@
//
"appid"
:
"__UNI__FC9419E"
,
"appid"
:
"__UNI__1EA80F1"
,
//这个是
web
的
"description"
:
""
,
"versionName"
:
"1.0.7
7
"
,
"versionCode"
:
17
7
,
"versionName"
:
"1.0.7
9
"
,
"versionCode"
:
17
9
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
"app-plus"
:
{
...
...
pages/order/shopOrder.vue
View file @
42aa08a1
...
...
@@ -49,10 +49,13 @@
</view>
<view
class=
"order_foot bodbod flex jus-e mb-20 mt-10"
>
<block
v-for=
"(action,index) in item.order_operation.slice(-1)"
:key=
"index"
>
<block
v-if=
"item.products[index1][0].logisticCode"
v-for=
"(action,index) in item.order_operation.slice(-1)"
:key=
"index"
>
<view
class=
'btnss '
:data-vendor=
"item.products[index1][0].vendor_id"
:data-orderid=
'item.order_id'
@
tap.stop=
"operation"
:data-action=
"'checkLogistics'"
:data-is_ld=
'item.buytype'
>
查看物流
</view>
</block>
<block
v-else
v-for=
"(action,index) in item.order_operation.slice(-1)"
:key=
"index"
>
<view
class=
'btnss '
:data-vendor=
"item.products[index1][0].vendor_id"
:data-orderid=
'item.order_id'
@
tap.stop=
"operation"
:data-action=
'action.way'
:data-is_ld=
'item.buytype'
>
{{
action
.
name
}}
</view>
</block>
</view>
...
...
utils/debug.js
View file @
42aa08a1
...
...
@@ -3,13 +3,13 @@
module
.
exports
=
{
//是否为开发调试环境 true为本地环境 false 为正式环境
// isdebug:true,//测试
isdebug
:
false
,
//正式
xqdebug
:
false
,
//正式权限
// xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
// xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
// #ifdef APP-PLUS
// isdebug:false,//正式 APP里面绝对是正式
...
...
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