productdetails.vue 43 KB

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