修复购物车添加促销商品出现的Bug
							parent
							
								
									79f737404e
								
							
						
					
					
						commit
						dc04b4220f
					
				|  | @ -1 +0,0 @@ | ||||||
| qSyvBPhDsPdxvOhC |  | ||||||
|  | @ -195,10 +195,6 @@ | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "plugins" : { |         "plugins" : { | ||||||
|             "myPlugin" : { |  | ||||||
|                 "version" : "1.1.0", |  | ||||||
|                 "provider" : "wx738958e0f4c894f9" |  | ||||||
|             }, |  | ||||||
|             "live-player-plugin" : { |             "live-player-plugin" : { | ||||||
|                 "version" : "1.3.0", |                 "version" : "1.3.0", | ||||||
|                 "provider" : "wx2b03c6e691cd7370" |                 "provider" : "wx2b03c6e691cd7370" | ||||||
|  |  | ||||||
|  | @ -236,12 +236,15 @@ export default { | ||||||
|   }, |   }, | ||||||
|   methods: { |   methods: { | ||||||
|     /** |     /** | ||||||
|      * 倒数计时 | 			 * 倒数计时 | ||||||
|      */ | 			 */ | ||||||
|     getCountDownTime(val) { |     getCountDownTime(val) { | ||||||
|       let date = new Date(val.replace(/-/g, "/")); |       if (val.promotionMap) { | ||||||
|       let timeSimple = new Date(date).getTime() / 1000; |         let key = Object.keys(val.promotionMap).find((child, index) => { | ||||||
|       return timeSimple - new Date().getTime() / 1000; |           return child.split("-")[0] == 'SECKILL' | ||||||
|  |         }); | ||||||
|  |         return val.promotionMap[key].endTime / 1000 - (new Date().getTime() / 1000) | ||||||
|  |       } | ||||||
|     }, |     }, | ||||||
| 
 | 
 | ||||||
|     /** |     /** | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue