|
@@ -0,0 +1,80 @@
|
|
|
+var productList = new Vue({
|
|
|
+ el:'#productList',
|
|
|
+ dat:{
|
|
|
+ listData:[
|
|
|
+ {
|
|
|
+ actStatus: 1,
|
|
|
+ brand: "测试品牌",
|
|
|
+ id: "4367",
|
|
|
+ image: "http://img-b.caimei365.com/group1/M00/02/ED/Cmgy618imB-AdeRoAAAx62Su3Fg469.png",
|
|
|
+ ladderPriceFlag: 0,
|
|
|
+ name: "*商品显示名:",
|
|
|
+ price: 50,
|
|
|
+ priceFlag: "0",
|
|
|
+ priceGrade: "0",
|
|
|
+ priceLoaded: true,
|
|
|
+ promotions: {
|
|
|
+ id: 208, name: "优惠价", description: null, type: 1, mode: 1,productId: 4367,status: 1,touchPrice: 50,type:1},
|
|
|
+ supplierId: 10111,
|
|
|
+ unit: "方法",
|
|
|
+ userIdentity: 3,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ actStatus: 1,
|
|
|
+ brand: "测试品牌",
|
|
|
+ id: "4367",
|
|
|
+ image: "http://img-b.caimei365.com/group1/M00/02/ED/Cmgy618imB-AdeRoAAAx62Su3Fg469.png",
|
|
|
+ ladderPriceFlag: 0,
|
|
|
+ name: "*商品显示名:",
|
|
|
+ price: 50,
|
|
|
+ priceFlag: "0",
|
|
|
+ priceGrade: "0",
|
|
|
+ priceLoaded: true,
|
|
|
+ promotions: {
|
|
|
+ id: 208, name: "优惠价", description: null, type: 1, mode: 1,productId: 4367,status: 1,touchPrice: 50,type:1},
|
|
|
+ supplierId: 10111,
|
|
|
+ unit: "方法",
|
|
|
+ userIdentity: 3,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ actStatus: 1,
|
|
|
+ brand: "测试品牌",
|
|
|
+ id: "4367",
|
|
|
+ image: "http://img-b.caimei365.com/group1/M00/02/ED/Cmgy618imB-AdeRoAAAx62Su3Fg469.png",
|
|
|
+ ladderPriceFlag: 0,
|
|
|
+ name: "*商品显示名:",
|
|
|
+ price: 50,
|
|
|
+ priceFlag: "0",
|
|
|
+ priceGrade: "0",
|
|
|
+ priceLoaded: true,
|
|
|
+ promotions: {
|
|
|
+ id: 208, name: "优惠价", description: null, type: 1, mode: 1,productId: 4367,status: 1,touchPrice: 50,type:1},
|
|
|
+ supplierId: 10111,
|
|
|
+ unit: "方法",
|
|
|
+ userIdentity: 3,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ actStatus: 1,
|
|
|
+ brand: "测试品牌",
|
|
|
+ id: "4367",
|
|
|
+ image: "http://img-b.caimei365.com/group1/M00/02/ED/Cmgy618imB-AdeRoAAAx62Su3Fg469.png",
|
|
|
+ ladderPriceFlag: 0,
|
|
|
+ name: "*商品显示名:",
|
|
|
+ price: 50,
|
|
|
+ priceFlag: "0",
|
|
|
+ priceGrade: "0",
|
|
|
+ priceLoaded: true,
|
|
|
+ promotions: {
|
|
|
+ id: 208, name: "优惠价", description: null, type: 1, mode: 1,productId: 4367,status: 1,touchPrice: 50,type:1},
|
|
|
+ supplierId: 10111,
|
|
|
+ unit: "方法",
|
|
|
+ userIdentity: 3,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ methods:{},
|
|
|
+ created:function () {
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+})
|