productdetails.vue 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593
  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 useinfo = uni.getStorageSync('user_info')
  679. let that = this
  680. let id = conn.getUniqueId(); // 生成本地消息id
  681. let msg = new WebIM.message('txt', id); // 创建文本消息
  682. msg.set({
  683. type: "txt",
  684. msg: "商品信息",
  685. to: this.goodinfo.merchant.member.easemob_username,
  686. chatType: "singleChat",
  687. ext: {
  688. "type": "shopinfo",
  689. "order": {
  690. "name": that.name_c,
  691. 'image': that.goodinfo.image,
  692. 'discount_price': that.goodinfo.discount_price,
  693. 'fu': that.fu,
  694. },
  695. 'user_other':that.goodinfo.merchant,
  696. 'user':useinfo,
  697. },
  698. success: function(id, serverMsgId) {
  699. uni.navigateTo({
  700. url: '/pageA/chat/chat?user_other=' + encodeURIComponent(JSON.stringify(
  701. that.goodinfo
  702. .merchant)) + '&user_other_no=' + that.goodinfo.merchant.member
  703. .easemob_username
  704. })
  705. },
  706. fail: function(e) {
  707. console.log("发送消息失败");
  708. }
  709. });
  710. conn.send(msg.body);
  711. },
  712. sharea() {
  713. this.share = true
  714. },
  715. close() {
  716. this.show = false
  717. this.share = false
  718. this.serve = false
  719. this.imagea = false
  720. },
  721. //评论页面
  722. tocomment() {
  723. uni.navigateTo({
  724. url: "/pageA/comment?id=" + this.goodinfo.merchant_goods_id,
  725. });
  726. },
  727. //关注
  728. fllow() {
  729. uni.$u.http
  730. .post("/api/interest/follow", {
  731. interest_type: 0,
  732. interest_id: this.goodinfo.merchant_goods_id,
  733. })
  734. .then((res) => {
  735. if (res == "ok1") {
  736. this.$u.toast("取关成功");
  737. this.detail(this.id);
  738. } else {
  739. this.$u.toast("关注成功");
  740. this.detail(this.id);
  741. }
  742. })
  743. .catch(() => {});
  744. },
  745. sele() {
  746. this.shopcar = 2;
  747. this.show = true;
  748. },
  749. //跳转到购物车
  750. shopping() {
  751. uni.switchTab({
  752. url: "/pages/cart/cart",
  753. });
  754. },
  755. //评论接口
  756. comment() {
  757. uni.$u.http
  758. .post("/api/goods/goods_comment", {
  759. merchant_goods_id: this.goodinfo.merchant_goods_id,
  760. page: 1,
  761. limit: 2,
  762. })
  763. .then((res) => {
  764. this.commentlist = res.data;
  765. this.total = res.total;
  766. })
  767. .catch(() => {});
  768. },
  769. //商品推荐
  770. recommend() {
  771. uni.$u.http
  772. .post("/api/goods/recommend", {
  773. keyword: "",
  774. })
  775. .then((res) => {
  776. this.swiptlist = res.reduce(
  777. (a, b) => {
  778. let lastIndex = a.length - 1;
  779. if (a[lastIndex].length < 3) {
  780. a[lastIndex].push(b);
  781. } else {
  782. a.push([b]);
  783. }
  784. return a;
  785. },
  786. [
  787. []
  788. ]
  789. );
  790. })
  791. .catch(() => {});
  792. },
  793. scrollToPosition(e) {
  794. console.log(e)
  795. var that = this
  796. this.current = e.index;
  797. console.log(this.current);
  798. this.$nextTick(() => {
  799. that.toView = "scroll" + e.index;
  800. console.log('view', that.toView);
  801. })
  802. if (!e.index) {
  803. uni.pageScrollTo({
  804. scrollTop: 0,
  805. duration: 300
  806. })
  807. } else if (e.index == 1 || e.index == 2) {
  808. uni.createSelectorQuery().select(e.index == 1 ? "#scroll1" : "#scroll2").boundingClientRect((data) => {
  809. uni.createSelectorQuery().select(".page").boundingClientRect((res) => {
  810. uni.pageScrollTo({
  811. duration: 100,
  812. scrollTop: data.top - res.top - 66
  813. })
  814. }).exec()
  815. }).exec()
  816. }
  817. },
  818. //逛逛
  819. goshop(id) {
  820. uni.navigateTo({
  821. url: "/pageD/homepage/homepage?merchant_id=" + id,
  822. });
  823. },
  824. detail(id) {
  825. uni.$u.http
  826. .get("/api/goods/detail/" + id)
  827. .then((res) => {
  828. console.log(res);
  829. this.goodinfo = res;
  830. if (this.language == 'en-US') {
  831. this.name_c = this.goodinfo.name_en
  832. }
  833. if (this.language == 'es-ES') {
  834. this.name_c = this.goodinfo.name_es
  835. }
  836. if (this.language == 'it-IT') {
  837. this.name_c = this.goodinfo.name_ita
  838. }
  839. if (this.language == 'zh-CN') {
  840. this.name_c = this.goodinfo.name_cn
  841. }
  842. this.goodinfoname = this.goodinfo.name_cn
  843. this.goodinfoyuan = this.goodinfo.discount_price
  844. this.comment();
  845. this.rate = res.merchant.score;
  846. })
  847. .catch(() => {});
  848. },
  849. //保障服务
  850. guarantee() {
  851. uni.$u.http
  852. .get("/api/agreement?code=guarantee_service")
  853. .then((res) => {
  854. console.log(res);
  855. this.content = res
  856. if (this.language == 'en-US') {
  857. this.fu = this.content.name_en
  858. }
  859. if (this.language == 'es-ES') {
  860. this.fu = this.content.name_es
  861. }
  862. if (this.language == 'it-IT') {
  863. this.fu = this.content.name_ita
  864. }
  865. if (this.language == 'zh-CN') {
  866. this.fu = this.content.name_cn
  867. }
  868. })
  869. .catch(() => {});
  870. },
  871. // scrollToPosition() {
  872. // console.log(111);
  873. // // 使用$refs获取目标位置的DOM元素
  874. // const targetElement = this.$refs.targetPosition;
  875. // // 调用scrollToView方法滚动到目标位置
  876. // this.$refs.scrollView.scrollToView('targetPosition');
  877. // },
  878. actabs(index, child, idx) {
  879. // this.actidx = index
  880. // this.actab = child
  881. console.log(this.selectArr);
  882. if (this.selectArr[index] != child) {
  883. this.$set(this.selectArr, index, child);
  884. this.$set(this.subIndex, index, idx);
  885. } else {
  886. this.$set(this.selectArr, index, "");
  887. this.$set(this.subIndex, index, -1); //去掉选中颜色
  888. }
  889. this.goodinfo.sku_item.forEach((ite) => {
  890. console.log(ite.item);
  891. console.log(this.selectArr.join(","));
  892. if (ite.item == this.selectArr.join(",")) {
  893. this.sku_info = ite;
  894. }
  895. });
  896. console.log(this.sku_info);
  897. },
  898. order() {
  899. if (this.sku_info.stock_total != 0) {
  900. uni.navigateTo({
  901. url: "/pageA/order?sku=" +
  902. encodeURIComponent(JSON.stringify(this.sku_info)) +
  903. "&value=" +
  904. this.value +
  905. "&goodinfo=" +
  906. encodeURIComponent(JSON.stringify(this.goodinfo)) + '&share_merchant_id=' + this
  907. .share_merchant_id
  908. });
  909. } else {
  910. this.$u.toast("库存为0");
  911. this.show = false;
  912. }
  913. // console.log(JSON.stringify(this.sku_info));
  914. },
  915. //生成图片弹窗
  916. builder() {
  917. this.imagea = true;
  918. this.share = false;
  919. },
  920. //加入购物车
  921. joincart() {
  922. this.show = false;
  923. if (this.sku_info.stock_total == 0) {
  924. this.$u.toast("添加失败,库存为0");
  925. } else {
  926. uni.$u.http
  927. .post("/api/cart/save", {
  928. goods_id: this.id, //63 是 String 商品id
  929. goods_num: this.value, //1 是 String 商品数量
  930. sku_item_id: this.sku_info.id, //38 是 String 规格详情id
  931. merchant_goods_id: this.goodinfo.merchant_goods_id, //38 是 String 团长商品id
  932. belong: this.goodinfo.source, //是 String 商品归属 0 团长 1 平台自营 2 团长发布或者分享的平台自营商品、 供应链商品
  933. share_member_id: this.share_merchant_id, //是 String 分享团长id
  934. })
  935. .then((res) => {
  936. this.$u.toast("添加成功");
  937. })
  938. .catch(() => {});
  939. }
  940. },
  941. valChange(e) {
  942. return e.value;
  943. },
  944. navigateBack() {
  945. uni.navigateBack();
  946. },
  947. join(index) {
  948. this.show = true;
  949. this.shopcar = index;
  950. },
  951. //通知
  952. inform() {
  953. uni.showToast({
  954. title: this.i18n.shelves,
  955. icon: "none",
  956. duration: 2000,
  957. });
  958. },
  959. //复制
  960. onLongPress(e) {
  961. // 获取长按的文本内容
  962. let text = e.target.innerText;
  963. console.log(e);
  964. // 执行复制操作
  965. uni.setClipboardData({
  966. data: text,
  967. success: () => {
  968. uni.showToast({
  969. title: this.i18n.Copiedpaste,
  970. duration: 2000,
  971. });
  972. },
  973. fail: () => {
  974. uni.showToast({
  975. title: this.i18n.Replicationfailure,
  976. icon: "none",
  977. duration: 2000,
  978. });
  979. },
  980. });
  981. },
  982. },
  983. };
  984. </script>
  985. <style lang="scss" scoped>
  986. .over {
  987. font-family: PingFangSC, PingFang SC;
  988. font-weight: 400;
  989. font-size: 26rpx;
  990. color: #222222;
  991. line-height: 36rpx;
  992. text-align: left;
  993. font-style: normal;
  994. text-overflow: ellipsis;
  995. overflow: hidden;
  996. -webkit-line-clamp: 2;
  997. height: 70rpx;
  998. display: -webkit-box;
  999. -webkit-box-orient: vertical;
  1000. word-break: break-all;
  1001. }
  1002. .redback {
  1003. background: rgba(255, 27, 0, 0.07);
  1004. border-radius: 12rpx;
  1005. padding: 6rpx 12rpx;
  1006. box-sizing: border-box;
  1007. font-family: HarmonyOS_Sans_Medium;
  1008. font-size: 16rpx;
  1009. color: #ff1515;
  1010. line-height: 22rpx;
  1011. text-align: left;
  1012. font-style: normal;
  1013. width: 150rpx;
  1014. }
  1015. .sku {
  1016. font-family: PingFangSC, PingFang SC;
  1017. font-weight: 400;
  1018. font-size: 20rpx;
  1019. color: #888888;
  1020. line-height: 28rpx;
  1021. text-align: left;
  1022. font-style: normal;
  1023. }
  1024. .acttab {
  1025. height: 68rpx;
  1026. padding: 14rpx 30rpx;
  1027. text-align: center;
  1028. box-sizing: border-box;
  1029. display: inline;
  1030. background: rgba(248, 50, 36, 0.06);
  1031. border-radius: 6rpx;
  1032. border: 2rpx solid #f83224;
  1033. font-family: PingFangSC, PingFang SC;
  1034. font-weight: 400;
  1035. font-size: 28rpx;
  1036. color: #f83224;
  1037. line-height: 40rpx;
  1038. }
  1039. .read {
  1040. font-family: HarmonyOS_Sans_Medium;
  1041. font-size: 26rpx;
  1042. color: #f83224;
  1043. line-height: 36rpx;
  1044. text-align: left;
  1045. font-style: normal;
  1046. }
  1047. // ::v-deep .u-popup__content{
  1048. // background-color: rgba(0,0,0,0) !important;
  1049. // }
  1050. .money {
  1051. font-family: HarmonyOS_Sans_Medium;
  1052. font-size: 20rpx;
  1053. color: #f83224;
  1054. line-height: 26rpx;
  1055. text-align: left;
  1056. font-style: normal;
  1057. }
  1058. .title {
  1059. font-family: PingFangSC, PingFang SC;
  1060. font-weight: 400;
  1061. font-size: 28rpx;
  1062. color: #222222;
  1063. line-height: 40rpx;
  1064. text-align: left;
  1065. font-style: normal;
  1066. margin-top: 16rpx;
  1067. width: 100%;
  1068. overflow: hidden;
  1069. text-overflow: ellipsis;
  1070. word-break: break-all;
  1071. -webkit-line-clamp: 2;
  1072. display: -webkit-box;
  1073. -webkit-box-orient: vertical;
  1074. }
  1075. .view {
  1076. font-family: PingFangSC, PingFang SC;
  1077. font-weight: 400;
  1078. font-size: 20rpx;
  1079. color: #777777;
  1080. line-height: 28rpx;
  1081. text-align: left;
  1082. font-style: normal;
  1083. margin-top: 12rpx;
  1084. }
  1085. .actabs {
  1086. width: 116rpx;
  1087. height: 68rpx;
  1088. background: rgba(248, 50, 36, 0.06);
  1089. border-radius: 6rpx;
  1090. border: 2rpx solid #f83224;
  1091. }
  1092. .bottoma {
  1093. width: 750rpx;
  1094. height: 166rpx;
  1095. background: #ffffff;
  1096. padding: 16rpx 44rpx 0;
  1097. position: fixed;
  1098. bottom: 0;
  1099. left: 0;
  1100. .btn {
  1101. width: 662rpx;
  1102. height: 84rpx;
  1103. background: #f83224;
  1104. border-radius: 44rpx;
  1105. font-family: PingFangSC, PingFang SC;
  1106. font-weight: 500;
  1107. font-size: 32rpx;
  1108. color: #ffffff;
  1109. line-height: 84rpx;
  1110. text-align: center;
  1111. font-style: normal;
  1112. }
  1113. }
  1114. .title1 {
  1115. font-family: PingFangSC, PingFang SC;
  1116. font-weight: 550;
  1117. font-size: 32rpx;
  1118. color: #222222;
  1119. line-height: 44rpx;
  1120. text-align: left;
  1121. font-style: normal;
  1122. }
  1123. .tabs {
  1124. // width: 276rpx;
  1125. height: 68rpx;
  1126. padding: 14rpx 30rpx;
  1127. text-align: center;
  1128. background: #f4f4f4;
  1129. border-radius: 6rpx;
  1130. box-sizing: border-box;
  1131. display: inline;
  1132. font-size: 28rpx;
  1133. border: 2rpx solid rgba(151, 151, 151, 0);
  1134. line-height: 40rpx;
  1135. // line-height: 68rpx;
  1136. }
  1137. .link {
  1138. font-family: PingFangSC, PingFang SC;
  1139. font-weight: 400;
  1140. font-size: 28rpx;
  1141. color: #555555;
  1142. line-height: 40rpx;
  1143. text-align: left;
  1144. font-style: normal;
  1145. margin-top: 16rpx;
  1146. }
  1147. .tongzhi {
  1148. width: 422rpx;
  1149. height: 76rpx;
  1150. background: #ffb515;
  1151. border-radius: 40rpx;
  1152. font-family: PingFangSC, PingFang SC;
  1153. font-weight: 500;
  1154. font-size: 28rpx;
  1155. color: #ffffff;
  1156. line-height: 76rpx;
  1157. text-align: center;
  1158. font-style: normal;
  1159. }
  1160. .info {
  1161. font-family: PingFangSC, PingFang SC;
  1162. font-weight: 400;
  1163. font-size: 20rpx;
  1164. color: #222222;
  1165. line-height: 28rpx;
  1166. text-align: left;
  1167. font-style: normal;
  1168. margin-top: 18rpx;
  1169. }
  1170. .button {
  1171. // width: 662rpx;
  1172. height: 88rpx;
  1173. background: #f83224;
  1174. border-radius: 44rpx;
  1175. margin-top: 24rpx;
  1176. font-family: PingFangSC, PingFang SC;
  1177. font-weight: 500;
  1178. font-size: 32rpx;
  1179. color: #ffffff;
  1180. line-height: 88rpx;
  1181. text-align: center;
  1182. font-style: normal;
  1183. }
  1184. .contenta {
  1185. width: 702rpx;
  1186. // height: 590rpx;
  1187. background: #ffffff;
  1188. border-radius: 20rpx;
  1189. margin-top: 26rpx;
  1190. padding: 28rpx 24rpx;
  1191. box-sizing: border-box;
  1192. .title {
  1193. font-family: PingFangSC, PingFang SC;
  1194. font-weight: 500;
  1195. font-size: 30rpx;
  1196. color: #222222;
  1197. line-height: 42rpx;
  1198. text-align: left;
  1199. font-style: normal;
  1200. }
  1201. .content {
  1202. font-family: PingFangSC, PingFang SC;
  1203. font-weight: 400;
  1204. font-size: 26rpx;
  1205. color: rgba(34, 34, 34, 0.5);
  1206. line-height: 36rpx;
  1207. text-align: left;
  1208. font-style: normal;
  1209. margin-top: 20rpx;
  1210. }
  1211. }
  1212. .back {
  1213. background-color: #f4f4f4;
  1214. padding: 20rpx;
  1215. box-sizing: border-box;
  1216. .guige {}
  1217. .fix {
  1218. width: 750rpx;
  1219. height: 158rpx;
  1220. background: #ffffff;
  1221. padding: 14rpx 28rpx;
  1222. box-sizing: border-box;
  1223. position: fixed;
  1224. bottom: 0;
  1225. left: 0;
  1226. .ke {
  1227. font-family: PingFangSC, PingFang SC;
  1228. font-weight: 400;
  1229. font-size: 20rpx;
  1230. color: #333333;
  1231. line-height: 28rpx;
  1232. text-align: left;
  1233. font-style: normal;
  1234. }
  1235. .join {
  1236. width: 208rpx;
  1237. height: 76rpx;
  1238. border-radius: 40rpx;
  1239. border: 1rpx solid #ff1515;
  1240. font-family: PingFangSC, PingFang SC;
  1241. font-weight: 500;
  1242. font-size: 28rpx;
  1243. color: #f83224;
  1244. line-height: 76rpx;
  1245. text-align: left;
  1246. font-style: normal;
  1247. text-align: center;
  1248. }
  1249. .pin {
  1250. width: 208rpx;
  1251. height: 76rpx;
  1252. background: #f83224;
  1253. border-radius: 40rpx;
  1254. font-family: PingFangSC, PingFang SC;
  1255. font-weight: 500;
  1256. font-size: 28rpx;
  1257. color: #ffffff;
  1258. line-height: 76rpx;
  1259. text-align: center;
  1260. font-style: normal;
  1261. }
  1262. }
  1263. // 规格
  1264. .specification {
  1265. width: 670rpx;
  1266. // height: 280rpx;
  1267. background: #f4f4f4;
  1268. padding: 24rpx 22rpx;
  1269. box-sizing: border-box;
  1270. view:last-of-type {
  1271. margin-bottom: 0rpx !important;
  1272. }
  1273. .item {
  1274. font-family: PingFangSC, PingFang SC;
  1275. font-weight: 400;
  1276. font-size: 26rpx;
  1277. color: #333333;
  1278. line-height: 36rpx;
  1279. text-align: left;
  1280. font-style: normal;
  1281. }
  1282. }
  1283. // 推荐
  1284. .recommend {
  1285. width: 710rpx;
  1286. // height: 476rpx;
  1287. background: #ffffff;
  1288. border-radius: 16rpx;
  1289. padding: 24rpx 20rpx;
  1290. margin-top: 20rpx;
  1291. box-sizing: border-box;
  1292. .title {
  1293. font-family: PingFangSC, PingFang SC;
  1294. font-weight: 550;
  1295. font-size: 28rpx;
  1296. color: #222222;
  1297. line-height: 40rpx;
  1298. text-align: left;
  1299. font-style: normal;
  1300. }
  1301. }
  1302. //店铺
  1303. .store {
  1304. width: 710rpx;
  1305. height: 160rpx;
  1306. background: #ffffff;
  1307. border-radius: 16rpx;
  1308. padding: 24rpx 20rpx;
  1309. box-sizing: border-box;
  1310. margin-top: 20rpx;
  1311. .line {
  1312. background: rgba(151, 151, 151, 1);
  1313. width: 4rpx;
  1314. height: 20rpx;
  1315. margin: 0 18rpx;
  1316. }
  1317. .num {
  1318. font-family: SFPro, SFPro;
  1319. font-weight: 400;
  1320. font-size: 20rpx;
  1321. color: #777777;
  1322. line-height: 24rpx;
  1323. text-align: left;
  1324. font-style: normal;
  1325. }
  1326. .goshop {
  1327. // width: 108rpx;
  1328. height: 52rpx;
  1329. border-radius: 26rpx;
  1330. border: 1rpx solid #ff1515;
  1331. font-family: PingFangSC, PingFang SC;
  1332. font-weight: 400;
  1333. font-size: 24rpx;
  1334. color: #f83224;
  1335. line-height: 52rpx;
  1336. text-align: center;
  1337. font-style: normal;
  1338. padding: 0 20rpx;
  1339. box-sizing: border-box;
  1340. }
  1341. }
  1342. // 评论
  1343. .comment {
  1344. width: 710rpx;
  1345. // height: 356rpx;
  1346. background: #ffffff;
  1347. border-radius: 16rpx;
  1348. margin-top: 20rpx;
  1349. padding: 24rpx 20rpx;
  1350. box-sizing: border-box;
  1351. .content {
  1352. margin-top: 20rpx;
  1353. font-family: PingFangSC, PingFang SC;
  1354. font-weight: 400;
  1355. font-size: 26rpx;
  1356. color: #444444;
  1357. line-height: 36rpx;
  1358. text-align: left;
  1359. font-style: normal;
  1360. max-height: 112rpx;
  1361. overflow: hidden;
  1362. text-overflow: ellipsis;
  1363. white-space: wrap;
  1364. -webkit-line-clamp: 3;
  1365. word-break: break-all;
  1366. }
  1367. .name {
  1368. font-family: PingFangSC, PingFang SC;
  1369. font-weight: 400;
  1370. font-size: 24rpx;
  1371. color: #222222;
  1372. line-height: 34rpx;
  1373. text-align: left;
  1374. font-style: normal;
  1375. margin-left: 16rpx;
  1376. }
  1377. .ping {
  1378. font-family: PingFangSC, PingFang SC;
  1379. font-weight: 500;
  1380. font-size: 28rpx;
  1381. color: #222222;
  1382. line-height: 40rpx;
  1383. text-align: left;
  1384. font-style: normal;
  1385. }
  1386. .strip {
  1387. font-family: PingFangSC, PingFang SC;
  1388. font-weight: 400;
  1389. font-size: 24rpx;
  1390. color: #444444;
  1391. line-height: 34rpx;
  1392. text-align: left;
  1393. font-style: normal;
  1394. }
  1395. }
  1396. //服务
  1397. .serve {
  1398. width: 710rpx;
  1399. height: 180rpx;
  1400. background: #ffffff;
  1401. border-radius: 16rpx;
  1402. padding: 32rpx 20rpx;
  1403. box-sizing: border-box;
  1404. .top {
  1405. .change {
  1406. font-family: PingFangSC, PingFang SC;
  1407. font-weight: 400;
  1408. font-size: 28rpx;
  1409. color: #666666;
  1410. line-height: 40rpx;
  1411. text-align: left;
  1412. font-style: normal;
  1413. }
  1414. }
  1415. }
  1416. //折扣
  1417. .discount {
  1418. position: relative;
  1419. height: 312rpx;
  1420. .top {
  1421. width: 710rpx;
  1422. height: 124rpx;
  1423. background: linear-gradient(295deg, #fb6662 0%, #fd403b 100%);
  1424. border-radius: 16rpx 16rpx 0 0;
  1425. padding: 20rpx;
  1426. box-sizing: border-box;
  1427. line-height: 98rpx;
  1428. .count {
  1429. font-family: PingFangSC, PingFang SC;
  1430. font-weight: 400;
  1431. font-size: 20rpx;
  1432. color: #ffffff;
  1433. text-align: left;
  1434. font-style: normal;
  1435. }
  1436. .money {
  1437. font-size: 20rpx;
  1438. font-family: HarmonyOS_Sans_Medium;
  1439. font-size: 20rpx;
  1440. color: #ffffff;
  1441. text-align: left;
  1442. font-style: normal;
  1443. margin-left: 8rpx;
  1444. }
  1445. .right {
  1446. font-family: HarmonyOS_Sans;
  1447. font-size: 24rpx;
  1448. color: #ffffff;
  1449. text-align: left;
  1450. font-style: normal;
  1451. text-decoration-line: line-through;
  1452. margin-left: 16rpx;
  1453. }
  1454. }
  1455. .bottom {
  1456. width: 710rpx;
  1457. height: 208rpx;
  1458. background: #ffffff;
  1459. border-radius: 16rpx;
  1460. position: absolute;
  1461. top: 104rpx;
  1462. z-index: 2;
  1463. padding: 28rpx 20rpx;
  1464. box-sizing: border-box;
  1465. .title {
  1466. margin-top: 24rpx;
  1467. font-family: PingFangSC, PingFang SC;
  1468. font-weight: 550;
  1469. font-size: 32rpx;
  1470. color: #222222;
  1471. line-height: 44rpx;
  1472. text-align: left;
  1473. font-style: normal;
  1474. }
  1475. }
  1476. .tabs {
  1477. // width: 104rpx;
  1478. height: 40rpx;
  1479. background: rgba(255, 21, 21, 0.1);
  1480. border-radius: 4rpx;
  1481. padding: 4rpx 8rpx;
  1482. font-family: PingFangSC, PingFang SC;
  1483. font-weight: 400;
  1484. font-size: 22rpx;
  1485. color: #ff1515;
  1486. line-height: 40rpx;
  1487. text-align: center;
  1488. font-style: normal;
  1489. }
  1490. }
  1491. }
  1492. // 轮播图
  1493. .uni-margin-wrap {
  1494. width: 750rpx;
  1495. width: 100%;
  1496. .swiper {
  1497. height: 750rpx;
  1498. }
  1499. .swiper-item {
  1500. display: block;
  1501. height: 300rpx;
  1502. line-height: 300rpx;
  1503. text-align: center;
  1504. }
  1505. .swiper-list {
  1506. margin-top: 40rpx;
  1507. margin-bottom: 0;
  1508. }
  1509. .uni-common-mt {
  1510. margin-top: 60rpx;
  1511. position: relative;
  1512. }
  1513. .info {
  1514. position: absolute;
  1515. right: 20rpx;
  1516. }
  1517. .uni-padding-wrap {
  1518. width: 550rpx;
  1519. padding: 0 100rpx;
  1520. }
  1521. }
  1522. ::v-deep .u-popup__content data-v-17becaea {
  1523. align-items: center !important;
  1524. }
  1525. </style>