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">{{ 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. }
  830. this.goodinfo.sku_item.forEach((ite) => {
  831. console.log(ite.item);
  832. console.log(this.selectArr.join(","));
  833. if (ite.item == this.selectArr.join(",")) {
  834. this.sku_info = ite;
  835. this.goodinfo.discount_price = ((Number(this.sku_info.discount_price * 100) *
  836. Number(this.value * 100)) / 10000).toFixed(2)
  837. this.goodinfo.price = this.sku_info.price
  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(this.i18n.understock);
  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(this.i18n.understock);
  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(this.i18n.successfullyAdded);
  881. })
  882. .catch(() => {});
  883. }
  884. },
  885. valChange(e) {
  886. this.goodinfo.discount_price = ((Number(this.sku_info.discount_price * 100) *
  887. Number(e.value * 100)) / 10000).toFixed(2)
  888. return e.value;
  889. },
  890. navigateBack() {
  891. uni.navigateBack();
  892. },
  893. join(index) {
  894. this.show = true;
  895. this.shopcar = index;
  896. },
  897. //通知
  898. inform() {
  899. uni.showToast({
  900. title: this.i18n.shelves,
  901. icon: "none",
  902. duration: 2000,
  903. });
  904. },
  905. //复制
  906. onLongPress(e) {
  907. // 获取长按的文本内容
  908. let text = e.target.innerText;
  909. console.log(e);
  910. // 执行复制操作
  911. uni.setClipboardData({
  912. data: text,
  913. success: () => {
  914. uni.showToast({
  915. title: this.i18n.Copiedpaste,
  916. duration: 2000,
  917. });
  918. },
  919. fail: () => {
  920. uni.showToast({
  921. title: this.i18n.Replicationfailure,
  922. icon: "none",
  923. duration: 2000,
  924. });
  925. },
  926. });
  927. },
  928. },
  929. };
  930. </script>
  931. <style lang="scss" scoped>
  932. .over {
  933. font-family: PingFangSC, PingFang SC;
  934. font-weight: 400;
  935. font-size: 26rpx;
  936. color: #222222;
  937. line-height: 36rpx;
  938. text-align: left;
  939. font-style: normal;
  940. text-overflow: ellipsis;
  941. overflow: hidden;
  942. -webkit-line-clamp: 2;
  943. height: 70rpx;
  944. display: -webkit-box;
  945. -webkit-box-orient: vertical;
  946. word-break: break-all;
  947. }
  948. .redback {
  949. background: rgba(255, 27, 0, 0.07);
  950. border-radius: 12rpx;
  951. padding: 6rpx 12rpx;
  952. box-sizing: border-box;
  953. font-family: HarmonyOS_Sans_Medium;
  954. font-size: 16rpx;
  955. color: #ff1515;
  956. line-height: 22rpx;
  957. text-align: left;
  958. font-style: normal;
  959. width: 150rpx;
  960. }
  961. .sku {
  962. font-family: PingFangSC, PingFang SC;
  963. font-weight: 400;
  964. font-size: 20rpx;
  965. color: #888888;
  966. line-height: 28rpx;
  967. text-align: left;
  968. font-style: normal;
  969. }
  970. .acttab {
  971. height: 68rpx;
  972. padding: 14rpx 30rpx;
  973. text-align: center;
  974. box-sizing: border-box;
  975. display: inline;
  976. background: rgba(248, 50, 36, 0.06);
  977. border-radius: 6rpx;
  978. border: 2rpx solid #f83224;
  979. font-family: PingFangSC, PingFang SC;
  980. font-weight: 400;
  981. font-size: 28rpx;
  982. color: #f83224;
  983. line-height: 40rpx;
  984. }
  985. .read {
  986. font-family: HarmonyOS_Sans_Medium;
  987. font-size: 26rpx;
  988. color: #f83224;
  989. line-height: 36rpx;
  990. text-align: left;
  991. font-style: normal;
  992. }
  993. // ::v-deep .u-popup__content{
  994. // background-color: rgba(0,0,0,0) !important;
  995. // }
  996. .money {
  997. font-family: HarmonyOS_Sans_Medium;
  998. font-size: 20rpx;
  999. color: #f83224;
  1000. line-height: 26rpx;
  1001. text-align: left;
  1002. font-style: normal;
  1003. }
  1004. .title {
  1005. font-family: PingFangSC, PingFang SC;
  1006. font-weight: 400;
  1007. font-size: 28rpx;
  1008. color: #222222;
  1009. line-height: 40rpx;
  1010. text-align: left;
  1011. font-style: normal;
  1012. margin-top: 16rpx;
  1013. width: 100%;
  1014. overflow: hidden;
  1015. text-overflow: ellipsis;
  1016. word-break: break-all;
  1017. -webkit-line-clamp: 2;
  1018. display: -webkit-box;
  1019. -webkit-box-orient: vertical;
  1020. }
  1021. .view {
  1022. font-family: PingFangSC, PingFang SC;
  1023. font-weight: 400;
  1024. font-size: 20rpx;
  1025. color: #777777;
  1026. line-height: 28rpx;
  1027. text-align: left;
  1028. font-style: normal;
  1029. margin-top: 12rpx;
  1030. }
  1031. .actabs {
  1032. width: 116rpx;
  1033. height: 68rpx;
  1034. background: rgba(248, 50, 36, 0.06);
  1035. border-radius: 6rpx;
  1036. border: 2rpx solid #f83224;
  1037. }
  1038. .bottoma {
  1039. width: 750rpx;
  1040. height: 166rpx;
  1041. background: #ffffff;
  1042. padding: 16rpx 44rpx 0;
  1043. position: fixed;
  1044. bottom: 0;
  1045. left: 0;
  1046. .btn {
  1047. width: 662rpx;
  1048. height: 84rpx;
  1049. background: #f83224;
  1050. border-radius: 44rpx;
  1051. font-family: PingFangSC, PingFang SC;
  1052. font-weight: 500;
  1053. font-size: 32rpx;
  1054. color: #ffffff;
  1055. line-height: 84rpx;
  1056. text-align: center;
  1057. font-style: normal;
  1058. }
  1059. }
  1060. .title1 {
  1061. font-family: PingFangSC, PingFang SC;
  1062. font-weight: 550;
  1063. font-size: 32rpx;
  1064. color: #222222;
  1065. line-height: 44rpx;
  1066. text-align: left;
  1067. font-style: normal;
  1068. }
  1069. .tabs {
  1070. // width: 276rpx;
  1071. height: 68rpx;
  1072. padding: 14rpx 30rpx;
  1073. text-align: center;
  1074. background: #f4f4f4;
  1075. border-radius: 6rpx;
  1076. box-sizing: border-box;
  1077. display: inline;
  1078. font-size: 28rpx;
  1079. border: 2rpx solid rgba(151, 151, 151, 0);
  1080. line-height: 40rpx;
  1081. // line-height: 68rpx;
  1082. }
  1083. .link {
  1084. font-family: PingFangSC, PingFang SC;
  1085. font-weight: 400;
  1086. font-size: 28rpx;
  1087. color: #555555;
  1088. line-height: 40rpx;
  1089. text-align: left;
  1090. font-style: normal;
  1091. margin-top: 16rpx;
  1092. }
  1093. .tongzhi {
  1094. width: 422rpx;
  1095. height: 76rpx;
  1096. background: #ffb515;
  1097. border-radius: 40rpx;
  1098. font-family: PingFangSC, PingFang SC;
  1099. font-weight: 500;
  1100. font-size: 28rpx;
  1101. color: #ffffff;
  1102. line-height: 76rpx;
  1103. text-align: center;
  1104. font-style: normal;
  1105. }
  1106. .info {
  1107. font-family: PingFangSC, PingFang SC;
  1108. font-weight: 400;
  1109. font-size: 20rpx;
  1110. color: #222222;
  1111. line-height: 28rpx;
  1112. text-align: left;
  1113. font-style: normal;
  1114. margin-top: 18rpx;
  1115. }
  1116. .button {
  1117. // width: 662rpx;
  1118. height: 88rpx;
  1119. background: #f83224;
  1120. border-radius: 44rpx;
  1121. margin-top: 24rpx;
  1122. font-family: PingFangSC, PingFang SC;
  1123. font-weight: 500;
  1124. font-size: 32rpx;
  1125. color: #ffffff;
  1126. line-height: 88rpx;
  1127. text-align: center;
  1128. font-style: normal;
  1129. }
  1130. .contenta {
  1131. width: 702rpx;
  1132. // height: 590rpx;
  1133. background: #ffffff;
  1134. border-radius: 20rpx;
  1135. margin-top: 26rpx;
  1136. padding: 28rpx 24rpx;
  1137. box-sizing: border-box;
  1138. .title {
  1139. font-family: PingFangSC, PingFang SC;
  1140. font-weight: 500;
  1141. font-size: 30rpx;
  1142. color: #222222;
  1143. line-height: 42rpx;
  1144. text-align: left;
  1145. font-style: normal;
  1146. }
  1147. .content {
  1148. font-family: PingFangSC, PingFang SC;
  1149. font-weight: 400;
  1150. font-size: 26rpx;
  1151. color: rgba(34, 34, 34, 0.5);
  1152. line-height: 36rpx;
  1153. text-align: left;
  1154. font-style: normal;
  1155. margin-top: 20rpx;
  1156. }
  1157. }
  1158. .back {
  1159. background-color: #f4f4f4;
  1160. padding: 20rpx;
  1161. box-sizing: border-box;
  1162. .guige {}
  1163. .fix {
  1164. width: 750rpx;
  1165. height: 158rpx;
  1166. background: #ffffff;
  1167. padding: 14rpx 28rpx;
  1168. box-sizing: border-box;
  1169. position: fixed;
  1170. bottom: 0;
  1171. left: 0;
  1172. .ke {
  1173. font-family: PingFangSC, PingFang SC;
  1174. font-weight: 400;
  1175. font-size: 20rpx;
  1176. color: #333333;
  1177. line-height: 28rpx;
  1178. text-align: left;
  1179. font-style: normal;
  1180. }
  1181. .join {
  1182. width: 208rpx;
  1183. height: 76rpx;
  1184. border-radius: 40rpx;
  1185. border: 1rpx solid #ff1515;
  1186. font-family: PingFangSC, PingFang SC;
  1187. font-weight: 500;
  1188. font-size: 28rpx;
  1189. color: #f83224;
  1190. line-height: 76rpx;
  1191. text-align: left;
  1192. font-style: normal;
  1193. text-align: center;
  1194. }
  1195. .pin {
  1196. width: 208rpx;
  1197. height: 76rpx;
  1198. background: #f83224;
  1199. border-radius: 40rpx;
  1200. font-family: PingFangSC, PingFang SC;
  1201. font-weight: 500;
  1202. font-size: 28rpx;
  1203. color: #ffffff;
  1204. line-height: 76rpx;
  1205. text-align: center;
  1206. font-style: normal;
  1207. }
  1208. }
  1209. // 规格
  1210. .specification {
  1211. width: 670rpx;
  1212. // height: 280rpx;
  1213. background: #f4f4f4;
  1214. padding: 24rpx 22rpx;
  1215. box-sizing: border-box;
  1216. view:last-of-type {
  1217. margin-bottom: 0rpx !important;
  1218. }
  1219. .item {
  1220. font-family: PingFangSC, PingFang SC;
  1221. font-weight: 400;
  1222. font-size: 26rpx;
  1223. color: #333333;
  1224. line-height: 36rpx;
  1225. text-align: left;
  1226. font-style: normal;
  1227. }
  1228. }
  1229. // 推荐
  1230. .recommend {
  1231. width: 710rpx;
  1232. // height: 476rpx;
  1233. background: #ffffff;
  1234. border-radius: 16rpx;
  1235. padding: 24rpx 20rpx;
  1236. margin-top: 20rpx;
  1237. box-sizing: border-box;
  1238. .title {
  1239. font-family: PingFangSC, PingFang SC;
  1240. font-weight: 550;
  1241. font-size: 28rpx;
  1242. color: #222222;
  1243. line-height: 40rpx;
  1244. text-align: left;
  1245. font-style: normal;
  1246. }
  1247. }
  1248. //店铺
  1249. .store {
  1250. width: 710rpx;
  1251. height: 160rpx;
  1252. background: #ffffff;
  1253. border-radius: 16rpx;
  1254. padding: 24rpx 20rpx;
  1255. box-sizing: border-box;
  1256. margin-top: 20rpx;
  1257. .line {
  1258. background: rgba(151, 151, 151, 1);
  1259. width: 4rpx;
  1260. height: 20rpx;
  1261. margin: 0 18rpx;
  1262. }
  1263. .num {
  1264. font-family: SFPro, SFPro;
  1265. font-weight: 400;
  1266. font-size: 20rpx;
  1267. color: #777777;
  1268. line-height: 24rpx;
  1269. text-align: left;
  1270. font-style: normal;
  1271. }
  1272. .goshop {
  1273. // width: 108rpx;
  1274. height: 52rpx;
  1275. border-radius: 26rpx;
  1276. border: 1rpx solid #ff1515;
  1277. font-family: PingFangSC, PingFang SC;
  1278. font-weight: 400;
  1279. font-size: 24rpx;
  1280. color: #f83224;
  1281. line-height: 52rpx;
  1282. text-align: center;
  1283. font-style: normal;
  1284. padding: 0 20rpx;
  1285. box-sizing: border-box;
  1286. }
  1287. }
  1288. // 评论
  1289. .comment {
  1290. width: 710rpx;
  1291. // height: 356rpx;
  1292. background: #ffffff;
  1293. border-radius: 16rpx;
  1294. margin-top: 20rpx;
  1295. padding: 24rpx 20rpx;
  1296. box-sizing: border-box;
  1297. .content {
  1298. margin-top: 20rpx;
  1299. font-family: PingFangSC, PingFang SC;
  1300. font-weight: 400;
  1301. font-size: 26rpx;
  1302. color: #444444;
  1303. line-height: 36rpx;
  1304. text-align: left;
  1305. font-style: normal;
  1306. max-height: 112rpx;
  1307. overflow: hidden;
  1308. text-overflow: ellipsis;
  1309. white-space: wrap;
  1310. -webkit-line-clamp: 3;
  1311. word-break: break-all;
  1312. }
  1313. .name {
  1314. font-family: PingFangSC, PingFang SC;
  1315. font-weight: 400;
  1316. font-size: 24rpx;
  1317. color: #222222;
  1318. line-height: 34rpx;
  1319. text-align: left;
  1320. font-style: normal;
  1321. margin-left: 16rpx;
  1322. }
  1323. .ping {
  1324. font-family: PingFangSC, PingFang SC;
  1325. font-weight: 500;
  1326. font-size: 28rpx;
  1327. color: #222222;
  1328. line-height: 40rpx;
  1329. text-align: left;
  1330. font-style: normal;
  1331. }
  1332. .strip {
  1333. font-family: PingFangSC, PingFang SC;
  1334. font-weight: 400;
  1335. font-size: 24rpx;
  1336. color: #444444;
  1337. line-height: 34rpx;
  1338. text-align: left;
  1339. font-style: normal;
  1340. }
  1341. }
  1342. //服务
  1343. .serve {
  1344. width: 710rpx;
  1345. height: 180rpx;
  1346. background: #ffffff;
  1347. border-radius: 16rpx;
  1348. padding: 32rpx 20rpx;
  1349. box-sizing: border-box;
  1350. .top {
  1351. .change {
  1352. font-family: PingFangSC, PingFang SC;
  1353. font-weight: 400;
  1354. font-size: 28rpx;
  1355. color: #666666;
  1356. line-height: 40rpx;
  1357. text-align: left;
  1358. font-style: normal;
  1359. }
  1360. }
  1361. }
  1362. //折扣
  1363. .discount {
  1364. position: relative;
  1365. height: 312rpx;
  1366. .top {
  1367. width: 710rpx;
  1368. height: 124rpx;
  1369. background: linear-gradient(295deg, #fb6662 0%, #fd403b 100%);
  1370. border-radius: 16rpx 16rpx 0 0;
  1371. padding: 20rpx;
  1372. box-sizing: border-box;
  1373. line-height: 98rpx;
  1374. .count {
  1375. font-family: PingFangSC, PingFang SC;
  1376. font-weight: 400;
  1377. font-size: 20rpx;
  1378. color: #ffffff;
  1379. text-align: left;
  1380. font-style: normal;
  1381. }
  1382. .money {
  1383. font-size: 20rpx;
  1384. font-family: HarmonyOS_Sans_Medium;
  1385. font-size: 20rpx;
  1386. color: #ffffff;
  1387. text-align: left;
  1388. font-style: normal;
  1389. margin-left: 8rpx;
  1390. }
  1391. .right {
  1392. font-family: HarmonyOS_Sans;
  1393. font-size: 24rpx;
  1394. color: #ffffff;
  1395. text-align: left;
  1396. font-style: normal;
  1397. text-decoration-line: line-through;
  1398. margin-left: 16rpx;
  1399. }
  1400. }
  1401. .bottom {
  1402. width: 710rpx;
  1403. height: 208rpx;
  1404. background: #ffffff;
  1405. border-radius: 16rpx;
  1406. position: absolute;
  1407. top: 104rpx;
  1408. z-index: 2;
  1409. padding: 28rpx 20rpx;
  1410. box-sizing: border-box;
  1411. .title {
  1412. margin-top: 24rpx;
  1413. font-family: PingFangSC, PingFang SC;
  1414. font-weight: 550;
  1415. font-size: 32rpx;
  1416. color: #222222;
  1417. line-height: 44rpx;
  1418. text-align: left;
  1419. font-style: normal;
  1420. }
  1421. }
  1422. .tabs {
  1423. // width: 104rpx;
  1424. height: 40rpx;
  1425. background: rgba(255, 21, 21, 0.1);
  1426. border-radius: 4rpx;
  1427. padding: 4rpx 8rpx;
  1428. font-family: PingFangSC, PingFang SC;
  1429. font-weight: 400;
  1430. font-size: 22rpx;
  1431. color: #ff1515;
  1432. line-height: 40rpx;
  1433. text-align: center;
  1434. font-style: normal;
  1435. }
  1436. }
  1437. }
  1438. // 轮播图
  1439. .uni-margin-wrap {
  1440. width: 750rpx;
  1441. width: 100%;
  1442. .swiper {
  1443. height: 750rpx;
  1444. }
  1445. .swiper-item {
  1446. display: block;
  1447. height: 300rpx;
  1448. line-height: 300rpx;
  1449. text-align: center;
  1450. }
  1451. .swiper-list {
  1452. margin-top: 40rpx;
  1453. margin-bottom: 0;
  1454. }
  1455. .uni-common-mt {
  1456. margin-top: 60rpx;
  1457. position: relative;
  1458. }
  1459. .info {
  1460. position: absolute;
  1461. right: 20rpx;
  1462. }
  1463. .uni-padding-wrap {
  1464. width: 550rpx;
  1465. padding: 0 100rpx;
  1466. }
  1467. }
  1468. ::v-deep .u-popup__content data-v-17becaea {
  1469. align-items: center !important;
  1470. }
  1471. </style>