修改产品属性多个选择不起作用

This commit is contained in:
sugar1569 2018-12-12 16:29:30 +08:00
parent 95501df277
commit dfd2b68aaa
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ class StoreProductAttr extends ModelBasic
];
}
foreach ($valueList as $k=>$value){
ksort($value['detail'],SORT_STRING);
sort($value['detail'],SORT_STRING);
$suk = implode(',',$value['detail']);
$valueGroup[$suk] = [
'product_id'=>$productId,

View File

@ -78,7 +78,7 @@
<view class='txt-msg'>{{reply.comment}}</view>
<view class='time-bar'>{{reply.add_time}}</view>
</view>
<view>
<view wx:if="{{reply.merchant_reply_content != null}}">
<view>管理员回复:</view>
<view class='txt-msg'>{{reply.merchant_reply_content}}</view>
<view class='time-bar'>{{reply.merchant_reply_time}}</view>