productdetails.vue 42 KB

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