productdetails.vue 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546
  1. <template>
  2. <view class="page">
  3. <!-- 页面内容 -->
  4. <!-- 自定义导航栏 -->
  5. <u-navbar :safeAreaInsetTop="true" :placeholder="true">
  6. <view class="u-nav-slot u-flex" slot="left" style="display: flex">
  7. <view class="u-flex">
  8. <u-icon name="arrow-left" size="19" @click="returnindex"></u-icon>
  9. <u-tabs :duration="duration" @click="scrollToPosition" :list="list1" lineColor="#fff"
  10. :activeStyle="{ color: '#FF1515' }" :inactiveStyle="{
  11. color: ' #666666',
  12. }"></u-tabs>
  13. </view>
  14. <!-- <view class="" style="margin-left: 184rpx;" @click="share = true">
  15. <image src="static/images/share.png" style="width: 38rpx;height: 38rpx;" mode=""></image>
  16. </view> -->
  17. </view>
  18. <view class="u-nav-slot u-flex" slot="right" style="display: flex">
  19. <view class="" style="" @click="sharea">
  20. <image src="static/images/share.png" style="width: 38rpx; height: 38rpx" mode=""></image>
  21. </view>
  22. <view class="" style="width: 200rpx"></view>
  23. </view>
  24. </u-navbar>
  25. <!-- 商品图片 -->
  26. <scroll-view ref="scrollView" scroll-y="true" style="min-height: 100vh;" :scroll-into-view="toView"
  27. scroll-with-animation="true">
  28. <view class="uni-margin-wrap" id="scroll0">
  29. <swiper class="swiper" circular :indicator-dots="false" :autoplay="true">
  30. <swiper-item v-if="goodinfo.video">
  31. <video style="width: 750rpx; height: 750rpx" :src="goodinfo.video"></video>
  32. </swiper-item>
  33. <template v-if="goodinfo.images">
  34. <swiper-item v-for="(item, idx) in goodinfo.images.split(',')" :key="idx">
  35. <image :src="goodinfo.image" style="width: 750rpx; height: 750rpx" mode=""></image>
  36. </swiper-item>
  37. </template>
  38. </swiper>
  39. </view>
  40. <view class="back">
  41. <!-- 折扣 -->
  42. <view class="discount">
  43. <view class="top">
  44. <text class="count" v-if="goodinfo.is_discount == 0">{{
  45. i18n.Discounted
  46. }}</text>
  47. <text class="money">¥</text>
  48. <text class="money" style="font-size: 48rpx">{{ goodinfo.discount_price.slice(0, -3)
  49. }}</text>
  50. <text class="money">{{
  51. goodinfo.discount_price.slice(-3)
  52. }}</text>
  53. <!-- <text class="right" v-if="goodinfo.is_discount == 0">¥{{ goodinfo.price }}</text> -->
  54. <text class="right" v-if="goodinfo.is_discount == 0">¥{{ goodinfo.price * value }}</text>
  55. </view>
  56. <view class="bottom">
  57. <view class="u-flex" style="column-gap:16rpx">
  58. <div v-for="(tab,idx) in goodinfo.label_arr" :key="idx">
  59. <text v-if="language == 'zh-CN'" class="tabs">{{ tab.name_cn }}</text>
  60. <text v-if="language == 'en-US'" class="tabs">{{ tab.name_en }}</text>
  61. <text v-if="language == 'es-ES'" class="tabs">{{ tab.name_es }}</text>
  62. <text v-if="language == 'it-IT'" class="tabs">{{ tab.name_ita }}</text>
  63. </div>
  64. </view>
  65. <view class="">
  66. <text class="title" v-if="language == 'zh-CN'">
  67. {{ goodinfo.name_cn }}
  68. </text>
  69. <text class="title" selectable @longpress="onLongPress" v-if="language == 'en-US'">
  70. {{ goodinfo.name_en }}
  71. </text>
  72. <text class="title" selectable @longpress="onLongPress" v-if="language == 'es-ES'">
  73. {{ goodinfo.name_es }}
  74. </text>
  75. <text class="title" selectable @longpress="onLongPress" v-if="language == 'it-IT'">
  76. {{ goodinfo.name_ita }}
  77. </text>
  78. </view>
  79. </view>
  80. </view>
  81. <!-- 服务 -->
  82. <view class="serve" style="margin-top: 20rpx">
  83. <view class="top u-flex u-row-between" @click="sele">
  84. <view class="u-flex">
  85. <view class="change">{{ i18n.Sele }}</view>
  86. <view class="" style="margin-left: 20rpx">
  87. {{ selectArr.length > 0 ? selectArr.join(",") : i18n.Sele }}
  88. </view>
  89. </view>
  90. <view class="">
  91. <u-icon name="arrow-right" size="16"></u-icon>
  92. </view>
  93. </view>
  94. <view class="top u-flex u-row-between" style="margin-top: 36rpx" @click="openfu">
  95. <view class="u-flex">
  96. <view class="change">{{ i18n.service }}</view>
  97. <view v-if="language == 'zh-CN'" class="" style="margin-left: 20rpx">{{content.name_cn}}
  98. </view>
  99. <view v-if="language == 'en-US'" class="" style="margin-left: 20rpx">{{content.name_en}}
  100. </view>
  101. <view v-if="language == 'es-ES'" class="" style="margin-left: 20rpx">{{content.name_es}}
  102. </view>
  103. <view v-if="language == 'it-IT'" class="" style="margin-left: 20rpx">{{content.name_ita}}
  104. </view>
  105. </view>
  106. <view class="">
  107. <u-icon name="arrow-right" size="16"></u-icon>
  108. </view>
  109. </view>
  110. </view>
  111. <!-- 评论 -->
  112. <view class="comment" ref="targetPosition" id="scroll1">
  113. <view class="u-flex u-row-between">
  114. <text class="ping">{{ i18n.review }}</text>
  115. <view class="u-flex" @click="tocomment">
  116. <text class="strip">{{ total }}{{ i18n.article + i18n.review }}</text>
  117. <u-icon name="arrow-right" size="16"></u-icon>
  118. </view>
  119. </view>
  120. <view class="" v-for="(item, idx) in commentlist" :key="idx">
  121. <view class="uesr u-flex u-row-between" style="margin-top: 36rpx">
  122. <view class="u-flex">
  123. <image :src=" item.member.avatar " style="width: 52rpx; height: 52rpx" mode="">
  124. </image>
  125. <text class="name">{{ item.member.nickname }}</text>
  126. </view>
  127. <text class="strip">{{ item.created_at }}</text>
  128. </view>
  129. <view class="content">
  130. {{ item.content }}
  131. </view>
  132. <view class="sku" style="margin-top: 16rpx">{{
  133. item.sku_item.item
  134. }}</view>
  135. </view>
  136. </view>
  137. <!-- 店铺 -->
  138. <view class="store u-flex u-row-between">
  139. <view class="u-flex">
  140. <image :src="goodinfo.merchant.image" style="width: 112rpx; height: 112rpx" mode=""></image>
  141. <view class="" style="margin-left: 20rpx">
  142. <view class="title" style="width: 600;">{{ goodinfo.merchant.merchant_name }}</view>
  143. <view class="redback u-flex">
  144. <uni-rate network allow-half :readonly="true" active-color="red"
  145. color="rgba(255, 27, 0, 0.5)" :size="8" v-model="rate" max="5" />
  146. <text style="margin-left: 8rpx">{{ rate }}</text>
  147. </view>
  148. <view class="" style="margin-top: 20rpx"></view>
  149. <view class="u-flex" style="margin-top: 20rpx">
  150. <text class="num">{{ i18n.Salesvolume }} {{goodinfo.merchant.sale_num}}</text>
  151. <view class="line"></view>
  152. <!-- 评价总数 -->
  153. <text class="num">{{ i18n.review }} {{goodinfo.merchant.comment_num}}</text>
  154. </view>
  155. </view>
  156. </view>
  157. <view class="goshop" @click="goshop(goodinfo.merchant.id)">{{ i18n.stroll }}</view>
  158. </view>
  159. <!-- 推荐 -->
  160. <view class="recommend">
  161. <view class="title">
  162. {{ i18n.Recommended }}
  163. </view>
  164. <view class="" style="margin-top: 10rpx;">
  165. <swiper style="height: 400rpx" class="swiper" circular :indicator-dots="true" :autoplay="true">
  166. <swiper-item v-for="(parent, index) in swiptlist" :key="index">
  167. <view class="u-flex swiper-item u-row-between">
  168. <view class="" v-for="(child, idx) in parent" @click="detail(child.id)" :key="idx">
  169. <image :src="child.image"
  170. style="width: 214rpx; height: 214rpx;border-radius: 10rpx;" mode="">
  171. </image>
  172. <view class="over" style="
  173. width: 214rpx;
  174. margin-top: 14rpx;
  175. font-style: normal;
  176. font-size: 26rpx;
  177. " v-if="language == 'zh-CN'">
  178. {{ child.name_cn }}
  179. </view>
  180. <view class="over" style="
  181. width: 214rpx;
  182. margin-top: 14rpx;
  183. font-style: normal;
  184. font-size: 26rpx;
  185. " v-if="language == 'en-US'">
  186. {{ child.name_en }}
  187. </view>
  188. <view class="over" style="
  189. width: 214rpx;
  190. margin-top: 14rpx;
  191. font-style: normal;
  192. font-size: 26rpx;
  193. " v-if="language == 'es-ES'">
  194. {{ child.name_es }}
  195. </view>
  196. <view class="over" style="
  197. width: 214rpx;
  198. margin-top: 14rpx;
  199. font-style: normal;
  200. font-size: 26rpx;
  201. " v-if="language == 'it-IT'">
  202. {{ child.name_ita }}
  203. </view>
  204. <view class="" style="margin-top: 12rpx">
  205. <span
  206. style="color: rgba(204, 51, 0, 1); font-size: 26rpx">¥{{ child.price }}</span>
  207. </view>
  208. </view>
  209. </view>
  210. </swiper-item>
  211. </swiper>
  212. </view>
  213. </view>
  214. <view class="recommend" id="scroll2">
  215. <view class="title">{{ i18n.Productdetails }}</view>
  216. <view class="" style="margin-top: 32rpx; margin-bottom: 28rpx;font-size: 26rpx;">{{
  217. i18n.Specification
  218. }}</view>
  219. <view class="specification">
  220. <view class="item u-flex" style="margin-bottom: 28rpx" v-for="(item, idx) in goodinfo.parameter"
  221. :key="idx">
  222. <view style="width: 150rpx">{{ item.name }}</view>
  223. <text style="margin-left: 58rpx">{{ item.value }}</text>
  224. </view>
  225. </view>
  226. <view class="" style="margin-top: 28rpx;">
  227. <view v-if="language == 'zh-CN'" class="">
  228. <u-parse :content="goodinfo.detail_cn"></u-parse>
  229. </view>
  230. <view v-if="language == 'en-US'" class="">
  231. <u-parse :content="goodinfo.detail_en"></u-parse>
  232. </view>
  233. <view v-if="language == 'es-ES'" class="">
  234. <u-parse :content="goodinfo.detail_es"></u-parse>
  235. </view>
  236. <view v-if="language == 'it-IT'" class="">
  237. <u-parse :content="goodinfo.detail_ita"></u-parse>
  238. </view>
  239. <!-- <image :src="goodinfo.image" style="width: 100%; height: 580rpx" mode=""></image> -->
  240. </view>
  241. </view>
  242. <view class="" style="height: 158rpx"></view>
  243. <view class="fix u-flex u-row-between">
  244. <view class="u-flex" style="column-gap: 35rpx">
  245. <view class="u-flex" style="justify-content: center; flex-direction: column" @click="chat">
  246. <image src="../static/images/index/service.png" style="width: 40rpx; height: 40rpx" mode="">
  247. </image>
  248. <view class="ke">{{ i18n.Customer }}</view>
  249. </view>
  250. <view class="u-flex" style="justify-content: center; flex-direction: column" @click="shopping">
  251. <image src="../static/cart1.png" style="width: 40rpx; height: 40rpx" mode="">
  252. </image>
  253. <view class="ke">{{ i18n.Shopping }}</view>
  254. </view>
  255. <view class="u-flex" style="
  256. justify-content: center;
  257. flex-direction: column;
  258. width: 70rpx;
  259. " @click="fllow">
  260. <image v-if="goodinfo.is_interest == 1" src="../static/images/index/attention.png"
  261. style="width: 40rpx; height: 40rpx" mode=""></image>
  262. <image v-if="goodinfo.is_interest == 0" src="../static/images/index/bottom1.png"
  263. style="width: 40rpx; height: 40rpx" mode="">
  264. </image>
  265. <view v-if="goodinfo.is_interest == 1" class="ke">{{
  266. i18n.follow
  267. }}</view>
  268. <view v-if="goodinfo.is_interest == 0" class="ke" style="color: rgba(248, 50, 36, 1)">
  269. {{i18n.Followed}}
  270. </view>
  271. </view>
  272. </view>
  273. <view v-if="sku_info.stock_total == 0" class="tongzhi" @click="inform">
  274. {{ i18n.notification }}
  275. </view>
  276. <view v-if="sku_info.stock_total != 0" class="join" @click="join(0)">{{i18n.Addtocart}}</view>
  277. <view v-if="sku_info.stock_total != 0" class="pin" @click="join(1)">{{i18n.grouping}}</view>
  278. </view>
  279. </view>
  280. </scroll-view>
  281. <!-- 加入购物车 -->
  282. <u-popup :round="10" :show="show">
  283. <view style="padding: 48rpx 28rpx; box-sizing: border-box; position: relative">
  284. <view class="u-flex">
  285. <image :src="JSON.stringify(sku_info)=='{}'?goodinfo.image:sku_info.image"
  286. style="width: 192rpx; height: 192rpx" mode="">
  287. </image>
  288. <view class="" style="margin-left: 20rpx">
  289. <view class="">
  290. <text class="read">¥</text>
  291. <text class="read" style="font-size: 40rpx;font-weight: 600;">{{
  292. (Number(sku_info.discount_price * 100) *
  293. Number(value * 100)) /
  294. 10000 ||
  295. (Number(goodinfo.discount_price * 100) *
  296. Number(value * 100)) /
  297. 10000
  298. }}</text>
  299. <!-- <text class="read" v-if="goodinfo.is_discount==0">{{(goodinfo.discount_price * value).slice(-3)}}</text> -->
  300. <!-- <text class="read" style="font-size: 40rpx;font-weight: 600;"
  301. v-if="goodinfo.is_discount == 1">{{
  302. (Number(sku_info.price * 100) * Number(value * 100)) /
  303. 10000 ||
  304. (Number(goodinfo.price * 100) * Number(value * 100)) / 10000
  305. }}</text> -->
  306. <!-- <text class="read" v-if="goodinfo.is_discount==1">{{(goodinfo.price * value).slice(-3)}}</text> -->
  307. <!-- <text class="read" style="font-size: 40rpx;" >{{(Number(goodinfo.price) * Number(value)).toString()}}</text> -->
  308. </view>
  309. <text class="guige">{{i18n.Selected}}:{{ selectArr.join(",") || i18n.selection }}</text>
  310. </view>
  311. </view>
  312. <view class="" style="position: absolute; top: 48rpx; right: 28rpx" @click="close">
  313. <u-icon name="close" color="#000" size="28"></u-icon>
  314. </view>
  315. <view class="" v-for="(item, index) in goodinfo.sku">
  316. <view class="title1" style="margin-top: 40rpx; margin-bottom: 32rpx">
  317. {{ item.name }}
  318. </view>
  319. <view class="u-flex" style=" flex-wrap: wrap">
  320. <view style="margin-right: 18rpx;margin-bottom: 18rpx;" class=""
  321. :class="selectArr[index] == child ? 'acttab' : 'tabs'" v-for="(child, idx) in item.values"
  322. :key="idx" @click="actabs(index, child, item)">
  323. {{ child }}
  324. </view>
  325. </view>
  326. </view>
  327. <view class="u-flex u-row-between" style="margin-top: 30rpx">
  328. <text class="title1">{{i18n.number}}</text>
  329. <u-number-box v-model="value" @change="valChange"></u-number-box>
  330. </view>
  331. <view class="" style="height: 200rpx"></view>
  332. <view class="bottoma">
  333. <view v-if="shopcar == 0" class="btn" @click="joincart">
  334. {{i18n.Addtocart}}
  335. </view>
  336. <view v-if="shopcar == 1" class="btn" @click="order"> {{i18n.Buynow}} </view>
  337. <view v-if="shopcar == 2" class="btn" @click="close">
  338. {{i18n.enter}}
  339. </view>
  340. </view>
  341. </view>
  342. </u-popup>
  343. <u-popup :show="serve" :round="20">
  344. <view style="
  345. padding: 48rpx 24rpx;
  346. box-sizing: border-box;
  347. background-color: #fff3e7;
  348. position: relative;
  349. border-radius: 20rpx 20rpx 0 0;
  350. ">
  351. <view class="u-flex" style="flex-direction: column; justify-content: center">
  352. <image src="../static/images/index/serve.png" style="width: 138rpx; height: 34rpx" mode=""></image>
  353. <text class="info"> {{i18n.sales}} </text>
  354. </view>
  355. <view class="" style="position: absolute; top: 48rpx; right: 24rpx" @click="close()">
  356. <u-icon name="close" style="width: 22rpx; height: 22rpx"></u-icon>
  357. </view>
  358. <view class="contenta">
  359. <view class="" v-if="language=='zh-CN'">
  360. <u-parse :content="content.content_cn"></u-parse>
  361. </view>
  362. <view class="" v-if="language=='en-US'">
  363. <u-parse :content="content.content_en"></u-parse>
  364. </view>
  365. <view class="" v-if="language=='es-ES'">
  366. <u-parse :content="content.content_es"></u-parse>
  367. </view>
  368. <view class="" v-if="language=='it-IT'">
  369. <u-parse :content="content.content_ita"></u-parse>
  370. </view>
  371. </view>
  372. <view class="button" @click="close()">
  373. {{ i18n.know }}
  374. </view>
  375. </view>
  376. </u-popup>
  377. <u-popup :round="10" :show="share" bgColor=" rgba(244, 244, 244, 1);">
  378. <view style="
  379. padding: 48rpx 24rpx;
  380. box-sizing: border-box;
  381. background-color: rgba(244, 244, 244, 1);
  382. border-radius: 10px 10px 0 0;
  383. ">
  384. <view class="u-flex u-row-between" style="">
  385. <view class="" style="width: 28px; height: 28px"></view>
  386. <text class="info" style="font-size: 32rpx">
  387. {{ i18n.shar }}
  388. </text>
  389. <image @click="toxieyi" src="../static/images/index/bottom2.png"
  390. style="width: 40rpx; height: 40rpx">
  391. </image>
  392. </view>
  393. <!-- <view class="" style="position: absolute;top: 48rpx;right:24rpx;">
  394. </view> -->
  395. <view class="u-flex " style="margin-top: 82rpx; padding: 0 140rpx;justify-content: center;">
  396. <!-- <view class="" @click="copylink">
  397. <image src="../static/images/index/link.png" style="width: 108rpx; height: 108rpx" mode="">
  398. </image>
  399. <view class="link">{{ i18n.Copylink }}</view>
  400. </view> -->
  401. <view class="u-row-center" style="display: flex;flex-direction: column;align-items: center;"
  402. @click="builder">
  403. <image src="../static/images/index/image.png" style="width: 108rpx; height: 108rpx" mode="">
  404. </image>
  405. <view class="link">{{ i18n.Generatepicture }}</view>
  406. </view>
  407. </view>
  408. <view class="button" @click="close" style="background: #fff; color: #555555; margin-top: 58rpx">
  409. {{ i18n.Cancel }}
  410. </view>
  411. </view>
  412. </u-popup>
  413. <u-popup :show="imagea" bgColor=" rgba(244, 244, 244, 0);" mode="center"
  414. :customStyle="{ alignItems: 'center' }">
  415. <view class="u-fle" style="display: flex; justify-content: flex-end; width: 100%">
  416. <u-icon name="close" @click="close()" color="#fff" size="28"></u-icon>
  417. </view>
  418. <image :src="picture2" mode="widthFix"></image>
  419. <view class="button" style="width: 658rpx" @click="saveImage">{{i18n.album}}</view>
  420. </u-popup>
  421. <l-painter custom-style="position: fixed; left: 200%" ref="poster"
  422. css="width: 538rpx; height:900rpx; background: #fff;padding:24rpx">
  423. <l-painter-image :src="goodinfo.image" css="width: 490rpx; height: 490rpx" />
  424. <l-painter-text text="¥" css=" padding-top: 20rpx;color:#F83224;" />
  425. <l-painter-text :text="goodinfoyuan"
  426. css="text-align:center; padding-top: 20rpx;color:#F83224; font-size: 26rpx" />
  427. <l-painter-text :text="goodinfoname" css=" padding-top: 20rpx;display:block" />
  428. <l-painter-qrcode :text="'https://cbec.hdlkeji.com/cbec?id='+id+'&userid='+userid"
  429. css="width: 132rpx; height: 132rpx;margin-top:44rpx;margin-left:174rpx" />
  430. <l-painter-text :text="i18n.identify"
  431. css=" padding-top: 20rpx;text-align:center;display:block;color:#777777" />
  432. </l-painter>
  433. </view>
  434. </template>
  435. <script>
  436. import WebIM from '@/newSDK/Easemob-chat-4.1.7.js'
  437. import {
  438. conn
  439. } from '@/utils/WebIM';
  440. import list from '../uview-ui/libs/config/props/list';
  441. export default {
  442. data() {
  443. return {
  444. share_merchant_id: '',
  445. toView: "",
  446. imagea: false,
  447. goodinfoname: '',
  448. goodinfoyuan: '',
  449. current: 0,
  450. // 购物车
  451. show: false,
  452. //服务
  453. serve: false,
  454. //分享
  455. share: false,
  456. value: 1, //步进器的值
  457. swiptlist: [], //推荐列表
  458. actab: 0,
  459. id: "", //商品id
  460. language: "zh-CN",
  461. goodinfo: {}, //商品详情
  462. duration: 0, //tabs选项
  463. actidx: 0,
  464. subIndex: [],
  465. selectArr: [],
  466. shopcar: "",
  467. sku_info: {},
  468. commentlist: [],
  469. total: "",
  470. rate: 5,
  471. content: {},
  472. bao: '',
  473. picture2: '',
  474. userid: '',
  475. fu: '',
  476. name_c: ''
  477. };
  478. },
  479. computed: {
  480. i18n() {
  481. return this.$t("index");
  482. },
  483. list1() {
  484. var List = [{
  485. name: this.i18n.mineCommodity,
  486. }, {
  487. name: this.i18n.evaluate,
  488. }, {
  489. name: this.i18n.particulars,
  490. }]
  491. return List
  492. }
  493. },
  494. onLoad(options) {
  495. console.log(options);
  496. if (options.q && options.q != "undefined") {
  497. // 获取到二维码原始链接内容
  498. const qrUrl = decodeURIComponent(options.q)
  499. //此处就是我们要获取的参数 json,通过方法解析
  500. let jsonUrl = this.GetwxUrlParam(qrUrl);
  501. //比如我要得到id的值,直接取值即可
  502. console.log('jsonUrl', jsonUrl);
  503. let id = jsonUrl.id;
  504. this.share_merchant_id = jsonUrl.userid;
  505. this.id = id;
  506. this.comment();
  507. this.detail(this.id);
  508. } else {
  509. if (uni.getStorageSync('user_info')) {
  510. var user_info = uni.getStorageSync('user_info')
  511. this.userid = user_info.id
  512. console.log(this.userid);
  513. }
  514. this.id = options.id;
  515. this.comment();
  516. this.detail(this.id);
  517. }
  518. },
  519. onShow() {
  520. if (uni.getStorageSync("language") != "") {
  521. this.language = uni.getStorageSync("language");
  522. }
  523. this.recommend();
  524. this.guarantee()
  525. },
  526. mounted() {
  527. this.$refs.poster.canvasToTempFilePathSync({
  528. fileType: 'jpg',
  529. quality: 1,
  530. success: (res) => {
  531. // console.log(`mounted`, res.tempFilePath)
  532. this.picture2 = res.tempFilePath
  533. }
  534. })
  535. },
  536. methods: {
  537. //返佣规则
  538. toxieyi() {
  539. uni.navigateTo({
  540. url: '/pageB/xieyi?code=' + 'rebate_proportion'
  541. })
  542. },
  543. //解析链接地址
  544. GetwxUrlParam(url) {
  545. let theRequest = {};
  546. if (url.indexOf("#") != -1) {
  547. const str = url.split("#")[1];
  548. const strs = str.split("&");
  549. for (let i = 0; i < strs.length; i++) {
  550. theRequest[strs[i].split("=")[0]] = decodeURI(strs[i].split("=")[1]);
  551. }
  552. } else if (url.indexOf("?") != -1) {
  553. const str = url.split("?")[1];
  554. const strs = str.split("&");
  555. for (let i = 0; i < strs.length; i++) {
  556. theRequest[strs[i].split("=")[0]] = decodeURI(strs[i].split("=")[1]);
  557. }
  558. }
  559. return theRequest;
  560. },
  561. //分享
  562. onShareAppMessage(res) {
  563. if (res.from === "button") {
  564. // 来自页面内分享按钮
  565. console.log(res.target);
  566. }
  567. return {
  568. title: '自定义分享标题',
  569. path: '/pageA/productdetails?id=' + this.id
  570. };
  571. },
  572. //保存到手机相册
  573. saveImage() {
  574. var that = this
  575. var fileManager = uni.getFileSystemManager();
  576. fileManager.writeFile({
  577. filePath: wx.env.USER_DATA_PATH + '/img.jpg', // 指定图片的临时路径
  578. data: this.picture2.slice(23), // 要写入的文本或二进制数据
  579. encoding: 'base64', // 指定写入文件的字符编码
  580. success: res => {
  581. console.log(wx.env.USER_DATA_PATH + '/img.jpg')
  582. uni.saveImageToPhotosAlbum({ // 保存图片到相册
  583. filePath: wx.env.USER_DATA_PATH + '/img.jpg',
  584. success: function(res) {
  585. uni.showToast({
  586. title: this.i18n.savesuccessfully
  587. })
  588. that.imagea = false
  589. },
  590. fail: function(err) {
  591. console.log('保存失败', err)
  592. that.imagea = false
  593. },
  594. })
  595. },
  596. file: err => {
  597. console.log('写入文件失败', err)
  598. }
  599. })
  600. },
  601. // 将页面转换成图片的方法
  602. copylink() {
  603. this.$u.toast(this.i18n.window)
  604. },
  605. openfu() {
  606. this.serve = true
  607. },
  608. returnindex() {
  609. // uni.switchTab({
  610. // url: '/pages/index/index'
  611. // })
  612. uni.navigateBack()
  613. },
  614. chat() {
  615. let useinfo = uni.getStorageSync('user_info')
  616. let that = this
  617. let id = conn.getUniqueId(); // 生成本地消息id
  618. let msg = new WebIM.message('txt', id); // 创建文本消息
  619. msg.set({
  620. type: "txt",
  621. msg: this.i18n.merchandiseNews,
  622. to: this.goodinfo.merchant.member.easemob_username,
  623. chatType: "singleChat",
  624. ext: {
  625. "type": "shopinfo",
  626. "order": {
  627. "name": that.name_c,
  628. 'image': that.goodinfo.image,
  629. 'discount_price': that.goodinfo.discount_price,
  630. 'fu': that.fu,
  631. 'id': that.id
  632. },
  633. 'user_other': that.goodinfo.merchant,
  634. 'user': useinfo,
  635. },
  636. success: function(id, serverMsgId) {
  637. uni.navigateTo({
  638. url: '/pageA/chat/chat?user_other=' + encodeURIComponent(JSON.stringify(
  639. that.goodinfo
  640. .merchant)) + '&user_other_no=' + that.goodinfo.merchant.member
  641. .easemob_username
  642. })
  643. },
  644. fail: function(e) {
  645. console.log("发送消息失败");
  646. }
  647. });
  648. conn.send(msg.body);
  649. },
  650. sharea() {
  651. this.share = true
  652. },
  653. close() {
  654. this.show = false
  655. this.share = false
  656. this.serve = false
  657. this.imagea = false
  658. },
  659. //评论页面
  660. tocomment() {
  661. uni.navigateTo({
  662. url: "/pageA/comment?id=" + this.goodinfo.merchant_goods_id,
  663. });
  664. },
  665. //关注
  666. fllow() {
  667. uni.$u.http
  668. .post("/api/interest/follow", {
  669. interest_type: 0,
  670. interest_id: this.goodinfo.merchant_goods_id,
  671. })
  672. .then((res) => {
  673. if (res == "ok1") {
  674. this.$u.toast(this.i18n.shutdown);
  675. this.detail(this.id);
  676. } else {
  677. this.$u.toast(this.i18n.Focus);
  678. this.detail(this.id);
  679. }
  680. })
  681. .catch(() => {});
  682. },
  683. sele() {
  684. this.shopcar = 2;
  685. this.show = true;
  686. },
  687. //跳转到购物车
  688. shopping() {
  689. uni.switchTab({
  690. url: "/pages/cart/cart",
  691. });
  692. },
  693. //评论接口
  694. comment() {
  695. uni.$u.http
  696. .post("/api/goods/goods_comment", {
  697. merchant_goods_id: this.goodinfo.merchant_goods_id,
  698. page: 1,
  699. limit: 2,
  700. })
  701. .then((res) => {
  702. this.commentlist = res.data;
  703. this.total = res.total;
  704. })
  705. .catch(() => {});
  706. },
  707. //商品推荐
  708. recommend() {
  709. uni.$u.http
  710. .post("/api/goods/recommend", {
  711. keyword: "",
  712. })
  713. .then((res) => {
  714. this.swiptlist = res.reduce(
  715. (a, b) => {
  716. let lastIndex = a.length - 1;
  717. if (a[lastIndex].length < 3) {
  718. a[lastIndex].push(b);
  719. } else {
  720. a.push([b]);
  721. }
  722. return a;
  723. },
  724. [
  725. []
  726. ]
  727. );
  728. })
  729. .catch(() => {});
  730. },
  731. scrollToPosition(e) {
  732. console.log(e)
  733. var that = this
  734. this.current = e.index;
  735. console.log(this.current);
  736. this.$nextTick(() => {
  737. that.toView = "scroll" + e.index;
  738. console.log('view', that.toView);
  739. })
  740. if (!e.index) {
  741. uni.pageScrollTo({
  742. scrollTop: 0,
  743. duration: 300
  744. })
  745. } else if (e.index == 1 || e.index == 2) {
  746. uni.createSelectorQuery().select(e.index == 1 ? "#scroll1" : "#scroll2").boundingClientRect((data) => {
  747. uni.createSelectorQuery().select(".page").boundingClientRect((res) => {
  748. uni.pageScrollTo({
  749. duration: 100,
  750. scrollTop: data.top - res.top - 66
  751. })
  752. }).exec()
  753. }).exec()
  754. }
  755. },
  756. //逛逛
  757. goshop(id) {
  758. uni.navigateTo({
  759. url: '/pageD/homepage/homepage?user_other=' + encodeURIComponent(JSON.stringify(
  760. this.goodinfo
  761. .merchant)) + '&user_other_no=' + this.goodinfo.merchant.member
  762. .easemob_username + "&merchant_id=" + id + '&show=' + true
  763. })
  764. },
  765. detail(id) {
  766. uni.$u.http
  767. .get("/api/goods/detail/" + id)
  768. .then((res) => {
  769. console.log(res);
  770. this.goodinfo = res;
  771. if (this.language == 'en-US') {
  772. this.name_c = this.goodinfo.name_en
  773. }
  774. if (this.language == 'es-ES') {
  775. this.name_c = this.goodinfo.name_es
  776. }
  777. if (this.language == 'it-IT') {
  778. this.name_c = this.goodinfo.name_ita
  779. }
  780. if (this.language == 'zh-CN') {
  781. this.name_c = this.goodinfo.name_cn
  782. }
  783. this.goodinfoname = this.goodinfo.name_cn
  784. this.goodinfoyuan = this.goodinfo.discount_price
  785. this.comment();
  786. this.rate = res.merchant.score;
  787. })
  788. .catch(() => {});
  789. },
  790. //保障服务
  791. guarantee() {
  792. uni.$u.http
  793. .get("/api/agreement?code=guarantee_service")
  794. .then((res) => {
  795. console.log(res);
  796. this.content = res
  797. if (this.language == 'en-US') {
  798. this.fu = this.content.name_en
  799. }
  800. if (this.language == 'es-ES') {
  801. this.fu = this.content.name_es
  802. }
  803. if (this.language == 'it-IT') {
  804. this.fu = this.content.name_ita
  805. }
  806. if (this.language == 'zh-CN') {
  807. this.fu = this.content.name_cn
  808. }
  809. })
  810. .catch(() => {});
  811. },
  812. // scrollToPosition() {
  813. // console.log(111);
  814. // // 使用$refs获取目标位置的DOM元素
  815. // const targetElement = this.$refs.targetPosition;
  816. // // 调用scrollToView方法滚动到目标位置
  817. // this.$refs.scrollView.scrollToView('targetPosition');
  818. // },
  819. actabs(index, child, idx) {
  820. // this.actidx = index
  821. // this.actab = child
  822. console.log(this.selectArr);
  823. if (this.selectArr[index] != child) {
  824. this.$set(this.selectArr, index, child);
  825. this.$set(this.subIndex, index, idx);
  826. } else {
  827. this.$set(this.selectArr, index, "");
  828. this.$set(this.subIndex, index, -1); //去掉选中颜色
  829. this.sku_info = {}
  830. }
  831. this.goodinfo.sku_item.forEach((ite) => {
  832. console.log('111111', ite.item);
  833. console.log('22222', this.selectArr.join(","));
  834. if (ite.item == this.selectArr.join(",")) {
  835. console.log(3333);
  836. this.sku_info = ite;
  837. this.goodinfo.discount_price = ((Number(this.sku_info.discount_price * 100) *
  838. Number(this.value * 100)) / 10000).toFixed(2)
  839. this.goodinfo.price = this.sku_info.price
  840. }
  841. });
  842. },
  843. order() {
  844. if (JSON.stringify(this.sku_info) != '{}') {
  845. if (this.sku_info.stock_total != 0) {
  846. uni.navigateTo({
  847. url: "/pageA/order?sku=" +
  848. encodeURIComponent(JSON.stringify(this.sku_info)) +
  849. "&value=" +
  850. this.value +
  851. "&goodinfo=" +
  852. encodeURIComponent(JSON.stringify(this.goodinfo)) + '&share_merchant_id=' + this
  853. .share_merchant_id
  854. });
  855. } else {
  856. this.$u.toast(this.i18n.understock);
  857. this.show = false;
  858. }
  859. } else {
  860. this.$u.toast(this.i18n.selection + this.i18n.specification);
  861. }
  862. // console.log(JSON.stringify(this.sku_info));
  863. },
  864. //生成图片弹窗
  865. builder() {
  866. this.imagea = true;
  867. this.share = false;
  868. },
  869. //加入购物车
  870. joincart() {
  871. if (JSON.stringify(this.sku_info) != '{}') {
  872. if (this.sku_info.stock_total == 0) {
  873. this.$u.toast(this.i18n.understock);
  874. } else {
  875. uni.$u.http
  876. .post("/api/cart/save", {
  877. goods_id: this.id, //63 是 String 商品id
  878. goods_num: this.value, //1 是 String 商品数量
  879. sku_item_id: this.sku_info.id, //38 是 String 规格详情id
  880. merchant_goods_id: this.goodinfo.merchant_goods_id, //38 是 String 团长商品id
  881. belong: this.goodinfo.source, //是 String 商品归属 0 团长 1 平台自营 2 团长发布或者分享的平台自营商品、 供应链商品
  882. share_member_id: this.share_merchant_id, //是 String 分享团长id
  883. })
  884. .then((res) => {
  885. this.$u.toast(this.i18n.successfullyAdded);
  886. })
  887. .catch(() => {});
  888. this.show = false;
  889. }
  890. } else {
  891. this.$u.toast(this.i18n.selection + this.i18n.specification);
  892. }
  893. },
  894. valChange(e) {
  895. this.goodinfo.discount_price = ((Number(this.sku_info.discount_price * 100) *
  896. Number(e.value * 100)) / 10000).toFixed(2)
  897. return e.value;
  898. },
  899. navigateBack() {
  900. uni.navigateBack();
  901. },
  902. join(index) {
  903. this.show = true;
  904. this.shopcar = index;
  905. },
  906. //通知
  907. inform() {
  908. uni.showToast({
  909. title: this.i18n.shelves,
  910. icon: "none",
  911. duration: 2000,
  912. });
  913. },
  914. //复制
  915. onLongPress(e) {
  916. // 获取长按的文本内容
  917. let text = e.target.innerText;
  918. console.log(e);
  919. // 执行复制操作
  920. uni.setClipboardData({
  921. data: text,
  922. success: () => {
  923. uni.showToast({
  924. title: this.i18n.Copiedpaste,
  925. duration: 2000,
  926. });
  927. },
  928. fail: () => {
  929. uni.showToast({
  930. title: this.i18n.Replicationfailure,
  931. icon: "none",
  932. duration: 2000,
  933. });
  934. },
  935. });
  936. },
  937. },
  938. };
  939. </script>
  940. <style lang="scss" scoped>
  941. .over {
  942. font-family: PingFangSC, PingFang SC;
  943. font-weight: 400;
  944. font-size: 26rpx;
  945. color: #222222;
  946. line-height: 36rpx;
  947. text-align: left;
  948. font-style: normal;
  949. text-overflow: ellipsis;
  950. overflow: hidden;
  951. -webkit-line-clamp: 2;
  952. height: 70rpx;
  953. display: -webkit-box;
  954. -webkit-box-orient: vertical;
  955. word-break: break-all;
  956. }
  957. .redback {
  958. background: rgba(255, 27, 0, 0.07);
  959. border-radius: 12rpx;
  960. padding: 6rpx 12rpx;
  961. box-sizing: border-box;
  962. font-family: HarmonyOS_Sans_Medium;
  963. font-size: 16rpx;
  964. color: #ff1515;
  965. line-height: 22rpx;
  966. text-align: left;
  967. font-style: normal;
  968. width: 150rpx;
  969. }
  970. .sku {
  971. font-family: PingFangSC, PingFang SC;
  972. font-weight: 400;
  973. font-size: 20rpx;
  974. color: #888888;
  975. line-height: 28rpx;
  976. text-align: left;
  977. font-style: normal;
  978. }
  979. .acttab {
  980. height: 68rpx;
  981. padding: 14rpx 30rpx;
  982. text-align: center;
  983. box-sizing: border-box;
  984. display: inline;
  985. background: rgba(248, 50, 36, 0.06);
  986. border-radius: 6rpx;
  987. border: 2rpx solid #f83224;
  988. font-family: PingFangSC, PingFang SC;
  989. font-weight: 400;
  990. font-size: 28rpx;
  991. color: #f83224;
  992. line-height: 40rpx;
  993. }
  994. .read {
  995. font-family: HarmonyOS_Sans_Medium;
  996. font-size: 26rpx;
  997. color: #f83224;
  998. line-height: 36rpx;
  999. text-align: left;
  1000. font-style: normal;
  1001. }
  1002. // ::v-deep .u-popup__content{
  1003. // background-color: rgba(0,0,0,0) !important;
  1004. // }
  1005. .money {
  1006. font-family: HarmonyOS_Sans_Medium;
  1007. font-size: 20rpx;
  1008. color: #f83224;
  1009. line-height: 26rpx;
  1010. text-align: left;
  1011. font-style: normal;
  1012. }
  1013. .title {
  1014. font-family: PingFangSC, PingFang SC;
  1015. font-weight: 400;
  1016. font-size: 28rpx;
  1017. color: #222222;
  1018. line-height: 40rpx;
  1019. text-align: left;
  1020. font-style: normal;
  1021. margin-top: 16rpx;
  1022. width: 100%;
  1023. overflow: hidden;
  1024. text-overflow: ellipsis;
  1025. word-break: break-all;
  1026. -webkit-line-clamp: 2;
  1027. display: -webkit-box;
  1028. -webkit-box-orient: vertical;
  1029. }
  1030. .view {
  1031. font-family: PingFangSC, PingFang SC;
  1032. font-weight: 400;
  1033. font-size: 20rpx;
  1034. color: #777777;
  1035. line-height: 28rpx;
  1036. text-align: left;
  1037. font-style: normal;
  1038. margin-top: 12rpx;
  1039. }
  1040. .actabs {
  1041. width: 116rpx;
  1042. height: 68rpx;
  1043. background: rgba(248, 50, 36, 0.06);
  1044. border-radius: 6rpx;
  1045. border: 2rpx solid #f83224;
  1046. }
  1047. .bottoma {
  1048. width: 750rpx;
  1049. height: 166rpx;
  1050. background: #ffffff;
  1051. padding: 16rpx 44rpx 0;
  1052. position: fixed;
  1053. bottom: 0;
  1054. left: 0;
  1055. .btn {
  1056. width: 662rpx;
  1057. height: 84rpx;
  1058. background: #f83224;
  1059. border-radius: 44rpx;
  1060. font-family: PingFangSC, PingFang SC;
  1061. font-weight: 500;
  1062. font-size: 32rpx;
  1063. color: #ffffff;
  1064. line-height: 84rpx;
  1065. text-align: center;
  1066. font-style: normal;
  1067. }
  1068. }
  1069. .title1 {
  1070. font-family: PingFangSC, PingFang SC;
  1071. font-weight: 550;
  1072. font-size: 32rpx;
  1073. color: #222222;
  1074. line-height: 44rpx;
  1075. text-align: left;
  1076. font-style: normal;
  1077. }
  1078. .tabs {
  1079. // width: 276rpx;
  1080. height: 68rpx;
  1081. padding: 14rpx 30rpx;
  1082. text-align: center;
  1083. background: #f4f4f4;
  1084. border-radius: 6rpx;
  1085. box-sizing: border-box;
  1086. display: inline;
  1087. font-size: 28rpx;
  1088. border: 2rpx solid rgba(151, 151, 151, 0);
  1089. line-height: 40rpx;
  1090. // line-height: 68rpx;
  1091. }
  1092. .link {
  1093. font-family: PingFangSC, PingFang SC;
  1094. font-weight: 400;
  1095. font-size: 28rpx;
  1096. color: #555555;
  1097. line-height: 40rpx;
  1098. text-align: left;
  1099. font-style: normal;
  1100. margin-top: 16rpx;
  1101. }
  1102. .tongzhi {
  1103. width: 422rpx;
  1104. height: 76rpx;
  1105. background: #ffb515;
  1106. border-radius: 40rpx;
  1107. font-family: PingFangSC, PingFang SC;
  1108. font-weight: 500;
  1109. font-size: 28rpx;
  1110. color: #ffffff;
  1111. line-height: 76rpx;
  1112. text-align: center;
  1113. font-style: normal;
  1114. }
  1115. .info {
  1116. font-family: PingFangSC, PingFang SC;
  1117. font-weight: 400;
  1118. font-size: 20rpx;
  1119. color: #222222;
  1120. line-height: 28rpx;
  1121. text-align: left;
  1122. font-style: normal;
  1123. margin-top: 18rpx;
  1124. }
  1125. .button {
  1126. // width: 662rpx;
  1127. height: 88rpx;
  1128. background: #f83224;
  1129. border-radius: 44rpx;
  1130. margin-top: 24rpx;
  1131. font-family: PingFangSC, PingFang SC;
  1132. font-weight: 500;
  1133. font-size: 32rpx;
  1134. color: #ffffff;
  1135. line-height: 88rpx;
  1136. text-align: center;
  1137. font-style: normal;
  1138. }
  1139. .contenta {
  1140. width: 702rpx;
  1141. // height: 590rpx;
  1142. background: #ffffff;
  1143. border-radius: 20rpx;
  1144. margin-top: 26rpx;
  1145. padding: 28rpx 24rpx;
  1146. box-sizing: border-box;
  1147. .title {
  1148. font-family: PingFangSC, PingFang SC;
  1149. font-weight: 500;
  1150. font-size: 30rpx;
  1151. color: #222222;
  1152. line-height: 42rpx;
  1153. text-align: left;
  1154. font-style: normal;
  1155. }
  1156. .content {
  1157. font-family: PingFangSC, PingFang SC;
  1158. font-weight: 400;
  1159. font-size: 26rpx;
  1160. color: rgba(34, 34, 34, 0.5);
  1161. line-height: 36rpx;
  1162. text-align: left;
  1163. font-style: normal;
  1164. margin-top: 20rpx;
  1165. }
  1166. }
  1167. .back {
  1168. background-color: #f4f4f4;
  1169. padding: 20rpx;
  1170. box-sizing: border-box;
  1171. .guige {}
  1172. .fix {
  1173. width: 750rpx;
  1174. height: 158rpx;
  1175. background: #ffffff;
  1176. padding: 14rpx 28rpx;
  1177. box-sizing: border-box;
  1178. position: fixed;
  1179. bottom: 0;
  1180. left: 0;
  1181. .ke {
  1182. font-family: PingFangSC, PingFang SC;
  1183. font-weight: 400;
  1184. font-size: 20rpx;
  1185. color: #333333;
  1186. line-height: 28rpx;
  1187. text-align: left;
  1188. font-style: normal;
  1189. }
  1190. .join {
  1191. width: 208rpx;
  1192. height: 76rpx;
  1193. border-radius: 40rpx;
  1194. border: 1rpx solid #ff1515;
  1195. font-family: PingFangSC, PingFang SC;
  1196. font-weight: 500;
  1197. font-size: 28rpx;
  1198. color: #f83224;
  1199. line-height: 76rpx;
  1200. text-align: left;
  1201. font-style: normal;
  1202. text-align: center;
  1203. }
  1204. .pin {
  1205. width: 208rpx;
  1206. height: 76rpx;
  1207. background: #f83224;
  1208. border-radius: 40rpx;
  1209. font-family: PingFangSC, PingFang SC;
  1210. font-weight: 500;
  1211. font-size: 28rpx;
  1212. color: #ffffff;
  1213. line-height: 76rpx;
  1214. text-align: center;
  1215. font-style: normal;
  1216. }
  1217. }
  1218. // 规格
  1219. .specification {
  1220. width: 670rpx;
  1221. // height: 280rpx;
  1222. background: #f4f4f4;
  1223. padding: 24rpx 22rpx;
  1224. box-sizing: border-box;
  1225. view:last-of-type {
  1226. margin-bottom: 0rpx !important;
  1227. }
  1228. .item {
  1229. font-family: PingFangSC, PingFang SC;
  1230. font-weight: 400;
  1231. font-size: 26rpx;
  1232. color: #333333;
  1233. line-height: 36rpx;
  1234. text-align: left;
  1235. font-style: normal;
  1236. }
  1237. }
  1238. // 推荐
  1239. .recommend {
  1240. width: 710rpx;
  1241. // height: 476rpx;
  1242. background: #ffffff;
  1243. border-radius: 16rpx;
  1244. padding: 24rpx 20rpx;
  1245. margin-top: 20rpx;
  1246. box-sizing: border-box;
  1247. .title {
  1248. font-family: PingFangSC, PingFang SC;
  1249. font-weight: 550;
  1250. font-size: 28rpx;
  1251. color: #222222;
  1252. line-height: 40rpx;
  1253. text-align: left;
  1254. font-style: normal;
  1255. }
  1256. }
  1257. //店铺
  1258. .store {
  1259. width: 710rpx;
  1260. height: 160rpx;
  1261. background: #ffffff;
  1262. border-radius: 16rpx;
  1263. padding: 24rpx 20rpx;
  1264. box-sizing: border-box;
  1265. margin-top: 20rpx;
  1266. .line {
  1267. background: rgba(151, 151, 151, 1);
  1268. width: 4rpx;
  1269. height: 20rpx;
  1270. margin: 0 18rpx;
  1271. }
  1272. .num {
  1273. font-family: SFPro, SFPro;
  1274. font-weight: 400;
  1275. font-size: 20rpx;
  1276. color: #777777;
  1277. line-height: 24rpx;
  1278. text-align: left;
  1279. font-style: normal;
  1280. }
  1281. .goshop {
  1282. // width: 108rpx;
  1283. height: 52rpx;
  1284. border-radius: 26rpx;
  1285. border: 1rpx solid #ff1515;
  1286. font-family: PingFangSC, PingFang SC;
  1287. font-weight: 400;
  1288. font-size: 24rpx;
  1289. color: #f83224;
  1290. line-height: 52rpx;
  1291. text-align: center;
  1292. font-style: normal;
  1293. padding: 0 20rpx;
  1294. box-sizing: border-box;
  1295. }
  1296. }
  1297. // 评论
  1298. .comment {
  1299. width: 710rpx;
  1300. // height: 356rpx;
  1301. background: #ffffff;
  1302. border-radius: 16rpx;
  1303. margin-top: 20rpx;
  1304. padding: 24rpx 20rpx;
  1305. box-sizing: border-box;
  1306. .content {
  1307. margin-top: 20rpx;
  1308. font-family: PingFangSC, PingFang SC;
  1309. font-weight: 400;
  1310. font-size: 26rpx;
  1311. color: #444444;
  1312. line-height: 36rpx;
  1313. text-align: left;
  1314. font-style: normal;
  1315. max-height: 112rpx;
  1316. overflow: hidden;
  1317. text-overflow: ellipsis;
  1318. white-space: wrap;
  1319. -webkit-line-clamp: 3;
  1320. word-break: break-all;
  1321. }
  1322. .name {
  1323. font-family: PingFangSC, PingFang SC;
  1324. font-weight: 400;
  1325. font-size: 24rpx;
  1326. color: #222222;
  1327. line-height: 34rpx;
  1328. text-align: left;
  1329. font-style: normal;
  1330. margin-left: 16rpx;
  1331. }
  1332. .ping {
  1333. font-family: PingFangSC, PingFang SC;
  1334. font-weight: 500;
  1335. font-size: 28rpx;
  1336. color: #222222;
  1337. line-height: 40rpx;
  1338. text-align: left;
  1339. font-style: normal;
  1340. }
  1341. .strip {
  1342. font-family: PingFangSC, PingFang SC;
  1343. font-weight: 400;
  1344. font-size: 24rpx;
  1345. color: #444444;
  1346. line-height: 34rpx;
  1347. text-align: left;
  1348. font-style: normal;
  1349. }
  1350. }
  1351. //服务
  1352. .serve {
  1353. width: 710rpx;
  1354. // height: 180rpx;
  1355. background: #ffffff;
  1356. border-radius: 16rpx;
  1357. padding: 32rpx 20rpx;
  1358. box-sizing: border-box;
  1359. .top {
  1360. .change {
  1361. font-family: PingFangSC, PingFang SC;
  1362. font-weight: 400;
  1363. font-size: 28rpx;
  1364. color: #666666;
  1365. line-height: 40rpx;
  1366. text-align: left;
  1367. font-style: normal;
  1368. }
  1369. }
  1370. }
  1371. //折扣
  1372. .discount {
  1373. position: relative;
  1374. height: 312rpx;
  1375. .top {
  1376. width: 710rpx;
  1377. height: 124rpx;
  1378. background: linear-gradient(295deg, #fb6662 0%, #fd403b 100%);
  1379. border-radius: 16rpx 16rpx 0 0;
  1380. padding: 20rpx;
  1381. box-sizing: border-box;
  1382. line-height: 98rpx;
  1383. .count {
  1384. font-family: PingFangSC, PingFang SC;
  1385. font-weight: 400;
  1386. font-size: 20rpx;
  1387. color: #ffffff;
  1388. text-align: left;
  1389. font-style: normal;
  1390. }
  1391. .money {
  1392. font-size: 20rpx;
  1393. font-family: HarmonyOS_Sans_Medium;
  1394. font-size: 20rpx;
  1395. color: #ffffff;
  1396. text-align: left;
  1397. font-style: normal;
  1398. margin-left: 8rpx;
  1399. }
  1400. .right {
  1401. font-family: HarmonyOS_Sans;
  1402. font-size: 24rpx;
  1403. color: #ffffff;
  1404. text-align: left;
  1405. font-style: normal;
  1406. text-decoration-line: line-through;
  1407. margin-left: 16rpx;
  1408. }
  1409. }
  1410. .bottom {
  1411. width: 710rpx;
  1412. height: 208rpx;
  1413. background: #ffffff;
  1414. border-radius: 16rpx;
  1415. position: absolute;
  1416. top: 104rpx;
  1417. z-index: 2;
  1418. padding: 28rpx 20rpx;
  1419. box-sizing: border-box;
  1420. .title {
  1421. margin-top: 24rpx;
  1422. font-family: PingFangSC, PingFang SC;
  1423. font-weight: 550;
  1424. font-size: 32rpx;
  1425. color: #222222;
  1426. line-height: 44rpx;
  1427. text-align: left;
  1428. font-style: normal;
  1429. }
  1430. }
  1431. .tabs {
  1432. // width: 104rpx;
  1433. height: 40rpx;
  1434. background: rgba(255, 21, 21, 0.1);
  1435. border-radius: 4rpx;
  1436. padding: 4rpx 8rpx;
  1437. font-family: PingFangSC, PingFang SC;
  1438. font-weight: 400;
  1439. font-size: 22rpx;
  1440. color: #ff1515;
  1441. line-height: 40rpx;
  1442. text-align: center;
  1443. font-style: normal;
  1444. }
  1445. }
  1446. }
  1447. // 轮播图
  1448. .uni-margin-wrap {
  1449. width: 750rpx;
  1450. width: 100%;
  1451. .swiper {
  1452. height: 750rpx;
  1453. }
  1454. .swiper-item {
  1455. display: block;
  1456. height: 300rpx;
  1457. line-height: 300rpx;
  1458. text-align: center;
  1459. }
  1460. .swiper-list {
  1461. margin-top: 40rpx;
  1462. margin-bottom: 0;
  1463. }
  1464. .uni-common-mt {
  1465. margin-top: 60rpx;
  1466. position: relative;
  1467. }
  1468. .info {
  1469. position: absolute;
  1470. right: 20rpx;
  1471. }
  1472. .uni-padding-wrap {
  1473. width: 550rpx;
  1474. padding: 0 100rpx;
  1475. }
  1476. }
  1477. ::v-deep .u-popup__content data-v-17becaea {
  1478. align-items: center !important;
  1479. }
  1480. </style>