mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-02 19:18:12 +00:00
修改产品属性多个选择不起作用
This commit is contained in:
parent
95501df277
commit
dfd2b68aaa
@ -77,7 +77,7 @@ class StoreProductAttr extends ModelBasic
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
foreach ($valueList as $k=>$value){
|
foreach ($valueList as $k=>$value){
|
||||||
ksort($value['detail'],SORT_STRING);
|
sort($value['detail'],SORT_STRING);
|
||||||
$suk = implode(',',$value['detail']);
|
$suk = implode(',',$value['detail']);
|
||||||
$valueGroup[$suk] = [
|
$valueGroup[$suk] = [
|
||||||
'product_id'=>$productId,
|
'product_id'=>$productId,
|
||||||
|
|||||||
@ -78,7 +78,7 @@
|
|||||||
<view class='txt-msg'>{{reply.comment}}</view>
|
<view class='txt-msg'>{{reply.comment}}</view>
|
||||||
<view class='time-bar'>{{reply.add_time}}</view>
|
<view class='time-bar'>{{reply.add_time}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view wx:if="{{reply.merchant_reply_content != null}}">
|
||||||
<view>管理员回复:</view>
|
<view>管理员回复:</view>
|
||||||
<view class='txt-msg'>{{reply.merchant_reply_content}}</view>
|
<view class='txt-msg'>{{reply.merchant_reply_content}}</view>
|
||||||
<view class='time-bar'>{{reply.merchant_reply_time}}</view>
|
<view class='time-bar'>{{reply.merchant_reply_time}}</view>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user