goods.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. <template>
  2. <!-- 物品信息 -->
  3. <view class="back">
  4. <view class="top">
  5. <view class="u-flex">
  6. <text class="title">{{i18n.item}}</text>
  7. <view class="mast">{{i18n.required}}</view>
  8. </view>
  9. <view v-if="goodname" class="" style="margin-top: 30rpx;">
  10. <view class="about u-flex"
  11. style="color: rgba(248, 50, 36, 1);border: 2rpx solid rgba(248, 50, 36, 1);justify-content: center;">
  12. <text style="margin-right: 18rpx;">{{goodname}}</text>
  13. <u-icon name="close" color="rgba(248, 50, 36, 1)" size="12" @click="goodname=''"></u-icon>
  14. </view>
  15. </view>
  16. <view class="">
  17. <view class="info">填写准确的寄送物品可帮助您推荐更合适的产品</view>
  18. <view class="input">
  19. <input disabled type="text" placeholder="请输入物品名称" style="width: 100%;" @click="tosearch" />
  20. </view>
  21. <view v-if="goodname==''" class="u-flex u-row-between" style="margin-top: 28rpx;flex-wrap: wrap;">
  22. <view class="about" v-for="(item,idx) in goods" @click="activename(item)">
  23. <text v-if="language =='zh-CN'">{{item.name_cn}}</text>
  24. <text v-if="language =='en-US'">{{item.name_en}}</text>
  25. <text v-if="language =='es-ES'">{{item.name_es}}</text>
  26. <text v-if="language =='it-IT'">{{item.name_ita}}</text>
  27. </view>
  28. </view>
  29. </view>
  30. </view>
  31. <view class="type u-flex u-row-between">
  32. <view class="u-flex">
  33. <text class="title">{{i18n.shoptype}}</text>
  34. <image src="../static/express/explain.png" style="width: 32rpx;height: 32rpx;margin-left: 10rpx;"
  35. mode=""></image>
  36. </view>
  37. <view class="u-flex">
  38. <view class="u-flex" @click="type('normal')" style="margin-right: 24rpx;">
  39. <image v-if="goodtype=='normal'" style="width: 24rpx;height: 24rpx;margin-right: 6rpx;"
  40. src="../static/express/active.png" mode=""></image>
  41. <image v-if="goodtype=='special'" style="width: 24rpx;height: 24rpx;margin-right: 6rpx;"
  42. src="../static/express/noactive.png" mode=""></image>
  43. <text class='special'>{{i18n.Normal}}</text>
  44. </view>
  45. <view class="u-flex" @click="type('special')">
  46. <image v-if="goodtype=='special'" style="width: 24rpx;height: 24rpx;margin-right: 6rpx;"
  47. src="../static/express/active.png" mode=""></image>
  48. <image v-if="goodtype=='normal'" style="width: 24rpx;height: 24rpx;margin-right: 6rpx;"
  49. src="../static/express/noactive.png" mode=""></image>
  50. <text class='special'>{{i18n.special}}</text>
  51. </view>
  52. <!-- <text class="change">{{i18n.selection}}</text>
  53. <image src="../static/express/next1.png" style="width: 26rpx;height: 26rpx;" mode=""></image> -->
  54. </view>
  55. </view>
  56. <view class="abouta">
  57. <view class="u-flex u-row-between">
  58. <view class="title">{{i18n.estimated}}</view>
  59. <view class="">
  60. <u-number-box v-model="value">
  61. <view @click="changeweight" slot="minus" class="minus">
  62. <u-icon name="minus" size="12"></u-icon>
  63. </view>
  64. <!-- <text slot="input" style="width: 150rpx;text-align: center;" class="inpu">{{value}}kg</text> -->
  65. <view slot="input" class="u-flex"
  66. style="width: 150rpx;text-align: center;background: #f4f4f4;padding: 10rpx 20rpx;">
  67. <input type="text" v-model="weight" />
  68. <text>kg</text>
  69. <!-- <text class="inpu">{{value}}件</text> -->
  70. </view>
  71. <view @click="weight++" slot="plus" class="plus">
  72. <u-icon name="plus" color="#000000" size="12"></u-icon>
  73. </view>
  74. </u-number-box>
  75. </view>
  76. </view>
  77. <view class="u-flex u-row-between"
  78. style="border-top: 2rpx solid rgba(151, 151, 151, 0.1);padding-top: 30rpx;margin-top: 32rpx;">
  79. <view class="title">{{i18n.piece}}</view>
  80. <view class="">
  81. <u-number-box v-model="value">
  82. <view @click="changenumber" slot="minus" class="minus">
  83. <u-icon name="minus" size="12"></u-icon>
  84. </view>
  85. <view slot="input" class="u-flex"
  86. style="width: 150rpx;text-align: center;background: #f4f4f4;padding: 10rpx 20rpx;">
  87. <input type="text" v-model="number" />
  88. <text>件</text>
  89. <!-- <text class="inpu">{{value}}件</text> -->
  90. </view>
  91. <view @click="number++" slot="plus" class="plus">
  92. <u-icon name="plus" color="#000000" size="12"></u-icon>
  93. </view>
  94. </u-number-box>
  95. </view>
  96. </view>
  97. <view class="u-flex" style="margin-top: 28rpx;">
  98. <view class="zhu">
  99. 注:实际重量体积以收派员确定为准,物品在
  100. <text class="rule"> {{i18n.rule}}</text>
  101. </view>
  102. </view>
  103. </view>
  104. <view class="btn">
  105. <view class="button" @click="enter">{{i18n.enter}}</view>
  106. </view>
  107. </view>
  108. </template>
  109. <script>
  110. export default {
  111. data() {
  112. return {
  113. value: 1,
  114. goods: [],
  115. language: 'zh-CN',
  116. goodname: '',
  117. number: 1,
  118. weight: 1,
  119. goodid: '', //物品信息id
  120. goodtype: 'normal', //商品类型
  121. };
  122. },
  123. computed: {
  124. i18n() {
  125. return this.$t('index')
  126. }
  127. },
  128. onLoad() {
  129. this.getgoods()
  130. },
  131. onShow() {
  132. if (uni.getStorageSync('language') != '') {
  133. this.language = uni.getStorageSync('language')
  134. }
  135. uni.setNavigationBarTitle({
  136. title: this.i18n.item
  137. })
  138. },
  139. methods: {
  140. enter() {
  141. if (this.goodid == '') {
  142. this.$u.toast('请选择邮寄物品')
  143. return
  144. }
  145. if (this.goodtype == '') {
  146. this.$u.toast('请选择物品类型')
  147. return
  148. }
  149. const eventchannel = this.getOpenerEventChannel();
  150. eventchannel.emit('goodinfo', {
  151. goodid: this.goodid,
  152. goodtype: this.goodtype,
  153. goodname: this.goodname,
  154. number: this.number,
  155. weight: this.weight
  156. })
  157. uni.navigateBack()
  158. },
  159. changeweight() {
  160. if (this.weight == 1) {
  161. this.$u.toast('重量不能小于1')
  162. } else {
  163. this.weight--
  164. }
  165. },
  166. changenumber() {
  167. if (this.number == 1) {
  168. this.$u.toast('数量不能小于1')
  169. } else {
  170. this.number--
  171. }
  172. },
  173. //商品类型
  174. type(type) {
  175. this.goodtype = type
  176. },
  177. //选中哪个物品
  178. activename(item) {
  179. if (this.language == 'zh-CN') {
  180. this.goodname = item.name_cn
  181. } else if (this.language == 'en-US') {
  182. this.goodname = item.name_en
  183. } else if (this.language == 'es-ES') {
  184. this.goodname = item.name_es
  185. } else if (this.language == 'it-IT') {
  186. this.goodname = item.name_ita
  187. }
  188. this.goodid = item.id
  189. },
  190. getgoods() {
  191. uni.$u.http.get('/api/express-goods-info', {
  192. params: {
  193. is_hot: 1
  194. }
  195. }).then((res) => {
  196. this.goods = res
  197. }).catch(() => {
  198. })
  199. },
  200. tosearch() {
  201. var that = this
  202. uni.navigateTo({
  203. url: "/pageB/search",
  204. events:{
  205. searchinfo:function(res){
  206. if (that.language == 'zh-CN') {
  207. that.goodname = res.name_cn
  208. } else if (that.language == 'en-US') {
  209. that.goodname = res.name_en
  210. } else if (that.language == 'es-ES') {
  211. that.goodname = res.name_es
  212. } else if (that.language == 'it-IT') {
  213. that.goodname = res.name_ita
  214. }
  215. that.goodid = res.id
  216. }
  217. }
  218. })
  219. }
  220. }
  221. }
  222. </script>
  223. <style lang="scss" scoped>
  224. .special {
  225. font-family: PingFangSC, PingFang SC;
  226. font-weight: 400;
  227. font-size: 26rpx;
  228. color: #444444;
  229. line-height: 36rpx;
  230. text-align: left;
  231. font-style: normal;
  232. }
  233. .minus {
  234. width: 22px;
  235. height: 22px;
  236. border-width: 1px;
  237. border-color: rgba(0, 0, 0, 0);
  238. border-style: solid;
  239. border-top-left-radius: 100px;
  240. border-top-right-radius: 100px;
  241. border-bottom-left-radius: 100px;
  242. border-bottom-right-radius: 100px;
  243. @include flex;
  244. justify-content: center;
  245. align-items: center;
  246. }
  247. .inpu {
  248. padding: 0 20px;
  249. width: 150rpx;
  250. height: 52rpx;
  251. background: #F4F4F4;
  252. text-align: center;
  253. line-height: 52rpx;
  254. }
  255. .plus {
  256. width: 22px;
  257. height: 22px;
  258. // background-color: #FF0000;
  259. border-radius: 50%;
  260. /* #ifndef APP-NVUE */
  261. display: flex;
  262. /* #endif */
  263. justify-content: center;
  264. align-items: center;
  265. }
  266. .back {
  267. padding: 20rpx 24rpx;
  268. .btn {
  269. width: 750rpx;
  270. height: 166rpx;
  271. background: #FFFFFF;
  272. position: fixed;
  273. bottom: 0;
  274. left: 0;
  275. padding: 18rpx 32rpx;
  276. box-sizing: border-box;
  277. .button {
  278. width: 686rpx;
  279. height: 88rpx;
  280. background: #F83224;
  281. border-radius: 44rpx;
  282. font-family: PingFangSC, PingFang SC;
  283. font-weight: 500;
  284. font-size: 32rpx;
  285. color: #FFFFFF;
  286. line-height: 88rpx;
  287. text-align: center;
  288. font-style: normal;
  289. }
  290. }
  291. .abouta {
  292. padding: 38rpx 20rpx;
  293. box-sizing: border-box;
  294. width: 702rpx;
  295. height: 352rpx;
  296. background: #FFFFFF;
  297. border-radius: 16rpx;
  298. margin-top: 20rpx;
  299. .zhu {
  300. font-family: PingFangSC, PingFang SC;
  301. font-weight: 400;
  302. font-size: 24rpx;
  303. color: #7D7D7D;
  304. line-height: 42rpx;
  305. text-align: left;
  306. font-style: normal;
  307. }
  308. .rule {
  309. font-family: PingFangSC, PingFang SC;
  310. font-weight: 400;
  311. font-size: 24rpx;
  312. color: #F83224;
  313. line-height: 34rpx;
  314. text-align: left;
  315. font-style: normal;
  316. }
  317. }
  318. .title {
  319. font-family: PingFangSC, PingFang SC;
  320. font-weight: 600;
  321. font-size: 28rpx;
  322. color: #222222;
  323. line-height: 40rpx;
  324. text-align: left;
  325. font-style: normal;
  326. }
  327. .type {
  328. width: 704rpx;
  329. height: 96rpx;
  330. background: #FFFFFF;
  331. border-radius: 16rpx;
  332. margin-top: 20rpx;
  333. padding: 28rpx 20rpx;
  334. box-sizing: border-box;
  335. .change {
  336. font-family: PingFangSC, PingFang SC;
  337. font-weight: 400;
  338. font-size: 28rpx;
  339. color: #666666;
  340. line-height: 40rpx;
  341. text-align: left;
  342. font-style: normal;
  343. }
  344. }
  345. .top {
  346. width: 702rpx;
  347. // height: 484rpx;
  348. background: #FFFFFF;
  349. border-radius: 16rpx;
  350. padding: 24rpx 28rpx;
  351. box-sizing: border-box;
  352. .mast {
  353. // width: 62rpx;
  354. height: 30rpx;
  355. border-radius: 16rpx;
  356. border: 1rpx solid #F83224;
  357. font-family: PingFangSC, PingFang SC;
  358. font-weight: 400;
  359. font-size: 20rpx;
  360. color: #FF1515;
  361. line-height: 30rpx;
  362. text-align: center;
  363. font-style: normal;
  364. margin-left: 8rpx;
  365. padding: 0 6rpx;
  366. box-sizing: border-box;
  367. }
  368. .about {
  369. width: 202rpx;
  370. height: 60rpx;
  371. border-radius: 36rpx;
  372. border: 1rpx solid rgba(151, 151, 151, 0.5);
  373. font-family: PingFangSC, PingFang SC;
  374. font-weight: 400;
  375. font-size: 26rpx;
  376. color: #444444;
  377. line-height: 60rpx;
  378. text-align: center;
  379. font-style: normal;
  380. margin-bottom: 20rpx;
  381. }
  382. }
  383. .info {
  384. font-family: PingFangSC, PingFang SC;
  385. font-weight: 400;
  386. font-size: 24rpx;
  387. color: #222222;
  388. line-height: 34rpx;
  389. text-align: left;
  390. font-style: normal;
  391. margin-top: 20rpx;
  392. }
  393. .input {
  394. width: 646rpx;
  395. height: 68rpx;
  396. background: #F5F5F5;
  397. border-radius: 44rpx;
  398. padding: 14rpx 32rpx;
  399. margin-top: 20rpx;
  400. box-sizing: border-box;
  401. }
  402. }
  403. </style>