Commit 24d5165a by zqm

MM - 订单详情页设置商户数据以及印章

parent 51dde346
...@@ -30,7 +30,7 @@ Page({ ...@@ -30,7 +30,7 @@ Page({
}, },
onLoad: function (options) { onLoad: function (options) {
console.log(App.globalData.shopId, 'App.globalData.shopId----------------');
let funcOrderInfo = this.data.orderInfo let funcOrderInfo = this.data.orderInfo
funcOrderInfo.id = options.id funcOrderInfo.id = options.id
this.setData({ this.setData({
...@@ -226,7 +226,7 @@ Page({ ...@@ -226,7 +226,7 @@ Page({
let shopName = funcResponse.officeName; let shopName = funcResponse.officeName;
let shopFilter = this.data.shopConfig.filter( let shopFilter = this.data.shopConfig.filter(
item => { item => {
return item.name == (shopName) return item.name.toLowerCase() == shopName.toLowerCase()
} }
) )
......
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 sign in to comment