order.vue 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138
  1. <template>
  2. <view class="back">
  3. <!-- 地址 -->
  4. <view class="address" @click="toadd">
  5. <view class="u-flex u-row-between">
  6. <view class="add" v-if="addinfo">{{ addinfo.full_address }}</view>
  7. <view class="" v-else>{{ i18n.shippingaddress }}</view>
  8. <u-icon name="arrow-right" size="16"></u-icon>
  9. </view>
  10. <view class="info" v-if="addinfo">
  11. <text>{{ addinfo.name }}</text>
  12. <text style="margin-left: 20rpx">{{
  13. replacePhoneToStar(addinfo.mobile)
  14. }}</text>
  15. </view>
  16. </view>
  17. <!-- 商品 -->
  18. <view class="shop">
  19. <view class="" v-if="typea == 'shop'">
  20. <view class="u-flex" style="margin-top: 32rpx" v-for="(item, idx) in selelist" :key="idx">
  21. <image :src="item.image" style="width: 184rpx; height: 184rpx" mode=""></image>
  22. <view class=" " style="
  23. margin-left: 20rpx;
  24. flex-direction: column;
  25. justify-content: space-between;
  26. height: 184rpx;
  27. display: flex;
  28. flex: 1;
  29. ">
  30. <view class="">
  31. <text class="toptitle">{{ item.name_cn }}</text>
  32. <view class="weight">{{ item.sku_item[0].item }} </view>
  33. </view>
  34. <view class="u-flex u-row-between">
  35. <view class="">
  36. <text class="money">¥</text>
  37. <text class="money" style="font-size: 34rpx">{{
  38. item.sku_item[0].discount_price
  39. }}</text>
  40. </view>
  41. <view class=""> x {{ item.cart.goods_num }}</view>
  42. </view>
  43. </view>
  44. </view>
  45. </view>
  46. <view class="" v-else>
  47. <view class="">
  48. <image :src="goodinfo.merchant.image" style="width: 38rpx; height: 38rpx" mode=""></image>
  49. <text class="name">{{ goodinfo.merchant.merchant_name }}</text>
  50. </view>
  51. <view class="u-flex" style="margin-top: 32rpx">
  52. <image :src="sku_info.image" style="width: 184rpx; height: 184rpx" mode=""></image>
  53. <view class=" " style="
  54. margin-left: 20rpx;
  55. flex-direction: column;
  56. justify-content: space-between;
  57. height: 184rpx;
  58. display: flex;
  59. flex: 1;
  60. ">
  61. <view class="">
  62. <text class="toptitle">{{ goodinfo.name_cn }}</text>
  63. <view class="weight">{{ sku_info.item }} </view>
  64. <!-- <view class="">{{Number(sku_info.weight)*value}}kg</view> -->
  65. </view>
  66. <view class="u-flex u-row-between">
  67. <view class="">
  68. <text class="money">¥</text>
  69. <text class="money" style="font-size: 34rpx">{{
  70. goodinfo.is_discount == 1
  71. ? (Number(sku_info.price * 1000) * Number(value * 1000)) /
  72. 1000000
  73. : (Number(sku_info.discount_price * 1000) *
  74. Number(value) *
  75. 1000) /
  76. 1000000
  77. }}</text>
  78. </view>
  79. <u-number-box v-model="value">
  80. <view slot="minus" class="">
  81. <u-icon name="minus" size="12"></u-icon>
  82. </view>
  83. <input slot="input" v-model="value" style="width: 40px; text-align: center"
  84. class="input" />
  85. <view slot="plus" class="">
  86. <u-icon name="plus" size="12"></u-icon>
  87. </view>
  88. </u-number-box>
  89. </view>
  90. </view>
  91. </view>
  92. </view>
  93. </view>
  94. <!-- 物流 -->
  95. <view class="logistics u-flex u-row-between">
  96. <text style="font-weight: 600; width: 320rpx">{{ i18n.flow }}</text>
  97. <view class="u-flex" @click="show = true">
  98. <text class="change">{{
  99. containname1 ? type1 + " | " + containname1 : i18n.selection
  100. }}</text>
  101. <u-icon name="arrow-right" size="16"></u-icon>
  102. </view>
  103. </view>
  104. <!-- 推荐 -->
  105. <view class="recommend">
  106. <view class="top">
  107. <image src="static/images/recommend.png" style="width: 124rpx; height: 30rpx" mode=""></image>
  108. </view>
  109. <view class="bottom">
  110. <scroll-view scroll-x class="u-flex" style="column: gap 28rpx; display: flex">
  111. <view class="u-flex" style="column-gap: 16rpx">
  112. <view class="" v-for="(item, idx) in swiptlist" :key="idx" @click="todetail(item.id)">
  113. <image :src="item.image" style="width: 156rpx; height: 156rpx" mode="">
  114. </image>
  115. <view class="title" v-if="language == 'zh-CN'">
  116. {{ item.name_cn }}
  117. </view>
  118. <view class="title" v-if="language == 'en-US'">
  119. {{ item.name_en }}
  120. </view>
  121. <view class="title" v-if="language == 'es-ES'">
  122. {{ item.name_es }}
  123. </view>
  124. <view class="title" v-if="language == 'it-IT'">
  125. {{ item.name_ita }}
  126. </view>
  127. <view class="money" style="color: #f83224; font-size: 20rpx">
  128. <text>¥</text>
  129. <text style="font-size: 28rpx">{{
  130. item.is_discount == 0
  131. ? item.discount_price.slice(0, -3)
  132. : item.price.slice(0, -3)
  133. }}</text>
  134. <text>{{
  135. item.is_discount == 0
  136. ? item.discount_price.slice(-3)
  137. : item.price.slice(-3)
  138. }}</text>
  139. </view>
  140. </view>
  141. </view>
  142. </scroll-view>
  143. </view>
  144. </view>
  145. <!-- 商品相关 -->
  146. <view class="abount" style="margin-top: 20rpx">
  147. <view class="u-flex u-row-between" style="margin-bottom: 40rpx">
  148. <view class="name">{{ i18n.Commodityamount }}</view>
  149. <view class="" v-if="typea == 'shop'">{{ goodsPrice }}</view>
  150. <view class="money" v-else>
  151. ¥{{
  152. goodinfo.is_discount == 1
  153. ? (Number(sku_info.price * 100) * Number(value * 100)) / 10000
  154. : (Number(sku_info.discount_price * 100) * Number(value * 100)) /
  155. 10000
  156. }}
  157. </view>
  158. </view>
  159. <view class="u-flex u-row-between" v-show="containname1">
  160. <view class="name">{{ i18n.Grosscommodityweight }}</view>
  161. <!-- <view class="money" v-if="typea=='shop'">{{
  162. goodsWeight
  163. }}kg</view> -->
  164. <!-- <view class="money" v-else>{{Number(sku_info.weight)*value}}kg</view> -->
  165. <view class="money">{{ weight_total }}</view>
  166. </view>
  167. <view class="back u-flex" v-if="containname1">
  168. <image src="static/images/warning.png" style="width: 32rpx; height: 32rpx" mode=""></image>
  169. <text
  170. style="margin-left: 12rpx; font-size: 24rpx">{{ i18n.buy }}{{ recommend_weight }}kg{{ i18n.price }}¥{{ unit_fee }},{{
  171. i18n.morefavorable
  172. }}</text>
  173. </view>
  174. <view class="u-flex u-row-between" style="margin-bottom: 40rpx; margin-top: 20rpx">
  175. <view class="name">{{ i18n.Costperkilogram }}</view>
  176. <view class="money">{{
  177. containname1 ? unit_price : i18n.shippingmethod
  178. }}</view>
  179. </view>
  180. <view class="u-flex u-row-between">
  181. <view class="name">{{ i18n.freight }}</view>
  182. <view class="money">{{
  183. containname1 ? sum : i18n.shippingmethod
  184. }}</view>
  185. </view>
  186. <view class="zong u-flex u-row-right">
  187. <view class="">
  188. <text class="small">{{ i18n.subtotal }}</text>
  189. <text class="mon">¥</text>
  190. <text class="mon" v-if="typea == 'shop'">{{ goodsPrice }}</text>
  191. <text class="mon" v-else style="font-size: 40rpx">{{
  192. goodinfo.is_discount == 1
  193. ? (Number(sku_info.price * 100) * Number(value * 100)) / 10000
  194. : (Number(sku_info.discount_price * 100) * Number(value * 100)) /
  195. 10000
  196. }}</text>
  197. </view>
  198. </view>
  199. </view>
  200. <view class="" style="height: 166rpx"></view>
  201. <view class="btn u-flex u-row-right">
  202. <view class="u-flex">
  203. <!-- <text v-if="typea == 'shop'">{{i18n.Atotalof}}{{goodsWeight}}kg,</text>
  204. <text v-else class="kg">{{i18n.Atotalof}}{{Number(sku_info.weight) * value}}kg,</text> -->
  205. <text class="kg" v-show="containname1">{{ i18n.Atotalof }}{{ weight_total }}kg,</text>
  206. <text>{{ i18n.total }}:</text>
  207. <text class="money" style="font-size: 28rpx">¥</text>
  208. <text style="font-weight: bold" class="money" v-if="typea == 'shop'">{{
  209. Number(sum * 10000 + Number(goodsPrice) * 10000) / 10000
  210. }}</text>
  211. <view class="" v-else>
  212. <text class="money" v-if="goodinfo.is_discount == 1" style="font-weight: bold">{{
  213. Number(
  214. sum * 10000 + Number(sku_info.price) * Number(value) * 10000
  215. ) / 10000
  216. }}</text>
  217. <text class="money" v-if="goodinfo.is_discount == 0" style="font-weight: bold">{{
  218. Number(
  219. sum * 10000 +
  220. Number(sku_info.discount_price) * Number(value) * 10000
  221. ) / 10000
  222. }}</text>
  223. </view>
  224. </view>
  225. <view class="order" @click="topay">
  226. {{ i18n.Submitorder }}
  227. </view>
  228. </view>
  229. <!-- 跨境物流 -->
  230. <u-popup :show="show" @close="close" mode="bottom" closeIconPos="top-right" round="28">
  231. <view style="padding: 40rpx 28rpx; box-sizing: border-box">
  232. <view class="u-flex u-row-between">
  233. <view class="" style="width: 28px; height: 28px"></view>
  234. <view class="poptitle">
  235. {{ i18n.flow }}
  236. </view>
  237. <u-icon name="close" @click="close" color="background: #333333;" size="28"></u-icon>
  238. </view>
  239. <view class="u-flex" style="margin-top: 60rpx; flex-wrap: wrap; column-gap: 16rpx">
  240. <view :class="index == idx ? 'active' : 'unactive'" v-for="(item, idx) in containerList"
  241. @click="change(item, idx)" style="
  242. display: flex;
  243. flex-direction: column;
  244. align-items: center;
  245. justify-content: center;
  246. margin-bottom: 28rpx;
  247. position: relative;
  248. ">
  249. <image v-if="index == idx" src="static/images/change.png" style="
  250. width: 36rpx;
  251. height: 32rpx;
  252. position: absolute;
  253. top: 0;
  254. right: 0;
  255. " mode=""></image>
  256. <view class="logname" v-if="language == 'zh-CN'">{{
  257. item.name_cn
  258. }}</view>
  259. <view class="logname" v-if="language == 'en-US'">{{
  260. item.name_en
  261. }}</view>
  262. <view class="logname" v-if="language == 'es-ES'">{{
  263. item.name_es
  264. }}</view>
  265. <view class="logname" v-if="language == 'it-IT'">{{
  266. item.name_ita
  267. }}</view>
  268. <!-- <view class="wei">¥{{goodinfo.cate==0?item.normal_delivery_fee:item.special_delivery_fee}}/kg</view> -->
  269. <view class="wei" style="font-size: 32rpx; font-weight: 600">¥{{ item.unit_price }}/kg</view>
  270. </view>
  271. </view>
  272. <view class="nextto" @click="next">{{ i18n.next }}</view>
  273. </view>
  274. </u-popup>
  275. <!-- 跨境物流下一步 -->
  276. <u-popup :safeAreaInsetTop="true" :show="show1" @close="close" mode="bottom" closeIconPos="top-right" round="28"
  277. bgColor="#F4F4F4">
  278. <view style="padding: 40rpx 28rpx; box-sizing: border-box; position: relative">
  279. <view class="u-flex u-row-between">
  280. <view class="" style="width: 28px; height: 28px"></view>
  281. <view class="poptitle">
  282. {{ i18n.flow }}
  283. </view>
  284. <u-icon name="close" @click="close" color="background: #333333;" size="28"></u-icon>
  285. </view>
  286. <scroll-view :scroll-y="true" style="500rpx">
  287. <view class="transport" style="margin-top: 32rpx" @click="activea(item, idx)"
  288. v-for="(item, idx) in containlist" v-if="item.sum != 0">
  289. <view class="u-flex u-row-between">
  290. <text class="yundate">{{ i18n.Shipmentdate }} {{ item.end_date }}</text>
  291. <image v-if="datechan == idx" src="/pageA/static/images/active.png"
  292. style="width: 36rpx; height: 36rpx" mode=""></image>
  293. <image v-else src="/pageA/static/images/unactive.png" style="width: 36rpx; height: 36rpx"
  294. mode=""></image>
  295. </view>
  296. <view class="u-flex u-row-between" style="margin-top: 28rpx">
  297. <view class="chest">
  298. <text v-if="language == 'zh-CN'">{{ item.name_cn }}</text>
  299. <text v-if="language == 'en-US'">{{ item.name_en }}</text>
  300. <text v-if="language == 'es-ES'">{{ item.name_es }}</text>
  301. <text v-if="language == 'it-IT'">{{ item.name_ita }}</text>
  302. <text style="margin: 0 16rpx">|</text>
  303. <text>{{ i18n.Estimatedtimeofarrival }}{{ item.transport_days
  304. }}{{ i18n.Workingday }}</text>
  305. </view>
  306. <view class="mone">
  307. <text>¥</text>
  308. <text style="font-size: 48rpx; font-weight: 600">{{
  309. item.sum
  310. }}</text>
  311. </view>
  312. </view>
  313. </view>
  314. </scroll-view>
  315. <view class="" style="height: 166rpx"></view>
  316. <view class="enbottom u-flex u-row-between">
  317. <view class="cancel" @click="close">{{ i18n.Cancel }}</view>
  318. <view class="confirm" @click="confirm">{{ i18n.enter }}</view>
  319. </view>
  320. </view>
  321. </u-popup>
  322. </view>
  323. </template>
  324. <script>
  325. export default {
  326. data() {
  327. return {
  328. value: 1,
  329. show: false,
  330. index: "",
  331. show1: false,
  332. datechan: "",
  333. sku_info: {},
  334. goodinfo: {},
  335. swiptlist: [], //推荐列表
  336. language: "zh-CN",
  337. containerList: [], //列表
  338. province_id: "",
  339. transport_type_id: "",
  340. containlist: [],
  341. containid: "", //货柜id
  342. containname: "", //货柜名称
  343. type: "", //货运方式名称
  344. containname1: "",
  345. type1: "",
  346. sum: "",
  347. unit_price: "",
  348. recommend_weight: "",
  349. sum1: "",
  350. unit_price1: "",
  351. recommend_weight1: "",
  352. max_weight: "",
  353. min_weight: "",
  354. unit_fee: "",
  355. addinfo: "",
  356. huoid: "",
  357. selelist: [],
  358. typea: "",
  359. goodsPrice: "",
  360. goodsWeight: "",
  361. stringcheck: "",
  362. cartid: "",
  363. weight_total: "",
  364. };
  365. },
  366. computed: {
  367. i18n() {
  368. return this.$t("index");
  369. },
  370. },
  371. onLoad(options) {
  372. // url: '/pageA/order?sku=' + this.sku_info + '&value=' + this.value+'&goodinfo='+this.goodinfo
  373. if (options.typea) {
  374. console.log(22222);
  375. this.typea = options.typea;
  376. this.selelist = JSON.parse(decodeURIComponent(options.selelist));
  377. this.goodsPrice = options.goodsPrice;
  378. this.goodsWeight = options.goodsWeight;
  379. this.stringcheck = options.stringcheck;
  380. this.cartid = options.cartid;
  381. } else if (options) {
  382. this.value = options.value;
  383. this.sku_info = JSON.parse(decodeURIComponent(options.sku));
  384. this.goodinfo = JSON.parse(decodeURIComponent(options.goodinfo));
  385. if (options.share_merchant_id) {
  386. this.share_merchant_id = options.share_merchant_id;
  387. }
  388. }
  389. },
  390. onShow() {
  391. if (uni.getStorageSync("language") != "") {
  392. this.language = uni.getStorageSync("language");
  393. }
  394. this.recommend();
  395. // this.container()
  396. },
  397. methods: {
  398. todetail(id) {
  399. uni.navigateTo({
  400. url: "/pageA/productdetails?id=" + id,
  401. });
  402. },
  403. //正则匹配手机号
  404. replacePhoneToStar: function(phone) {
  405. if (phone) {
  406. return phone.replace(/(\d{3})\d{4}(\d{4})/, "$1****$2");
  407. }
  408. },
  409. //推荐重量
  410. recommendweight() {
  411. uni.$u.http
  412. .get("/api/express-order/recommend-container", {
  413. params: {
  414. container_id: this.containid,
  415. type: this.goodinfo.cate == 0 ? "normal" : "special",
  416. },
  417. })
  418. .then((res) => {
  419. console.log(res);
  420. this.max_weight = res.max_weight;
  421. this.min_weight = res.min_weight;
  422. this.unit_fee = res.unit_fee;
  423. })
  424. .catch(() => {});
  425. },
  426. //货运类型列表
  427. transport() {
  428. uni.$u.http
  429. .get("/api/transport-type", {
  430. params: {
  431. province_id: this.province_id,
  432. },
  433. })
  434. .then((res) => {
  435. this.containerList = res;
  436. this.transport_type_id = res[0].id;
  437. if (this.language == "zh-CN") {
  438. this.type = res[0].name_cn;
  439. }
  440. if (this.language == "en-US") {
  441. this.type = res[0].name_en;
  442. }
  443. if (this.language == "es-ES") {
  444. this.type = res[0].name_es;
  445. }
  446. if (this.language == "it-IT") {
  447. this.type = res[0].name_ita;
  448. }
  449. })
  450. .catch(() => {});
  451. },
  452. //跳转到填写地址
  453. toadd() {
  454. var that = this;
  455. uni.navigateTo({
  456. url: "/pageC/addressManagement/addressManagement?tabs=" + Number(0),
  457. events: {
  458. getadd(res) {
  459. that.addinfo = res;
  460. that.province_id = res.province_id;
  461. that.transport();
  462. },
  463. },
  464. });
  465. },
  466. //货柜列表
  467. container() {
  468. this.containlist = [];
  469. uni.$u.http
  470. .get("/api/container-base", {
  471. params: {
  472. is_page: 0,
  473. province_id: this.province_id,
  474. transport_type_id: this.transport_type_id,
  475. weight: this.typea == "shop" ?
  476. "" : Number(this.sku_info.weight) * this.value,
  477. type: this.typea == "shop" ?
  478. "" : this.goodinfo.cate == 0 ?
  479. "normal" : "special",
  480. length: this.typea == "shop" ?
  481. "" : Number(this.sku_info.length) * this.value, // 是 String 长
  482. width: this.sku_info.width, // 是 String 宽
  483. height: this.sku_info.height, // 是 String 高
  484. cart_id: this.cartid,
  485. // cart_id: '147,148'
  486. },
  487. })
  488. .then((res) => {
  489. res.forEach((item) => {
  490. if (item.sum != 0) {
  491. this.containlist.push(item);
  492. }
  493. console.log(this.containlist);
  494. });
  495. if (this.cartid.length == 0 && this.typea == "shop") {
  496. console.log("his.cartid.length", this.cartid.length);
  497. this.sum = 0;
  498. }
  499. // this.sum = this.containlist[0].sum
  500. // this.unit_price = this.containlist[0].unit_price
  501. if (this.goodinfo.is_shipping == 0) {
  502. this.sum = 0;
  503. } else {
  504. this.sum = this.containlist[0].sum;
  505. }
  506. if (this.goodinfo.is_shipping == 0) {
  507. this.unit_price = 0;
  508. } else {
  509. this.unit_price = this.containlist[0].unit_price;
  510. }
  511. this.recommend_weight = this.containlist[0].recommend_weight;
  512. this.weight_total = this.containlist[0].weight_total;
  513. this.containid = this.containlist[0].id;
  514. if (this.language == "zh-CN") {
  515. this.containname = this.containlist[0].name_cn;
  516. }
  517. if (this.language == "en-US") {
  518. this.containname = this.containlist[0].name_en;
  519. }
  520. if (this.language == "es-ES") {
  521. this.containname = this.containlist[0].name_es;
  522. }
  523. if (this.language == "it-IT") {
  524. this.containname = this.containlist[0].name_ita;
  525. }
  526. })
  527. .catch(() => {});
  528. },
  529. //运费满减
  530. config() {
  531. var that = this;
  532. uni.$u.http
  533. .get("/api/config", {
  534. params: {
  535. module: "free_shipping",
  536. },
  537. })
  538. .then((res) => {
  539. if (
  540. Number(that.goodsPrice) > res.free_shipping &&
  541. that.typea == "shop"
  542. ) {
  543. console.log("goodsPrice", that.goodsPrice);
  544. console.log("res.free_shipping", res.free_shipping);
  545. that.sum = 0;
  546. that.unit_price = 0;
  547. }
  548. let goodsum = "";
  549. if (that.goodinfo.is_discount == 1) {
  550. goodsum =
  551. (Number(that.sku_info.price * 100) * Number(that.value * 100)) /
  552. 10000;
  553. console.log("that.sum", that.sum);
  554. console.log("that.goodsum", goodsum);
  555. if (goodsum > res.free_shipping) {
  556. that.sum = 0;
  557. that.unit_price = 0;
  558. }
  559. } else {
  560. goodsum =
  561. (Number(that.sku_info.discount_price * 100) *
  562. Number(that.value * 100)) /
  563. 10000;
  564. if (goodsum > res.free_shipping) {
  565. that.sum = 0;
  566. that.unit_price = 0;
  567. }
  568. }
  569. })
  570. .catch(() => {});
  571. },
  572. //商品推荐
  573. recommend() {
  574. uni.$u.http
  575. .post("/api/goods/recommend", {
  576. keyword: "",
  577. })
  578. .then((res) => {
  579. this.swiptlist = res;
  580. })
  581. .catch(() => {});
  582. },
  583. change(item, index) {
  584. this.transport_type_id = item.id;
  585. this.index = index;
  586. if (this.language == "zh-CN") {
  587. this.type = item.name_cn;
  588. }
  589. if (this.language == "en-US") {
  590. this.type = item.name_en;
  591. }
  592. if (this.language == "es-ES") {
  593. this.type = item.name_es;
  594. }
  595. if (this.language == "it-IT") {
  596. this.type = item.name_ita;
  597. }
  598. },
  599. next() {
  600. this.show = false;
  601. this.show1 = true;
  602. this.type1 = this.type;
  603. this.container();
  604. },
  605. activea(item, idx) {
  606. this.datechan = idx;
  607. this.sum = item.sum;
  608. this.unit_price = item.unit_price;
  609. this.recommend_weight = item.recommend_weight;
  610. this.containid = item.id;
  611. this.weight_total = item.weight_total;
  612. if (this.language == "zh-CN") {
  613. this.containname = item.name_cn;
  614. }
  615. if (this.language == "en-US") {
  616. this.containname = item.name_en;
  617. }
  618. if (this.language == "es-ES") {
  619. this.containname = item.name_es;
  620. }
  621. if (this.language == "it-IT") {
  622. this.containname = item.name_ita;
  623. }
  624. },
  625. //确定
  626. confirm() {
  627. this.show1 = false;
  628. this.containname1 = this.containname;
  629. this.recommendweight();
  630. this.config();
  631. },
  632. // 取消
  633. close() {
  634. this.show = false;
  635. this.show1 = false;
  636. },
  637. //提交订单
  638. topay() {
  639. uni.$u.http
  640. .post("/api/order", {
  641. address_id: this.addinfo.id, //3 是 String 地址ID
  642. goods_id: this.goodinfo.id, //65 是 String 商品id
  643. goods_num: this.value, //2 是 String 商品数量
  644. sku_item_id: this.sku_info.id, //60 是 String 规格id
  645. cart_ids: this.stringcheck, //8,9 是 String 购物车id
  646. remark: "", //备注 是 String 备注
  647. merchant_goods_id: this.goodinfo.merchant_goods_id || "", //39 是 String 团长商品id
  648. container_id: this.containid, //1 是 String 货柜id
  649. share_member_id: this.share_merchant_id, // 是 String 分享团长id 分享商品的时候传
  650. belong: this.goodinfo.source || "", //0 是 String 商品归属 0团长 1平台自营 2团长发布或者分享的平台自营商品、供应链商品
  651. })
  652. .then((res) => {
  653. console.log("share_merchant_id", this.share_merchant_id);
  654. console.log(res);
  655. uni.navigateTo({
  656. // url: '/pageA/payorder?sum=' + (Number(this.sum*10000+ Number(this.sku_info.discount_price)*Number(this.value)*10000))/10000 +'&orderid=' + res.id
  657. url: "/pageA/payorder?orderid=" + res.id + "&sum=" + res.amount,
  658. });
  659. })
  660. .catch(() => {});
  661. },
  662. },
  663. };
  664. </script>
  665. <style lang="scss" scoped>
  666. .toptitle {
  667. font-family: PingFangSC, PingFang SC;
  668. font-weight: 400;
  669. // font-size: 22rpx;
  670. color: #222222;
  671. line-height: 32rpx;
  672. text-align: left;
  673. font-style: normal;
  674. // width: 148rpx;
  675. width: 100%;
  676. overflow: hidden;
  677. text-overflow: ellipsis;
  678. -webkit-line-clamp: 1;
  679. display: -webkit-box;
  680. -webkit-box-orient: vertical;
  681. word-break: break-all;
  682. }
  683. ::v-deep .u-status-bar {
  684. height: 0 !important;
  685. }
  686. .confirm {
  687. width: 398rpx;
  688. height: 84rpx;
  689. background: #f83224;
  690. border-radius: 42rpx;
  691. text-align: center;
  692. font-family: PingFangSC, PingFang SC;
  693. font-weight: 500;
  694. font-size: 32rpx;
  695. color: #ffffff;
  696. line-height: 84rpx;
  697. text-align: center;
  698. font-style: normal;
  699. }
  700. .cancel {
  701. width: 280rpx;
  702. height: 84rpx;
  703. border-radius: 42rpx;
  704. border: 2rpx solid rgba(151, 151, 151, 0.3);
  705. font-family: PingFangSC, PingFang SC;
  706. font-weight: 400;
  707. font-size: 32rpx;
  708. color: #444444;
  709. line-height: 84rpx;
  710. text-align: center;
  711. font-style: normal;
  712. }
  713. .enbottom {
  714. width: 750rpx;
  715. height: 166rpx;
  716. background: #ffffff;
  717. position: absolute;
  718. left: 0rpx;
  719. bottom: 0;
  720. padding: 0 24rpx;
  721. box-sizing: border-box;
  722. }
  723. .mone {
  724. font-family: JDZhengHT, JDZhengHT;
  725. font-weight: 400;
  726. font-size: 26rpx;
  727. color: #f83224;
  728. line-height: 32rpx;
  729. text-align: left;
  730. font-style: normal;
  731. }
  732. .yundate {
  733. font-family: PingFangSC, PingFang SC;
  734. font-weight: 550;
  735. font-size: 32rpx;
  736. color: #333333;
  737. line-height: 44rpx;
  738. text-align: left;
  739. font-style: normal;
  740. }
  741. .chest {
  742. font-family: SFPro, SFPro;
  743. font-weight: 400;
  744. font-size: 24rpx;
  745. color: #555555;
  746. line-height: 28rpx;
  747. text-align: left;
  748. font-style: normal;
  749. }
  750. .act {
  751. width: 702rpx;
  752. height: 164rpx;
  753. background: #ffffff;
  754. border-radius: 12rpx;
  755. padding: 24rpx 20rpx;
  756. box-sizing: border-box;
  757. border: 1rpx solid #f83224;
  758. }
  759. .transport {
  760. width: 702rpx;
  761. height: 164rpx;
  762. background: #ffffff;
  763. border-radius: 12rpx;
  764. padding: 24rpx 20rpx;
  765. box-sizing: border-box;
  766. }
  767. .nextto {
  768. width: 702rpx;
  769. height: 84rpx;
  770. background: #f83224;
  771. border-radius: 44rpx;
  772. font-family: PingFangSC, PingFang SC;
  773. font-weight: 500;
  774. font-size: 32rpx;
  775. color: #ffffff;
  776. line-height: 84rpx;
  777. text-align: center;
  778. font-style: normal;
  779. margin-top: 108rpx;
  780. }
  781. .logname {
  782. font-family: PingFangSC, PingFang SC;
  783. font-weight: 400;
  784. font-size: 28rpx;
  785. color: #333333;
  786. line-height: 40rpx;
  787. text-align: right;
  788. font-style: normal;
  789. overflow: hidden;
  790. width: 220rpx;
  791. white-space: nowrap;
  792. text-overflow: ellipsis;
  793. text-align: center;
  794. word-break: break-all;
  795. }
  796. .wei {
  797. font-family: JDZhengHT, JDZhengHT;
  798. font-weight: 400;
  799. font-size: 32rpx;
  800. color: #f83224;
  801. line-height: 40rpx;
  802. text-align: right;
  803. font-style: normal;
  804. margin-top: 8rpx;
  805. }
  806. .active {
  807. width: 218rpx;
  808. height: 148rpx;
  809. background: rgba(247, 50, 36, 0.05);
  810. border-radius: 8rpx;
  811. border: 1rpx solid #f83224;
  812. }
  813. .unactive {
  814. width: 218rpx;
  815. height: 148rpx;
  816. border-radius: 12rpx;
  817. border: 1rpx solid #c3c3c3;
  818. }
  819. .poptitle {
  820. width: 142rpx;
  821. height: 50rpx;
  822. font-family: PingFangSC, PingFang SC;
  823. font-weight: 600;
  824. font-size: 36rpx;
  825. color: #333333;
  826. text-align: center;
  827. width: 100%;
  828. }
  829. .back {
  830. background: rgba(244, 244, 244, 1);
  831. padding: 20rpx 24rpx;
  832. box-sizing: border-box;
  833. .btn {
  834. width: 750rpx;
  835. height: 166rpx;
  836. background: #ffffff;
  837. box-shadow: 0rpx -1rpx 0rpx 0rpx rgba(0, 0, 0, 0.05);
  838. position: fixed;
  839. bottom: 0;
  840. left: 0;
  841. padding: 0 24rpx 5rpx 5rpx;
  842. box-sizing: border-box;
  843. .money {
  844. font-family: HarmonyOS_Sans_Medium;
  845. font-size: 48rpx;
  846. color: #f83224;
  847. line-height: 38rpx;
  848. text-align: left;
  849. font-style: normal;
  850. // font-weight: 500;
  851. font-weight: bold;
  852. }
  853. .kg {
  854. font-family: PingFangSC, PingFang SC;
  855. font-weight: 400;
  856. font-size: 24rpx;
  857. color: #333333;
  858. line-height: 34rpx;
  859. text-align: left;
  860. font-style: normal;
  861. }
  862. .order {
  863. width: 232rpx;
  864. height: 80rpx;
  865. background: #f83224;
  866. border-radius: 40rpx;
  867. font-family: PingFangTC, PingFangTC;
  868. font-weight: 500;
  869. font-size: 32rpx;
  870. color: #ffffff;
  871. line-height: 80rpx;
  872. text-align: center;
  873. font-style: normal;
  874. margin-left: 20rpx;
  875. }
  876. }
  877. //商品相关
  878. .abount {
  879. padding: 28rpx 24rpx;
  880. box-sizing: border-box;
  881. background: #ffffff;
  882. border-radius: 16rpx;
  883. width: 702rpx;
  884. .zong {
  885. width: 654rpx;
  886. padding: 22rpx 0 0 0;
  887. border-top: 2rpx solid rgba(151, 151, 151, 0.1);
  888. margin-top: 32rpx;
  889. .small {
  890. font-family: PingFangTC, PingFangTC;
  891. font-weight: 400;
  892. font-size: 24rpx;
  893. color: #444444;
  894. line-height: 34rpx;
  895. text-align: left;
  896. font-style: normal;
  897. }
  898. .mon {
  899. font-family: HarmonyOS_Sans_Medium;
  900. font-size: 28rpx;
  901. color: #f83224;
  902. line-height: 38rpx;
  903. text-align: left;
  904. font-style: normal;
  905. margin-left: 12rpx;
  906. font-weight: bold;
  907. }
  908. }
  909. .back {
  910. background: rgba(244, 244, 244, 1);
  911. padding: 22rpx 16rpx;
  912. box-sizing: border-box;
  913. margin-top: 10rpx;
  914. // margin-bottom: 20rpx;
  915. }
  916. .name {
  917. font-family: PingFangSC, PingFang SC;
  918. font-weight: 400;
  919. font-size: 28rpx;
  920. color: #333333;
  921. line-height: 40rpx;
  922. text-align: left;
  923. font-style: normal;
  924. }
  925. .money {
  926. font-family: HarmonyOS_Sans_Medium;
  927. font-size: 28rpx;
  928. color: #222222;
  929. line-height: 38rpx;
  930. text-align: left;
  931. font-style: normal;
  932. font-weight: 600;
  933. }
  934. }
  935. .recommend {
  936. margin-top: 20rpx;
  937. .title {
  938. font-family: PingFangSC, PingFang SC;
  939. font-weight: 400;
  940. font-size: 22rpx;
  941. color: #222222;
  942. line-height: 32rpx;
  943. text-align: left;
  944. font-style: normal;
  945. width: 148rpx;
  946. height: 64rpx;
  947. overflow: hidden;
  948. text-overflow: ellipsis;
  949. -webkit-line-clamp: 2;
  950. display: -webkit-box;
  951. -webkit-box-orient: vertical;
  952. word-break: break-all;
  953. }
  954. .top {
  955. width: 702rpx;
  956. height: 64rpx;
  957. background: linear-gradient(180deg,
  958. #ffe7e3 0%,
  959. rgba(255, 255, 255, 1) 100%);
  960. border-radius: 16rpx 16rpx 0 0;
  961. padding: 24rpx 22rpx;
  962. box-sizing: border-box;
  963. }
  964. .bottom {
  965. padding: 0 20rpx 22rpx;
  966. box-sizing: border-box;
  967. background: #fff;
  968. }
  969. }
  970. //物流
  971. .logistics {
  972. width: 702rpx;
  973. // height: 96rpx;
  974. background: #ffffff;
  975. border-radius: 16rpx;
  976. padding: 28rpx 22rpx;
  977. box-sizing: border-box;
  978. margin-top: 20rpx;
  979. .change {
  980. font-family: PingFangSC, PingFang SC;
  981. font-weight: 400;
  982. font-size: 28rpx;
  983. color: #f83224;
  984. line-height: 40rpx;
  985. text-align: left;
  986. font-style: normal;
  987. margin-right: 8rpx;
  988. }
  989. }
  990. //商城
  991. .shop {
  992. width: 702rpx;
  993. // height: 322rpx;
  994. background: #ffffff;
  995. border-radius: 16rpx;
  996. padding: 30rpx 24rpx;
  997. margin-top: 20rpx;
  998. box-sizing: border-box;
  999. .bu {
  1000. width: 120rpx;
  1001. height: 40rpx;
  1002. border-radius: 20rpx;
  1003. border: 1rpx solid rgba(151, 151, 151, 0.3);
  1004. }
  1005. .money {
  1006. font-family: HarmonyOS_Sans_Medium;
  1007. font-size: 24rpx;
  1008. color: #f83224;
  1009. line-height: 34rpx;
  1010. text-align: left;
  1011. font-style: normal;
  1012. font-weight: 600;
  1013. }
  1014. .name {
  1015. font-family: PingFangSC, PingFang SC;
  1016. font-weight: 400;
  1017. font-size: 30rpx;
  1018. color: #222222;
  1019. line-height: 42rpx;
  1020. text-align: left;
  1021. font-style: normal;
  1022. margin-left: 10rpx;
  1023. }
  1024. .weight {
  1025. font-family: PingFangSC, PingFang SC;
  1026. font-weight: 400;
  1027. font-size: 24rpx;
  1028. color: rgba(34, 34, 34, 0.6);
  1029. line-height: 34rpx;
  1030. text-align: left;
  1031. font-style: normal;
  1032. margin-top: 16rpx;
  1033. }
  1034. }
  1035. // 地址
  1036. .address {
  1037. width: 702rpx;
  1038. // height: 182rpx;
  1039. background: #ffffff;
  1040. border-radius: 16rpx;
  1041. padding: 32rpx 24rpx;
  1042. box-sizing: border-box;
  1043. .add {
  1044. font-family: SFPro, SFPro;
  1045. font-weight: 500;
  1046. font-size: 32rpx;
  1047. color: #222222;
  1048. line-height: 36rpx;
  1049. text-align: left;
  1050. font-style: normal;
  1051. }
  1052. .info {
  1053. font-family: SFPro, SFPro;
  1054. font-weight: 400;
  1055. font-size: 24rpx;
  1056. color: #555555;
  1057. line-height: 28rpx;
  1058. text-align: left;
  1059. font-style: normal;
  1060. margin-top: 20rpx;
  1061. }
  1062. }
  1063. }
  1064. .minus {
  1065. width: 22px;
  1066. height: 22px;
  1067. border-width: 1px;
  1068. border-color: #e6e6e6;
  1069. border-style: solid;
  1070. border-top-left-radius: 100px;
  1071. border-top-right-radius: 100px;
  1072. border-bottom-left-radius: 100px;
  1073. border-bottom-right-radius: 100px;
  1074. @include flex;
  1075. justify-content: center;
  1076. align-items: center;
  1077. }
  1078. .input {
  1079. padding: 0 10px;
  1080. }
  1081. .plus {
  1082. width: 22px;
  1083. height: 22px;
  1084. background-color: #ff0000;
  1085. border-radius: 50%;
  1086. /* #ifndef APP-NVUE */
  1087. display: flex;
  1088. /* #endif */
  1089. justify-content: center;
  1090. align-items: center;
  1091. }
  1092. </style>