my-collection.vue 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. <!-- 我的收藏 -->
  2. <template>
  3. <view class="wrap">
  4. <view class="header">
  5. <view class="header-top">
  6. <image src="../../../static/return.png" class="return" @tap="back" mode="widthFix"></image>
  7. <view class="header-title">
  8. 我的收藏(314)
  9. </view>
  10. <view class="header-msg">
  11. 管理 完成
  12. </view>
  13. </view>
  14. <view class="header-center">
  15. <view class="tab-list">
  16. <view :class="{ 'active' : isActive === index }" class="child" v-for="(item,index) in navList"
  17. :key="index" @click="checked(index)">
  18. {{item.title}}
  19. </view>
  20. </view>
  21. </view>
  22. <view class="header-bottom">
  23. <view class="header-item" @tap="collectionTime">
  24. 收藏时间
  25. <image src="../../../static/sanjiao-bottom.png"
  26. :class="[isShowCollectionTime == false ? 'sanjiao' : 'sanjiaoSelect']" mode="widthFix"></image>
  27. </view>
  28. <view class="header-item" @tap="allCategories">
  29. 全部分类
  30. <image src="../../../static/sanjiao-bottom.png"
  31. :class="[isShowAllCategories == false ? 'sanjiao' : 'sanjiaoSelect']" mode="widthFix"></image>
  32. </view>
  33. </view>
  34. </view>
  35. <view class="listCount">
  36. <label class="listItem listItemInformation listItemVideo" v-for="(item, index) in list" :key="index" :data-index="index"
  37. @touchstart="drawStart" @touchmove="drawMove" @touchend="drawEnd" :style="'right:'+item.right+'rpx'">
  38. <view class="content">
  39. <view class="checkBox" @click="cutTabClick(item)">
  40. <image
  41. :src="item.select ? '../../../static/circle-active.png' : '../../../static/circle.png'" />
  42. </view>
  43. <!-- 宝贝 -->
  44. <view class="product-item" v-if="isActive === 0">
  45. <image src="../../../static/img-4.png" class="product-item-img" mode="aspectFill"></image>
  46. <view class="product-sidebar">
  47. <view class="product-name">
  48. bodachel运动冲锋衣男女三合一外套秋冬加绒西藏可拆卸防风滑
  49. </view>
  50. <view class="product-bottom">
  51. <view class="product-price">
  52. ¥<text>394.00</text>
  53. </view>
  54. <view class="product-bottom-row">
  55. <text>¥34.00</text>
  56. <button type="default">
  57. <image src="../../../static/add-icon.png" mode=""></image>
  58. </button>
  59. </view>
  60. </view>
  61. </view>
  62. </view>
  63. <!-- 咨询 -->
  64. <view class="information-item" v-if="isActive === 1">
  65. <view class="information-sidebar">
  66. <view class="information-name">
  67. 互联网工作者加班突然猝死是否能理赔呢?
  68. </view>
  69. <view class="information-msg">
  70. 3.2万人浏览
  71. </view>
  72. </view>
  73. <image src="../../../static/img-4.png" class="information-img" mode="aspectFill"></image>
  74. </view>
  75. <!-- 视频 -->
  76. <view class="video-item" v-if="isActive === 2">
  77. <video id="myVideo"
  78. src="http://wxsnsdy.tc.qq.com/105/20210/snsdyvideodownload?filekey=30280201010421301f0201690402534804102ca905ce620b1241b726bc41dcff44e00204012882540400&bizid=1023&hy=SH&fileparam=302c020101042530230204136ffd93020457e3c4ff02024ef202031e8d7f02030f42400204045a320a0201000400"
  79. enable-danmu controls style="width: 100%;height: 262rpx;border-radius: 10rpx;"></video>
  80. <view class="video-item-row">
  81. <view class="video-item-name">
  82. 医生开讲:亚健康到底是什么?
  83. </view>
  84. <text class="video-item-time">10:10</text>
  85. </view>
  86. </view>
  87. </view>
  88. </label>
  89. </view>
  90. <view class="footer">
  91. <!-- 全选按钮 -->
  92. <label class="check-row" @tap="allSelectFn">
  93. <image :src="allSelect ? '../../../static/circle-active.png' : '../../../static/circle.png'" />
  94. <text>
  95. 全选
  96. </text>
  97. </label>
  98. <view class="footer-sidebar">
  99. <button type="default" class="submit-btn" @tap="del">删除</button>
  100. </view>
  101. </view>
  102. <!-- 收藏时间-弹窗 -->
  103. <view v-show="isShowCollectionTime">
  104. <view class="mask" @tap="closeCollectionTime"></view>
  105. <view class="collectionTime-window">
  106. <view class="collectionTime-item">
  107. 7天内
  108. </view>
  109. <view class="collectionTime-item">
  110. 30天内
  111. </view>
  112. <view class="collectionTime-item">
  113. 90天内
  114. </view>
  115. <view class="collectionTime-item">
  116. 半年前
  117. </view>
  118. <view class="collectionTime-item">
  119. 一年前
  120. </view>
  121. </view>
  122. </view>
  123. <!-- 收藏时间-弹窗 -->
  124. <!-- 全部分类-弹窗 -->
  125. <view v-show="isShowAllCategories">
  126. <view class="mask" @tap="closeAllCategories"></view>
  127. <view class="allCategories-window">
  128. <view class="allCategories-item">
  129. <image src="../../../static/categories-1.png" mode="heightFix"></image>
  130. 地产本草
  131. </view>
  132. <view class="allCategories-item">
  133. <image src="../../../static/categories-2.png" mode="heightFix"></image>
  134. 草本茗茶
  135. </view>
  136. <view class="allCategories-item">
  137. <image src="../../../static/categories-3.png" mode="heightFix"></image>
  138. 干菌蔬果
  139. </view>
  140. <view class="allCategories-item">
  141. <image src="../../../static/categories-4.png" mode="heightFix"></image>
  142. 五谷杂粮
  143. </view>
  144. <view class="allCategories-item">
  145. <image src="../../../static/categories-5.png" mode="heightFix"></image>
  146. 水产干货
  147. </view>
  148. <view class="allCategories-item">
  149. <image src="../../../static/categories-6.png" mode="heightFix"></image>
  150. 调味佳料
  151. </view>
  152. <view class="allCategories-item">
  153. <image src="../../../static/categories-7.png" mode="heightFix"></image>
  154. 地产畜禽
  155. </view>
  156. <view class="allCategories-item">
  157. <image src="../../../static/categories-8.png" mode="heightFix"></image>
  158. 生态饮品
  159. </view>
  160. <view class="allCategories-item">
  161. <image src="../../../static/categories-9.png" mode="heightFix"></image>
  162. 养生器皿
  163. </view>
  164. <view class="allCategories-item">
  165. <image src="../../../static/categories-10.png" mode="heightFix"></image>
  166. 地产良酿
  167. </view>
  168. </view>
  169. </view>
  170. <!-- 全部分类-弹窗 -->
  171. <!-- 确认删除-弹窗 -->
  172. <view v-show="isShowDel">
  173. <view class="mask-other" @tap="closeDel"></view>
  174. <view class="window">
  175. <view class="window-top">
  176. 确定要删除所选商品吗?
  177. </view>
  178. <view class="window-bottom">
  179. <button type="default" @tap="closeDel">取消</button>
  180. <button type="default">确定</button>
  181. </view>
  182. </view>
  183. </view>
  184. <!-- 确认删除-弹窗 -->
  185. </view>
  186. </template>
  187. <script>
  188. export default {
  189. data() {
  190. return {
  191. //选项卡
  192. isActive: 0,
  193. navList: [{
  194. index: 0,
  195. title: '宝贝',
  196. }, {
  197. index: 1,
  198. title: "资讯",
  199. }, {
  200. index: 2,
  201. title: "视频",
  202. }],
  203. //全部分类-弹窗
  204. isShowAllCategories: false,
  205. //收藏时间-弹窗
  206. isShowCollectionTime: false,
  207. //商品列表
  208. list: [{
  209. index: 0,
  210. title: '',
  211. select: true
  212. }, {
  213. index: 0,
  214. title: '',
  215. select: false
  216. }],
  217. allSelect: false,
  218. //确认删除-弹窗
  219. isShowDel: false
  220. }
  221. },
  222. methods: {
  223. //选项卡
  224. checked(index) {
  225. this.isActive = index
  226. },
  227. /**
  228. * 收藏时间-弹窗
  229. */
  230. collectionTime() {
  231. this.isShowCollectionTime = true;
  232. },
  233. closeCollectionTime() {
  234. this.isShowCollectionTime = false;
  235. },
  236. /**
  237. * 全部分类-弹窗
  238. */
  239. allCategories() {
  240. this.isShowAllCategories = true;
  241. },
  242. closeAllCategories() {
  243. this.isShowAllCategories = false;
  244. },
  245. //多选
  246. cutTabClick(item) {
  247. this.active = item;
  248. //然后通过这个属性判断是否选中点亮和取消
  249. item.select = !item.select;
  250. let allSelect = true;
  251. for (let i = 0; i < this.list.length; i++) {
  252. if (!this.list[i].select) {
  253. allSelect = false;
  254. break;
  255. }
  256. }
  257. this.allSelect = allSelect;
  258. },
  259. // 全选或者反选
  260. allSelectFn(e) {
  261. const newAllSelect = !this.allSelect;
  262. this.allSelect = newAllSelect;
  263. this.list = this.list.map(car => ({
  264. ...car,
  265. select: newAllSelect
  266. }));
  267. },
  268. /**
  269. * 删除-弹窗
  270. */
  271. del() {
  272. this.isShowDel = true;
  273. },
  274. closeDel() {
  275. this.isShowDel = false;
  276. },
  277. /**
  278. * 返回上一页
  279. */
  280. back() {
  281. uni.navigateBack({
  282. delta: 1,
  283. })
  284. }
  285. }
  286. }
  287. </script>
  288. <style scoped lang="scss">
  289. @import "./my-collection.css";
  290. </style>