index.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. <template>
  2. <view :style="{ minHeight: sys.windowHeight + 'px' }" :class="[$tm.vx.state().tmVuetify.black ? 'black' : ' ']">
  3. <tm-menubars title="" :shadow="0" :showback="false"></tm-menubars>
  4. <view class="C1b1b1b pb-40">
  5. <view class="sousuo">
  6. <tm-pickersCity class="dingwei fl" btn-color="bg-gradient-blue-accent" @confirm="okCity" :default-value="addr">
  7. <view>
  8. <text class="text-size-n">{{addr[1]}}</text>
  9. <tm-icons :size="24" color="white" name="icon-angle-down"></tm-icons>
  10. </view>
  11. </tm-pickersCity>
  12. <tm-search v-model="soso" class="fr shuruk" color="white" confirm-text="" @click="sosoFun"></tm-search>
  13. </view>
  14. <view style="clear: both;"></view>
  15. </view>
  16. <view class="lunbo">
  17. <tm-swiper :previmage="false" @change="lunboFun" :list="list" :height="400" :current="current"></tm-swiper>
  18. <tm-translate class="anniu1 fl" :auto="true" ref="a_1" :duration="80" animation-name="zoomIn">
  19. <image v-if="current!=0" @click="xia()" class="qiehuan" src="/static/img/68.png" mode="widthFix"></image>
  20. </tm-translate>
  21. <tm-translate class="anniu2 fr" :auto="true" ref="a_5" :duration="80" animation-name="zoomIn">
  22. <image v-if="current<(list.length-1)" @click="shang()" class="qiehuan" src="/static/img/67.png" mode="widthFix"></image>
  23. </tm-translate>
  24. </view>
  25. <view class="zhuti">
  26. <tm-sheet :shadow="24" class="jiaoxi">
  27. <tm-grid @change="zhonglei" class="mt-20 mb-20" :grid="5" :list="list3" :icon-size="120" font-color="white"></tm-grid>
  28. </tm-sheet>
  29. <!-- <tm-sheet :shadow="24" class="jiaoxi xiao">
  30. <view class="yifu1 fl">
  31. <image src="/static/img/78.png" mode="widthFix"></image>
  32. </view>
  33. <view class="yifu2 fr">
  34. <image class="yifu21" src="/static/img/77.png" mode="widthFix"></image>
  35. <view>
  36. <image style="width:50%;" src="/static/img/75.png" mode="widthFix"></image>
  37. <image style="width:50%;" class="yifu21" src="/static/img/76.png" mode="widthFix"></image>
  38. </view>
  39. </view>
  40. <view style="clear: both;"></view>
  41. </tm-sheet> -->
  42. <tm-sheet :shadow="24" class="jiaoxi xiao">
  43. <tm-tabs align="center" class="qiehuan1" v-model="activeIndex" :list="list2" range-key="title" @change="changeTab(activeIndex)"></tm-tabs>
  44. </tm-sheet>
  45. <tm-sheet :shadow="24" class="jiaoxi xiao" style="height:160px;">
  46. <tm-dragGrid :list="list1" :col="3" disabled="false" class="mt-40 mb-40 remen" :icon-size="160" v-if="list1.length!=0">
  47. <template v-slot:default="{item}">
  48. <view class="flex-center flex-col" @click="tiaozhuan()">
  49. <tm-icons :size="160" :name="item.icon" :color="item.color"></tm-icons>
  50. <text class="text-size-m text-white pt-10">{{item.text}}</text>
  51. <text class="text-size-m text-white pt-10">{{item.jie}}</text>
  52. </view>
  53. </template>
  54. </tm-dragGrid>
  55. </tm-sheet>
  56. </view>
  57. <view class="guanggao" @click="xiangqing">
  58. <image style="width:100%;" src="/static/img/82.png" mode="widthFix"></image>
  59. <view class="wenzi">
  60. <view class="mt-10">额外打九折</view>
  61. <view>高达75%的折扣!</view>
  62. </view>
  63. </view>
  64. <view style="height:160px;" class="mt-40 jiage pt-40">
  65. <tm-dragGrid :list="list4" :col="3" disabled="false" class="remen" :icon-size="160" v-if="list4.length!=0">
  66. <template v-slot:default="{item}">
  67. <view class="flex-center flex-col" @click="xiangqing">
  68. <tm-icons :size="200" :name="item.icon" :color="item.color"></tm-icons>
  69. <text class="text-size-m text-white pt-10">{{item.text}}</text>
  70. <text class="text-size-m text-white pt-10">{{item.jie}}</text>
  71. </view>
  72. </template>
  73. </tm-dragGrid>
  74. </view>
  75. <tm-sheet :shadow="24" class="jiaoxi xiao">
  76. <tm-tabs align="center" class="qiehuan1" v-model="activeIndex" :list="list5" range-key="title"></tm-tabs>
  77. </tm-sheet>
  78. <!-- 单品 -->
  79. <view class="zhuti shangpin">
  80. <tm-sheet :padding="[0, 0]" class="jiaoxi xiao">
  81. <tm-cartCellListFood v-on:jiaruFun="jiarufuFun" v-for="item in test" :typeclick="typeclick" :mdata="item" :cart-num.sync="item.buy"></tm-cartCellListFood>
  82. </tm-sheet>
  83. </view>
  84. <!-- <view v-if="gouwuche.length!=0" class="fudong" @click="qugowuche">
  85. <image src="../../static/img/87.png" mode="widthFix"></image>
  86. <view class="shuzigwc">{{gouwuche.length}}</view>
  87. </view> -->
  88. <view style="width:100%;height:60px;"></view>
  89. </view>
  90. </template>
  91. <script>
  92. import{myRequest} from '@/api/request.js'
  93. export default {
  94. data() {
  95. return {
  96. current:1,
  97. activeIndex:0,
  98. soso:'',
  99. addr:['江西省','南昌市','西湖区'],
  100. value:'',
  101. list:[],
  102. list1:[],
  103. list2:[ '热门','折扣'],
  104. list3:[
  105. // {icon:'/static/img/69.png',text:'服装'},
  106. // {icon:'/static/img/70.png',text:'家具'},
  107. // {icon:'/static/img/71.png',text:'箱包'},
  108. // {icon:'/static/img/72.png',text:'配饰'},
  109. // {icon:'/static/img/74.png',text:'更多'},
  110. ],
  111. list4:[
  112. // {icon:'/static/img/83.png',text:'双面穿千鸟格风衣',jie:'¥ 899.00'},
  113. // {icon:'/static/img/84.png',text:'休闲版型风衣',jie:'¥ 899.00'},
  114. // {icon:'/static/img/85.png',text:'防水双面穿风衣',jie:'¥ 899.00'},
  115. ],
  116. list5:[ '推荐单品'],
  117. test: [
  118. // {
  119. // img: '../../static/img/83.png',
  120. // title: '丝缎质感纹理风衣',
  121. // label: '黑色 - 6518/320',
  122. // price: '1299',
  123. // id: 3,
  124. // buy: 0,
  125. // itemId: 0
  126. // },
  127. // {
  128. // img: '../../static/img/84.png',
  129. // title: '产品3(任选)',
  130. // label: '这个产品是只有几个融会',
  131. // price: 36.2,
  132. // id: 3,
  133. // buy: 0,
  134. // itemId: 0
  135. // }
  136. ],
  137. typeclick:1,//1加入购物车,2购物车
  138. gouwuche:[],
  139. };
  140. },
  141. onLoad() {
  142. },
  143. created() {
  144. this.sys = uni.getSystemInfoSync();
  145. this.getSort()
  146. this.getBanner()
  147. this.changeTab(1);
  148. this.getHot();
  149. this.getRecommend()
  150. },
  151. methods: {
  152. getBanner(){
  153. let that = this;
  154. myRequest({
  155. url: "/api/Banner/bannerList",
  156. method: 'get',
  157. data: that.reqData
  158. }).then(res => {
  159. console.log(res.data);
  160. if (res.data.code == 200) {
  161. res.data.data.forEach(item => {
  162. that.list.push({
  163. src: item.image,
  164. })
  165. })
  166. } else {
  167. that.$refs.toast.show({
  168. model: 'error',
  169. label: res.data.msg
  170. })
  171. }
  172. })
  173. },
  174. //获取分类
  175. getSort(){
  176. let that = this;
  177. myRequest({
  178. url: "/api/ShopGoods/getMallClassification",
  179. method: 'get',
  180. data: that.reqData
  181. }).then(res => {
  182. console.log(res.data);
  183. if (res.data.code == 200) {
  184. res.data.data.forEach(item => {
  185. that.list3.push({
  186. icon: item.image,
  187. text: item.category_name
  188. })
  189. })
  190. } else {
  191. that.$refs.toast.show({
  192. model: 'error',
  193. label: res.data.msg
  194. })
  195. }
  196. })
  197. },
  198. // 热门、折扣
  199. changeTab(activeIndex){
  200. let that = this;
  201. myRequest({
  202. url: "/api/ShopGoods/thenBuckle",
  203. method: 'post',
  204. data: {
  205. 'type':that.activeIndex+1
  206. }
  207. }).then(res => {
  208. console.log(res.data);
  209. if (res.data.code == 200) {
  210. that.list1=[];
  211. res.data.data.forEach(item => {
  212. that.list1.push({
  213. icon: item.image,
  214. text:item.category_name
  215. })
  216. })
  217. } else {
  218. that.$refs.toast.show({
  219. model: 'error',
  220. label: res.data.msg
  221. })
  222. }
  223. })
  224. },
  225. getHot(){
  226. let that = this;
  227. myRequest({
  228. url: "/api/ShopGoods/popularGoods",
  229. method: 'get',
  230. }).then(res => {
  231. console.log(res.data);
  232. if (res.data.code == 200) {
  233. res.data.data.forEach(item => {
  234. that.list4.push({
  235. icon: item.image,
  236. text:item.goods_name,
  237. // jie:item.sale_price
  238. })
  239. })
  240. } else {
  241. that.$refs.toast.show({
  242. model: 'error',
  243. label: res.data.msg
  244. })
  245. }
  246. })
  247. },
  248. getRecommend(){
  249. let that = this;
  250. myRequest({
  251. url: "/api/ShopGoods/recommend",
  252. method: 'get',
  253. }).then(res => {
  254. console.log(res.data);
  255. if (res.data.code == 200) {
  256. res.data.data.forEach(item => {
  257. that.test.push({
  258. img: item.image,
  259. title:item.goods_name,
  260. price:item.sale_price,
  261. itemId:item.id
  262. // label:''
  263. })
  264. })
  265. } else {
  266. that.$refs.toast.show({
  267. model: 'error',
  268. label: res.data.msg
  269. })
  270. }
  271. })
  272. },
  273. tiaozhuan(){
  274. uni.navigateTo({
  275. url: "/pages/gengduo/index",
  276. })
  277. },
  278. xiangqing(e){
  279. uni.navigateTo({
  280. url: "/pages/shopdetail/index",
  281. })
  282. },
  283. lunboFun(e){
  284. this.current=e;
  285. },
  286. okCity(e){
  287. console.log(e);
  288. this.addr = e;
  289. },
  290. qugowuche(){
  291. },
  292. sosoFun(){
  293. uni.navigateTo({
  294. url: "/pages/shopsoso/index",
  295. })
  296. },
  297. shang(){
  298. this.$refs.a_5.play()
  299. this.current=this.current+1;
  300. console.log(this.current)
  301. },
  302. xia(){
  303. this.$refs.a_1.play()
  304. this.current=this.current-1;
  305. console.log(this.current)
  306. },
  307. jiarufuFun(data){
  308. uni.navigateTo({
  309. url: "/pages/gouwuche/index",
  310. })
  311. // console.log(data)
  312. // this.gouwuche.push(data)
  313. },
  314. zhonglei(e){
  315. if(e.index==4){
  316. uni.navigateTo({
  317. url: "/pages/gengduo/index",
  318. })
  319. }
  320. }
  321. },
  322. }
  323. </script>
  324. <style lang="scss">
  325. /deep/ .tm-menubars .body{
  326. background-color: #1b1b1b !important;
  327. }
  328. /deep/ .icon-search{
  329. font-size: 23px !important;
  330. color: #8E8E93 !important;
  331. }
  332. /deep/ .tm-search{
  333. width: 80%;
  334. background-color: #414141 !important;
  335. border-radius: 10px;
  336. }
  337. /deep/ .tm-search .grey-darken-5{
  338. background-color: #414141 !important;
  339. }
  340. .dingwei{width: 21%;margin-top:3%;}
  341. .shuruk{width: 77%;}
  342. .sousuo{width:94%;margin:0 auto;}
  343. .qiehuan{width:40px;height:40px;}
  344. .lunbo{position: relative;}
  345. .anniu1{position: absolute;top:0px;z-index: 9999;top:43%;left:0;}
  346. .anniu2{position: absolute;top:0px;z-index: 9999;top:43%;right:0;}
  347. /deep/ .jiaoxi{margin:0 !important;padding: 8px !important;}
  348. /deep/ .tm-col{width: 20% !important;}
  349. .yifu1{width: 40%;}
  350. .yifu2{width: 58%;}
  351. .yifu1 image,.yifu21{width: 100%;}
  352. .xiao{margin-top:15px !important;}
  353. /deep/ .qiehuan1 .text-primary{color: white !important;}
  354. .guanggao{position: relative;}
  355. .wenzi{position: absolute;bottom:1px;right:0px;background: #000000;
  356. width: 140px;
  357. height: 55px;
  358. font-size: 14px;
  359. text-align: center;
  360. }
  361. /deep/ .jiage{background: #1b1b1b;}
  362. /deep/ .shangpin .white.bk{background-color:#1b1b1b!important;}
  363. /deep/ .shangpin .tm-cartCellListFood{ padding: 0px 0px 15px 0px !important;
  364. margin-top: 5px !important;margin-bottom: 20px !important;
  365. border-bottom: 1px solid #303030;}
  366. /deep/ .shangpin .border-t-1.bk{border-top:1px solid #1b1b1b!important;}
  367. /deep/ .shangpin .round-3{width:90px !important;height:90px !important;}
  368. /deep/ .shangpin .tm-cartCellListFood-img{width:90px !important;height:90px !important;}
  369. .fudong{position: fixed;right:30px;bottom:80px;background: #0DABF2;width: 60px;height:60px;
  370. border-radius: 30px;text-align: center;}
  371. .fudong image{width:40px;margin-top: 6px;}
  372. .shuzigwc{color: white;font-weight: 700;position: absolute;right:5px;background: red;
  373. padding:2px;border-radius: 30px;top:2px;width:15px;height:15px;font-size: 12px;}
  374. /deep/ .shangpin .title{color: white !important;}
  375. /deep/ .shangpin .text-red{color: white !important;}
  376. </style>