Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
1b3986d6
Commit
1b3986d6
authored
Feb 26, 2020
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
456925f2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
index.js
src/config/index.js
+6
-6
orderDetail.wxml
src/pages/orderDetail/orderDetail.wxml
+2
-2
No files found.
src/config/index.js
View file @
1b3986d6
...
...
@@ -130,7 +130,7 @@ const prod_brand_config = {
isMall
:
isMall
,
orderingMustOpenCard
:
true
,
isOpenSelfMention
:
true
,
// 是否开启门店自提
shareTitle
:
'
泰华微商城
'
,
shareTitle
:
'
【泰华微商城】
'
,
logo
:
'https://bigaka-xie.oss-cn-shanghai.aliyuncs.com/taihua_logo.png'
,
},
//多多一上
...
...
@@ -145,7 +145,7 @@ const prod_brand_config = {
isMall
:
isMall
,
orderingMustOpenCard
:
false
,
isOpenSelfMention
:
false
,
// 是否开启门店自提
shareTitle
:
'
多多一上
'
,
shareTitle
:
'
【多多一上】
'
,
logo
:
'https://bigaka-xie.oss-cn-shanghai.aliyuncs.com/duoduoyishang_logo.png'
,
},
//雪岛书屋
...
...
@@ -160,7 +160,7 @@ const prod_brand_config = {
isMall
:
isMall
,
orderingMustOpenCard
:
false
,
isOpenSelfMention
:
false
,
// 是否开启门店自提
shareTitle
:
'
雪岛书屋
'
,
shareTitle
:
'
【雪岛书屋】
'
,
logo
:
'https://bigaka-xie.oss-cn-shanghai.aliyuncs.com/logo_head.png'
,
},
//苏州邻里
...
...
@@ -175,7 +175,7 @@ const prod_brand_config = {
isMall
:
isMall
,
orderingMustOpenCard
:
false
,
isOpenSelfMention
:
false
,
// 是否开启门店自提
shareTitle
:
'
苏州邻里
'
,
shareTitle
:
'
【苏州邻里】
'
,
logo
:
'https://bigaka-xie.oss-cn-shanghai.aliyuncs.com/logo_head.png'
,
},
//热风
...
...
@@ -190,7 +190,7 @@ const prod_brand_config = {
isMall
:
isMall
,
orderingMustOpenCard
:
false
,
isOpenSelfMention
:
false
,
// 是否开启门店自提
shareTitle
:
'
热风微商城
'
,
shareTitle
:
'
【hotwind热风微商城】
'
,
logo
:
'https://bigaka-xie.oss-cn-shanghai.aliyuncs.com/hotwind_logo.png'
,
},
//悦芙媞
...
...
@@ -205,7 +205,7 @@ const prod_brand_config = {
isMall
:
isMall
,
orderingMustOpenCard
:
false
,
isOpenSelfMention
:
false
,
// 是否开启门店自提
shareTitle
:
'
悦芙媞微商城
'
,
shareTitle
:
'
【悦芙媞微商城】
'
,
logo
:
'https://bigaka-xie.oss-cn-shanghai.aliyuncs.com/yufuti_logo.png'
,
}
}
...
...
src/pages/orderDetail/orderDetail.wxml
View file @
1b3986d6
...
...
@@ -153,7 +153,7 @@
</button>
<button class="btn btn-lg btn-gray" data-id="{{detail.id}}" bindtap="handelConfirmReceipt">确认收货</button>
</view>
<view class="button-wrap" wx-if="{{detail.status == 'R'}}">
<
!-- <
view class="button-wrap" wx-if="{{detail.status == 'R'}}">
<button
class="btn btn-lg btn-gray"
data-id="{{detail.id}}"
...
...
@@ -161,7 +161,7 @@
bindtap="handelRequestRefund"
>申请退款
</button>
</view>
</view>
-->
</view>
<!--goHome-->
<go-home/>
...
...
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