mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	product:完善 App 商品分页接口
This commit is contained in:
		| @@ -305,9 +305,7 @@ export default { | ||||
|   }, | ||||
|   methods: { | ||||
|     loadProductData() { | ||||
|       let param = {} | ||||
|       param.spuId =  this.product.id | ||||
|       productSpu(param).then(res => { | ||||
|       productSpu(this.product.id).then(res => { | ||||
|         this.product.images = res.data.picUrls; | ||||
|         this.product.sku = res.data.skus; | ||||
|         this.product.desc = res.data.description.replace(/<[^>]*>/g,''); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV