Commit 1b3986d6 by 谢中龙

修改bug

parent 456925f2
......@@ -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',
}
}
......
......@@ -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/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment