productdetails.vue 40 KB

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