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"></view> -->
  87. </view>
  88. <view style="width:100%;height:60px;"></view>
  89. <!-- 弹出层消息 -->
  90. <tm-message ref="toast"></tm-message>
  91. </view>
  92. </template>
  93. <script>
  94. import{myRequest} from '@/api/request.js'
  95. export default {
  96. data() {
  97. return {
  98. current:1,
  99. activeIndex:0,
  100. soso:'',
  101. addr:['江西省','南昌市','西湖区'],
  102. value:'',
  103. list:[],
  104. list1:[],
  105. list2:[ '热门','折扣'],
  106. list3:[],
  107. list4:[],
  108. list5:[ '推荐单品'],
  109. test: [],
  110. typeclick:1,//1加入购物车,2购物车
  111. gouwuche:[],
  112. };
  113. },
  114. onLoad() {
  115. },
  116. created() {
  117. this.sys = uni.getSystemInfoSync();
  118. this.getSort()
  119. this.getBanner()
  120. this.changeTab(1);
  121. this.getHot();
  122. this.getRecommend()
  123. this.getGwc()
  124. },
  125. methods: {
  126. getGwc(){
  127. let that = this;
  128. myRequest({
  129. url: "/api/ShopCart/shopCartList",
  130. method: 'get',
  131. data: that.reqData
  132. }).then(res => {
  133. if (res.data.code == 200) {
  134. that.gouwuche=res.data.data;
  135. } else {
  136. that.gouwuche=[]
  137. }
  138. })
  139. },
  140. getBanner(){
  141. let that = this;
  142. myRequest({
  143. url: "/api/Banner/bannerList",
  144. method: 'get',
  145. data: that.reqData
  146. }).then(res => {
  147. if (res.data.code == 200) {
  148. res.data.data.forEach(item => {
  149. that.list.push({
  150. src: item.image,
  151. })
  152. })
  153. } else {
  154. that.$refs.toast.show({
  155. model: 'error',
  156. label: res.data.msg
  157. })
  158. }
  159. })
  160. },
  161. //获取分类
  162. getSort(){
  163. let that = this;
  164. myRequest({
  165. url: "/api/ShopGoods/getMallClassification",
  166. method: 'get',
  167. data: that.reqData
  168. }).then(res => {
  169. if (res.data.code == 200) {
  170. res.data.data.forEach(item => {
  171. that.list3.push({
  172. icon: item.image,
  173. text: item.category_name
  174. })
  175. })
  176. } else {
  177. that.$refs.toast.show({
  178. model: 'error',
  179. label: res.data.msg
  180. })
  181. }
  182. })
  183. },
  184. // 热门、折扣
  185. changeTab(activeIndex){
  186. let that = this;
  187. myRequest({
  188. url: "/api/ShopGoods/thenBuckle",
  189. method: 'post',
  190. data: {
  191. 'type':that.activeIndex+1
  192. }
  193. }).then(res => {
  194. if (res.data.code == 200) {
  195. that.list1=[];
  196. res.data.data.forEach(item => {
  197. that.list1.push({
  198. icon: item.image,
  199. text:item.category_name
  200. })
  201. })
  202. } else {
  203. that.$refs.toast.show({
  204. model: 'error',
  205. label: res.data.msg
  206. })
  207. }
  208. })
  209. },
  210. getHot(){
  211. let that = this;
  212. myRequest({
  213. url: "/api/ShopGoods/popularGoods",
  214. method: 'get',
  215. }).then(res => {
  216. if (res.data.code == 200) {
  217. res.data.data.forEach(item => {
  218. that.list4.push({
  219. icon: item.image,
  220. text:item.goods_name,
  221. // jie:item.sale_price
  222. })
  223. })
  224. } else {
  225. that.$refs.toast.show({
  226. model: 'error',
  227. label: res.data.msg
  228. })
  229. }
  230. })
  231. },
  232. getRecommend(){
  233. let that = this;
  234. myRequest({
  235. url: "/api/ShopGoods/recommend",
  236. method: 'get',
  237. }).then(res => {
  238. if (res.data.code == 200) {
  239. res.data.data.forEach(item => {
  240. that.test.push({
  241. img: item.image,
  242. title:item.goods_name,
  243. price:item.sale_price,
  244. itemId:item.id
  245. })
  246. })
  247. } else {
  248. that.$refs.toast.show({
  249. model: 'error',
  250. label: res.data.msg
  251. })
  252. }
  253. })
  254. },
  255. tiaozhuan(){
  256. uni.navigateTo({
  257. url: "/pages/gengduo/index",
  258. })
  259. },
  260. xiangqing(e){
  261. uni.navigateTo({
  262. url: "/pages/shopdetail/index",
  263. })
  264. },
  265. lunboFun(e){
  266. this.current=e;
  267. },
  268. okCity(e){
  269. console.log(e);
  270. this.addr = e;
  271. },
  272. qugowuche(){
  273. uni.navigateTo({
  274. url: "/pages/gouwuche/index",
  275. })
  276. },
  277. sosoFun(){
  278. uni.navigateTo({
  279. url: "/pages/shopsoso/index",
  280. })
  281. },
  282. shang(){
  283. this.$refs.a_5.play()
  284. this.current=this.current+1;
  285. },
  286. xia(){
  287. this.$refs.a_1.play()
  288. this.current=this.current-1;
  289. },
  290. jiarufuFun(data){
  291. var that=this;
  292. console.log(data)
  293. if(data.type==2){
  294. myRequest({
  295. url: "/api/ShopCart/addShopCart",
  296. method:'post',
  297. data:{
  298. goods_id:data.data.itemId,
  299. goods_name:data.data.title,
  300. goods_image:data.data.img,
  301. goods_price:data.data.price,
  302. goods_num:1
  303. }
  304. }).then(res => {
  305. if (res.data.code == 200) {
  306. that.$refs.toast.show({model:'success',label:res.data.msg})
  307. }else{
  308. that.$refs.toast.show({model:'error',label:res.data.msg})
  309. }
  310. })
  311. }else{
  312. uni.navigateTo({
  313. url: "/pages/shopdetail/index",
  314. })
  315. }
  316. },
  317. zhonglei(e){
  318. uni.navigateTo({
  319. url: "/pages/gengduo/index",
  320. })
  321. }
  322. },
  323. }
  324. </script>
  325. <style lang="scss">
  326. /deep/ .tm-menubars .body{
  327. background-color: #1b1b1b !important;
  328. }
  329. /deep/ .icon-search{
  330. font-size: 23px !important;
  331. color: #8E8E93 !important;
  332. }
  333. /deep/ .tm-search{
  334. width: 80%;
  335. background-color: #414141 !important;
  336. border-radius: 10px;
  337. }
  338. /deep/ .tm-search .grey-darken-5{
  339. background-color: #414141 !important;
  340. }
  341. .dingwei{width: 21%;margin-top:3%;}
  342. .shuruk{width: 77%;}
  343. .sousuo{width:94%;margin:0 auto;}
  344. .qiehuan{width:40px;height:40px;}
  345. .lunbo{position: relative;}
  346. .anniu1{position: absolute;top:0px;z-index: 9999;top:43%;left:0;}
  347. .anniu2{position: absolute;top:0px;z-index: 9999;top:43%;right:0;}
  348. /deep/ .jiaoxi{margin:0 !important;padding: 8px !important;}
  349. /deep/ .tm-col{width: 20% !important;}
  350. .yifu1{width: 40%;}
  351. .yifu2{width: 58%;}
  352. .yifu1 image,.yifu21{width: 100%;}
  353. .xiao{margin-top:15px !important;}
  354. /deep/ .qiehuan1 .text-primary{color: white !important;}
  355. .guanggao{position: relative;}
  356. .wenzi{position: absolute;bottom:1px;right:0px;background: #000000;
  357. width: 140px;
  358. height: 55px;
  359. font-size: 14px;
  360. text-align: center;
  361. }
  362. /deep/ .jiage{background: #1b1b1b;}
  363. /deep/ .shangpin .white.bk{background-color:#1b1b1b!important;}
  364. /deep/ .shangpin .tm-cartCellListFood{ padding: 0px 0px 15px 0px !important;
  365. margin-top: 5px !important;margin-bottom: 20px !important;
  366. border-bottom: 1px solid #303030;}
  367. /deep/ .shangpin .border-t-1.bk{border-top:1px solid #1b1b1b!important;}
  368. /deep/ .shangpin .round-3{width:90px !important;height:90px !important;}
  369. /deep/ .shangpin .tm-cartCellListFood-img{width:90px !important;height:90px !important;}
  370. .fudong{position: fixed;right:30px;bottom:80px;background: #0DABF2;width: 60px;height:60px;
  371. border-radius: 30px;text-align: center;}
  372. .fudong image{width:40px;margin-top: 6px;}
  373. .shuzigwc{color: white;font-weight: 700;position: absolute;right:5px;background: red;
  374. padding:2px;border-radius: 30px;top:2px;width:15px;height:15px;font-size: 12px;}
  375. /deep/ .shangpin .title{color: white !important;}
  376. /deep/ .shangpin .text-red{color: white !important;}
  377. </style>