Skip to content

Commit

Permalink
delete order list default data
Browse files Browse the repository at this point in the history
  • Loading branch information
gooking committed May 29, 2017
1 parent 29f4a48 commit eaee0ae
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions pages/order-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,7 @@ Page({
data:{
statusType:["全部","待付款","待发货","待收货","已完成"],
currentTpye:0,
tabClass: ["", "", "", "", ""],
orderList:[
{
goodsImg:"/images/goods02.png",
des:"爱马仕(HERMES)大地男士香水大地男士香水大地如果有两行就这样显示超出部分用省…超出部分用省…",
pics:['/images/goods02.png','/images/goods02.png','/images/goods02.png','/images/goods02.png','/images/goods02.png','/images/goods02.png','/images/goods02.png','/images/goods02.png'],
price:"300.00",
orderDate:"2017.03.04 10:33:33",
orderStatus:"已关闭"
},
{
goodsImg:"/images/goods02.png",
des:"爱马仕(HERMES)大地男士香水大地男士香水大地如果有两行就这样显示超出部分用省…超出部分用省…",
pics:['/images/goods02.png','/images/goods02.png','/images/goods02.png','/images/goods02.png'],
price:"400.00",
orderDate:"2017.03.05 10:33:33",
orderStatus:"待付款"
},
]
tabClass: ["", "", "", "", ""]
},
statusTap:function(e){
var curType = e.currentTarget.dataset.index;
Expand Down

0 comments on commit eaee0ae

Please sign in to comment.