kj-tabbar.vue 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. <template>
  2. <view id="tabber" style="position: fixed; z-index: 1000; bottom: 0">
  3. <view class="bottom u-flex u-row-between" v-if="value1 == 3">
  4. <view class="u-flex">
  5. <u-checkbox-group v-model="all" placement="column" @change="checkAll">
  6. <u-checkbox shape="circle" :name="i18n.selectall" activeColor="#F83224">
  7. </u-checkbox>
  8. </u-checkbox-group>
  9. <text class="all">{{ i18n.selectall }}</text>
  10. </view>
  11. <view v-if="!success" class="dle" @click="$emit('selectDelete')">
  12. {{ i18n.delete }}
  13. </view>
  14. <view class="u-flex" v-else>
  15. <view class="">
  16. <text class="allweight">{{ i18n.Grossweight }} </text>
  17. <text class="allweight"> {{ goodsWeight }}kg,</text>
  18. <text class="sum">{{ i18n.total }}:</text>
  19. <text class="summon">¥</text>
  20. <text class="summon" style="font-size: 36rpx">{{
  21. goodsPrice.split(".")[0]
  22. }}</text>
  23. <text class="summon">.{{ goodsPrice.split(".")[1] }}</text>
  24. </view>
  25. <view class="settle" @click="account">{{ i18n.GotoResult }}</view>
  26. </view>
  27. </view>
  28. <u-tabbar :list="list" active-color="#F83224" inactive-color="#333" :value="value1">
  29. <u-tabbar-item v-for="(item, idx) in list" @click="click1" :key="idx" :text="item.text">
  30. <image style="width: 40rpx; height: 40rpx" class="u-page__item__slot-icon" slot="inactive-icon"
  31. :src="item.iconPath"></image>
  32. <image style="width: 40rpx; height: 40rpx" class="u-page__item__slot-icon" slot="active-icon"
  33. :src="item.selectedIconPath"></image>
  34. </u-tabbar-item>
  35. </u-tabbar>
  36. </view>
  37. </template>
  38. <script>
  39. import {
  40. nextTick
  41. } from "vue";
  42. import {
  43. mapState
  44. } from "vuex";
  45. export default {
  46. name: "kj-tabbar",
  47. props: {
  48. value1: {
  49. type: Number,
  50. default: 0,
  51. },
  52. goodsWeight: {
  53. type: Number,
  54. default: 0,
  55. },
  56. goodsPrice: {
  57. type: String,
  58. default: "",
  59. },
  60. //购物车所有商品
  61. goodsList: {
  62. type: Array,
  63. default: () => {
  64. return [];
  65. },
  66. },
  67. //购物车选中的商品
  68. checkboxValue1: {
  69. type: Array,
  70. default: () => {
  71. return [];
  72. },
  73. },
  74. success: {
  75. type: Boolean,
  76. default: true,
  77. },
  78. },
  79. computed: {
  80. i18n() {
  81. return this.$t("index");
  82. },
  83. },
  84. data() {
  85. return {
  86. all: [],
  87. language: "zh-CN",
  88. selegoods: [],
  89. stringcheck: [],
  90. skuitemid: [],
  91. volume: ''
  92. };
  93. },
  94. onLoad() {},
  95. computed: {
  96. i18n() {
  97. return this.$t("index");
  98. },
  99. list() {
  100. var list = [{
  101. iconPath: "../../static/express1.png",
  102. selectedIconPath: "../../static/express2.png",
  103. text: "跨境速递",
  104. pagePath: "pages/express/express",
  105. },
  106. {
  107. iconPath: "../../static/index1.png",
  108. selectedIconPath: "../../static/index2.png",
  109. text: "商城",
  110. pagePath: "pages/index/index",
  111. },
  112. {
  113. iconPath: "../../static/shop.png",
  114. selectedIconPath: "../../static/shop.png",
  115. text: "购",
  116. pagePath: "pages/shopping/shopping",
  117. },
  118. {
  119. iconPath: "../../static/cart1.png",
  120. selectedIconPath: "../../static/cart2.png",
  121. text: "购物车",
  122. pagePath: "pages/cart/cart",
  123. },
  124. {
  125. iconPath: "../../static/mine1.png",
  126. selectedIconPath: "../../static/mine2.png",
  127. text: "我的",
  128. pagePath: "pages/mine/mine",
  129. },
  130. ];
  131. list[0].text = this.i18n.border;
  132. list[1].text = this.i18n.shop;
  133. list[2].text = this.i18n.chase;
  134. list[3].text = this.i18n.Shopping;
  135. list[4].text = this.i18n.mine;
  136. return list;
  137. },
  138. },
  139. created() {
  140. this.all = []
  141. if (uni.getStorageSync("language") != "") {
  142. this.language = uni.getStorageSync("language");
  143. }
  144. // if (uni.getStorageSync('tabbar')!=1) {
  145. // this.value1 = uni.getStorageSync('tabbar')
  146. // }
  147. // const dom = uni.createSelectorQuery("#tabber")
  148. },
  149. methods: {
  150. account() {
  151. if (this.checkboxValue1.length == 0) {
  152. this.$u.toast('请选择商品')
  153. } else {
  154. console.log(this.checkboxValue1);
  155. console.log(this.goodsList);
  156. this.selegoods = [];
  157. this.skuitemid = []
  158. this.goodsList.map((item) => {
  159. item.goods.map((items) => {
  160. console.log('indexOf', this.checkboxValue1.indexOf(items.cart.id));
  161. if (this.checkboxValue1.indexOf(items.cart.id) > -1) {
  162. // item.selegoods
  163. console.log(items);
  164. this.selegoods = this.selegoods.concat(items);
  165. this.stringcheck = this.stringcheck.concat(items.cart.id);
  166. this.skuitemid = this.skuitemid.concat(items.cart.sku_item_id);
  167. console.log('333333333', this.selegoods);
  168. }
  169. });
  170. });
  171. uni.$u.http
  172. .get(`/api/order_goods_volume?sku_item_id=` + this.skuitemid.toString(), {
  173. })
  174. .then((res) => {
  175. console.log('weight', res);
  176. this.volume = res
  177. });
  178. this.$nextTick(() => {
  179. uni.navigateTo({
  180. url: "/pageA/order?selelist=" +
  181. encodeURIComponent(JSON.stringify(this.selegoods)) +
  182. "&typea=" +
  183. "shop" +
  184. "&goodsPrice=" +
  185. this.goodsPrice +
  186. "&goodsWeight=" +
  187. this.goodsWeight +
  188. "&stringcheck=" +
  189. this.stringcheck.toString() + '&volume=' + this.volume +'&cartid=' + this.checkboxValue1.toString()
  190. });
  191. });
  192. }
  193. },
  194. getLabelHeight() {
  195. const dom = uni.createSelectorQuery("#tabber");
  196. console.log(dom);
  197. },
  198. // click1(e) {
  199. // this.value1 = e
  200. // console.log(e);
  201. // if (this.value1 == 4) {
  202. // uni.redirectTo({
  203. // url: '../../pages/mine/mine'
  204. // })
  205. // }
  206. // if (this.value1 == 0) {
  207. // uni.redirectTo({
  208. // url: '../../pages/express/express'
  209. // })
  210. // }
  211. // if (this.value1 == 1) {
  212. // uni.redirectTo({
  213. // url: '../../pages/index/index'
  214. // })
  215. // }
  216. // if (this.value1 == 2) {
  217. // uni.redirectTo({
  218. // url: '../../pages/shopping/shopping'
  219. // })
  220. // }
  221. // if (this.value1 == 3) {
  222. // uni.redirectTo({
  223. // url: '../../pages/cart/cart'
  224. // })
  225. // }
  226. // uni.setStorageSync('tabbar', e)
  227. // },
  228. checkAll() {
  229. this.$emit("allSelect");
  230. },
  231. //
  232. cancelAll(value) {
  233. if (value == "全选") {
  234. return this.all;
  235. } else if (value == "取消") {
  236. this.all = [];
  237. } else {
  238. this.all.push(this.i18n.selectall);
  239. }
  240. },
  241. click1(e) {
  242. if (e == 4) {
  243. uni.switchTab({
  244. url: "../../pages/mine/mine",
  245. });
  246. }
  247. if (e == 0) {
  248. uni.switchTab({
  249. url: "../../pages/express/express",
  250. });
  251. }
  252. if (e == 1) {
  253. uni.switchTab({
  254. url: "../../pages/index/index",
  255. });
  256. }
  257. if (e == 2) {
  258. uni.switchTab({
  259. url: "../../pages/shopping/shopping",
  260. });
  261. }
  262. if (e == 3) {
  263. uni.switchTab({
  264. url: "../../pages/cart/cart",
  265. });
  266. }
  267. // uni.setStorageSync('tabbar', e)
  268. },
  269. },
  270. // created() {},
  271. // computed: {
  272. // ...mapState(['config'])
  273. // },
  274. // watch: {
  275. // config: {
  276. // handler(val) {
  277. // if (val.report_switch == 1) {
  278. // this.list = [{
  279. // "iconPath": "/static/images/index.png",
  280. // "pagePath": "/pages/index/index",
  281. // "selectedIconPath": "/static/images/index1.png",
  282. // "text": "首页"
  283. // },
  284. // {
  285. // "iconPath": "/static/images/video.png",
  286. // "pagePath": "/pages/video/video",
  287. // "selectedIconPath": "/static/images/video1.png",
  288. // "text": "视频"
  289. // },
  290. // {
  291. // "iconPath": "/static/images/baobei.png",
  292. // "pagePath": "/pages/baobei/baobei",
  293. // "selectedIconPath": "/static/images/baobei1.png",
  294. // "text": "客户报备"
  295. // },
  296. // {
  297. // "iconPath": "/static/images/mine.png",
  298. // "pagePath": "/pages/mine/mine",
  299. // "selectedIconPath": "/static/images/mine1.png",
  300. // "text": "我的"
  301. // }
  302. // ]
  303. // }
  304. // },
  305. // deep: true
  306. // }
  307. // }
  308. };
  309. </script>
  310. <style lang="scss" scoped>
  311. .all {
  312. font-family: PingFangSC, PingFang SC;
  313. font-weight: 400;
  314. font-size: 22rpx;
  315. color: #444444;
  316. line-height: 32rpx;
  317. text-align: left;
  318. font-style: normal;
  319. }
  320. .bottom {
  321. width: 750rpx;
  322. height: 100rpx;
  323. background: #ffffff;
  324. padding: 0 24rpx;
  325. box-sizing: border-box;
  326. .dle {
  327. width: 136rpx;
  328. height: 60rpx;
  329. text-align: center;
  330. line-height: 60rpx;
  331. border-radius: 38rpx;
  332. border: 2rpx solid rgba(151, 151, 151, 1);
  333. font-size: 26rpx;
  334. color: rgba(51, 51, 51, 1);
  335. }
  336. .allweight {
  337. font-family: PingFangSC, PingFang SC;
  338. font-weight: 400;
  339. font-size: 22rpx;
  340. color: #333333;
  341. line-height: 32rpx;
  342. text-align: left;
  343. font-style: normal;
  344. }
  345. .sum {
  346. font-family: PingFangSC, PingFang SC;
  347. font-weight: 400;
  348. font-size: 22rpx;
  349. color: #333333;
  350. line-height: 32rpx;
  351. text-align: left;
  352. font-style: normal;
  353. }
  354. .summon {
  355. font-family: JDZhengHT, JDZhengHT;
  356. font-weight: 400;
  357. font-size: 24rpx;
  358. color: #ff1515;
  359. line-height: 30rpx;
  360. text-align: left;
  361. font-style: normal;
  362. }
  363. .settle {
  364. width: 176rpx;
  365. height: 68rpx;
  366. background: #f83224;
  367. border-radius: 38rpx;
  368. font-family: PingFangSC, PingFang SC;
  369. font-weight: 500;
  370. font-size: 28rpx;
  371. color: #ffffff;
  372. line-height: 68rpx;
  373. text-align: center;
  374. font-style: normal;
  375. margin-left: 20rpx;
  376. }
  377. }
  378. </style>