Commit bcb471f2 by 朱继来

调整商品信息展示

parent b6d8336a
Showing with 3 additions and 1 deletions
...@@ -329,7 +329,9 @@ ...@@ -329,7 +329,9 @@
case 1: html += '<th>限时限量</th>'; break; case 1: html += '<th>限时限量</th>'; break;
case 2: html += '<th>活动价</th>'; break; case 2: html += '<th>活动价</th>'; break;
case 3: html += '<th>会员价</th>'; break; case 3: html += '<th>会员价</th>'; break;
default: html += ''; break; case 7: html += '<th>团购价</th>'; break;
case 8: html += '<th>折扣价</th>'; break;
default: html += '<th></th>'; break;
} }
} }
......
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