acdr-ui/dist/build/mp-weixin/modules/mall/chat/components/goods.js

2 lines
376 B
JavaScript
Raw Normal View History

2024-09-19 07:20:14 +08:00
"use strict";const o=require("../../../../common/vendor.js");if(!Array){o.resolveComponent("s-goods-item")()}Math;const t={__name:"goods",props:{goodsData:{type:Object,default:{}}},setup:t=>(e,s)=>({a:o.p({title:t.goodsData.spuName,img:t.goodsData.picUrl,price:t.goodsData.price,skuText:t.goodsData.introduction,priceColor:"#FF3000",titleWidth:400})})};wx.createComponent(t);