cart.vue 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. <template>
  2. <!-- 购物车 -->
  3. <view>
  4. <u-navbar :safeAreaInsetTop="true" :placeholder='true'>
  5. <view class="u-nav-slot" slot="left">
  6. <view class="">
  7. <text class="shopcart">{{i18n.Shopping}}</text>
  8. <text class="sum">(12)</text>
  9. </view>
  10. </view>
  11. <view class="u-nav-slot" slot="right">
  12. <view class="u-flex">
  13. <text @click="admin" v-if="success">{{i18n.manage}}</text>
  14. <text @click="admin" v-else>{{i18n.complete}}</text>
  15. <view class="" style="width: 200rpx;"></view>
  16. </view>
  17. </view>
  18. </u-navbar>
  19. <u-checkbox-group v-model="checkboxValue1" placement="column" @change="checkboxChange">
  20. <view class="box" v-for="(item,idx) in 6" :key="idx">
  21. <view class="item">
  22. <view class="shopname u-flex">
  23. <image src="/static/images/logo.png" style="width: 28rpx;height: 28rpx;" mode=""></image>
  24. <text>妞妞团🇨🇳进群抢秒杀❗️❗️</text>
  25. <image src="/static/express/next1.png" style="width: 32rpx;height: 32rpx;" mode=""></image>
  26. </view>
  27. <u-swipe-action>
  28. <view class="u-flex" style="margin-top: 30rpx;width: 100%;" v-for="(chid,index) in 2"
  29. :key="index">
  30. <u-swipe-action-item :options="options2">
  31. <u-checkbox shape='circle' :customStyle="{marginBottom: '8px'}" :name="shopitem">
  32. </u-checkbox>
  33. <image src="../../static/images/logo.png" style="width: 172rpx;height: 172rpx;" mode="">
  34. </image>
  35. <view class="good" style="flex: 1;">
  36. <view class="goodname">布兰德超级锁鲜全价主食冻干成</view>
  37. <view class="goods">兔肉味-提高免疫 主食白金包</view>
  38. <view class="" style="margin-top: 21rpx;">
  39. <view class="goodtab">{{i18n.postage}}</view>
  40. </view>
  41. <view class="u-flex u-row-between" style="width: 100%;margin-top: 20rpx;">
  42. <view class="">
  43. <text class="money">¥</text>
  44. <text class="money" style="font-size: 30rpx;">179</text>
  45. <text class="money">.00</text>
  46. <text class="weight">500g</text>
  47. </view>
  48. <view class="">
  49. <view class="" v-if="num&&success">
  50. <u-number-box v-model="value" @change="valChange"></u-number-box>
  51. </view>
  52. <view class="num" v-if="num==false&&success" @click="num = true">
  53. x1
  54. </view>
  55. </view>
  56. <view v-if="success==false" class="icon">
  57. <u-icon name="trash" color="#fff" size="20"></u-icon>
  58. </view>
  59. </view>
  60. </view>
  61. </u-swipe-action-item>
  62. </view>
  63. </u-swipe-action>
  64. </view>
  65. </view>
  66. </u-checkbox-group>
  67. <view class="" style="height: 140rpx;"></view>
  68. <view class="bottom u-flex u-row-between" style="position: fixed;left: 0;z-index: 222;"
  69. :style="{bottom:tabarheight + 'px'}">
  70. <view class="u-flex">
  71. <u-checkbox-group v-model="all" placement="column" @change="checkAll">
  72. <u-checkbox shape="circle" :name="selectall">
  73. </u-checkbox>
  74. </u-checkbox-group>
  75. <text>{{i18n.selectall}}</text>
  76. </view>
  77. <view v-if="success==false" class="dle">
  78. {{i18n.delete}}
  79. </view>
  80. <view class="u-flex" v-else>
  81. <view class="">
  82. <text class="allweight">{{i18n.Grossweight}} 50kg,</text>
  83. <text class="sum">{{i18n.total}}:</text>
  84. <text class='summon'>¥</text>
  85. <text class='summon' style="font-size: 36rpx;">188</text>
  86. <text class='summon'>.34</text>
  87. </view>
  88. <view class="settle">{{i18n.GotoResult}}</view>
  89. </view>
  90. </view>
  91. <kj-tabbar :value1=3></kj-tabbar>
  92. </view>
  93. </template>
  94. <script>
  95. export default {
  96. data() {
  97. return {
  98. success: true,
  99. shopitem: -1,
  100. checkboxValue1: [], //商品数组
  101. value: 0,
  102. all: [], //全选数组
  103. selectall: -1,
  104. num: false,
  105. options2: [{
  106. text: '收藏',
  107. style: {
  108. backgroundColor: '#3c9cff'
  109. }
  110. }, {
  111. text: '删除',
  112. style: {
  113. backgroundColor: '#f56c6c'
  114. }
  115. }],
  116. tabarheight: ''
  117. };
  118. },
  119. computed: {
  120. i18n() {
  121. return this.$t('index')
  122. }
  123. },
  124. onLoad() {
  125. const systemInfo = wx.getSystemInfoSync()
  126. console.log(systemInfo);
  127. const tab = systemInfo.screenHeight - systemInfo.safeArea.bottom + systemInfo.statusBarHeight;
  128. this.tabarheight = tab
  129. console.log(this.tabarheight);
  130. },
  131. methods: {
  132. admin() {
  133. this.success = !this.success
  134. console.log(this.success);
  135. },
  136. valChange(e) {
  137. console.log('当前值为: ' + e.value)
  138. },
  139. //全选
  140. checkAll(e) {
  141. console.log('all', e);
  142. },
  143. checkboxChange(n) {
  144. console.log('change', n);
  145. }
  146. }
  147. }
  148. </script>
  149. <style lang="scss" scoped>
  150. .allweight {
  151. font-family: PingFangSC, PingFang SC;
  152. font-weight: 400;
  153. font-size: 22rpx;
  154. color: #333333;
  155. line-height: 32rpx;
  156. text-align: left;
  157. font-style: normal;
  158. }
  159. .sum {
  160. font-family: PingFangSC, PingFang SC;
  161. font-weight: 400;
  162. font-size: 22rpx;
  163. color: #333333;
  164. line-height: 32rpx;
  165. text-align: left;
  166. font-style: normal;
  167. }
  168. .summon {
  169. font-family: JDZhengHT, JDZhengHT;
  170. font-weight: 400;
  171. font-size: 24rpx;
  172. color: #FF1515;
  173. line-height: 30rpx;
  174. text-align: left;
  175. font-style: normal;
  176. }
  177. .settle {
  178. width: 176rpx;
  179. height: 68rpx;
  180. background: #F83224;
  181. border-radius: 38rpx;
  182. font-family: PingFangSC, PingFang SC;
  183. font-weight: 500;
  184. font-size: 28rpx;
  185. color: #FFFFFF;
  186. line-height: 68rpx;
  187. text-align: center;
  188. font-style: normal;
  189. margin-left: 20rpx;
  190. }
  191. .icon {
  192. width: 40rpx;
  193. height: 40rpx;
  194. background: #F83224;
  195. border-radius: 12rpx;
  196. display: flex;
  197. justify-content: center;
  198. align-items: center;
  199. }
  200. .dle {
  201. width: 136rpx;
  202. height: 60rpx;
  203. border-radius: 38rpx;
  204. border: 1rpx solid #979797;
  205. font-family: PingFangSC, PingFang SC;
  206. font-weight: 400;
  207. font-size: 26rpx;
  208. color: #333333;
  209. line-height: 60rpx;
  210. text-align: center;
  211. font-style: normal;
  212. }
  213. ::v-deep .u-swipe-action-item__content {
  214. flex-direction: row !important;
  215. }
  216. ::v-deep .u-swipe-action-item {
  217. width: 100% !important;
  218. }
  219. ::v-deep .u-swipe-action-item__right {
  220. top: 2rpx !important;
  221. right: 2rpx !important;
  222. bottom: 2rpx !important;
  223. }
  224. .bottom {
  225. width: 750rpx;
  226. height: 100rpx;
  227. background: #FFFFFF;
  228. padding: 0 24rpx;
  229. box-sizing: border-box;
  230. }
  231. .num {
  232. width: 40rpx;
  233. height: 40rpx;
  234. border-radius: 20rpx;
  235. border: 1rpx solid rgba(151, 151, 151, 0.4);
  236. font-family: HarmonyOS_Sans;
  237. font-size: 20rpx;
  238. color: #222222;
  239. line-height: 40rpx;
  240. text-align: center;
  241. font-style: normal;
  242. }
  243. .box {
  244. padding: 0rpx 24rpx 20rpx;
  245. margin-top: 20rpx;
  246. box-sizing: border-box;
  247. .item {
  248. padding: 36rpx 20rpx;
  249. box-sizing: border-box;
  250. width: 702rpx;
  251. // height: 556rpx;
  252. background: #FFFFFF;
  253. border-radius: 16rpx;
  254. .money {
  255. font-family: HarmonyOS_Sans_Medium;
  256. font-size: 20rpx;
  257. color: #FF1515;
  258. line-height: 26rpx;
  259. text-align: left;
  260. font-style: normal;
  261. }
  262. .weight {
  263. font-family: SFPro, SFPro;
  264. font-weight: 400;
  265. font-size: 20rpx;
  266. color: #333333;
  267. line-height: 24rpx;
  268. text-align: left;
  269. font-style: normal;
  270. margin-left: 12rpx;
  271. }
  272. .goodtab {
  273. // width: 96rpx;
  274. height: 32rpx;
  275. border-radius: 4rpx;
  276. border: 1rpx solid #FF1515;
  277. padding: 2rpx 8rpx;
  278. box-sizing: border-box;
  279. text-align: center;
  280. line-height: 32rpx;
  281. display: inline;
  282. font-family: PingFangSC, PingFang SC;
  283. font-weight: 400;
  284. font-size: 20rpx;
  285. color: #FF1515;
  286. line-height: 28rpx;
  287. text-align: left;
  288. font-style: normal;
  289. }
  290. .goods {
  291. // width: 284rpx;
  292. height: 40rpx;
  293. background: #F4F4F4;
  294. border-radius: 8rpx;
  295. display: inline;
  296. text-align: center;
  297. line-height: 40rpx;
  298. margin-top: 20rpx;
  299. padding: 6rpx 12rpx;
  300. box-sizing: border-box;
  301. font-family: PingFangSC, PingFang SC;
  302. font-weight: 400;
  303. font-size: 20rpx;
  304. color: #555555;
  305. line-height: 28rpx;
  306. text-align: left;
  307. font-style: normal;
  308. }
  309. .goodname {
  310. font-family: PingFangSC, PingFang SC;
  311. font-weight: 500;
  312. font-size: 28rpx;
  313. color: #333333;
  314. line-height: 40rpx;
  315. text-align: left;
  316. font-style: normal;
  317. }
  318. .shopname {
  319. font-family: PingFangSC, PingFang SC;
  320. font-weight: 500;
  321. font-size: 26rpx;
  322. color: #333333;
  323. line-height: 36rpx;
  324. text-align: left;
  325. font-style: normal;
  326. }
  327. }
  328. }
  329. .shopcart {
  330. font-family: PingFangSC, PingFang SC;
  331. font-weight: 500;
  332. font-size: 36rpx;
  333. color: #222222;
  334. line-height: 50rpx;
  335. text-align: right;
  336. font-style: normal;
  337. }
  338. .sum {
  339. font-family: HarmonyOS_Sans;
  340. font-size: 22rpx;
  341. color: #333333;
  342. line-height: 32rpx;
  343. text-align: left;
  344. font-style: normal;
  345. }
  346. </style>