index.vue 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245
  1. <template>
  2. <view v-if="pageShow" class="page"
  3. :class="bgTabVal==2?'fullsize noRepeat':bgTabVal==1?'repeat ysize':'noRepeat ysize'"
  4. :style="'background-color:'+bgColor+';background-image: url('+bgPic+');min-height:'+windowHeight+'px;'">
  5. <view v-if="!errorNetwork" :style="colorStyle">
  6. <skeleton :show="showSkeleton" :isNodes="isNodes" ref="skeleton" loading="chiaroscuro" selector="skeleton"
  7. bgcolor="#FFF"></skeleton>
  8. <view class="index skeleton" :style="{visibility: showSkeleton ? 'hidden' : 'visible'}">
  9. <!-- #ifdef H5 -->
  10. <view v-for="(item, index) in styleConfig" :key="index">
  11. <component :is="item.name" :index="index" :dataConfig="item" @changeBarg="changeBarg"
  12. @changeTab="changeTab" :tempArr="tempArr" :iSshowH="iSshowH" @detail="goDetail"
  13. :isSortType="isSortType" @bindSortId="bindSortId" @bindHeight="bindHeight" :isFixed="isFixed">
  14. </component>
  15. </view>
  16. <!-- #endif -->
  17. <!-- #ifdef MP || APP-PLUS -->
  18. <block v-for="(item, index) in styleConfig" :key="index">
  19. <activeParty v-if="item.name == 'activeParty'" :dataConfig="item" :isSortType="isSortType">
  20. </activeParty>
  21. <!-- <articleList v-if="item.name == 'articleList'" :dataConfig="item" :isSortType="isSortType">
  22. </articleList> -->
  23. <!-- <bargain v-if="item.name == 'bargain'" :dataConfig="item" @changeBarg="changeBarg"
  24. :isSortType="isSortType"></bargain> -->
  25. <!-- <blankPage v-if="item.name == 'blankPage'" :dataConfig="item" :isSortType="isSortType"></blankPage> -->
  26. <!-- <combination v-if="item.name == 'combination'" :dataConfig="item" :isSortType="isSortType">
  27. </combination> -->
  28. <!-- <coupon v-if="item.name == 'coupon'" :dataConfig="item" :isSortType="isSortType"></coupon> -->
  29. <!-- <customerService v-if="item.name == 'customerService'" :dataConfig="item" :isSortType="isSortType">
  30. </customerService> -->
  31. <!-- <goodList v-if="item.name == 'goodList'" :dataConfig="item" @detail="goDetail"
  32. :isSortType="isSortType"></goodList> -->
  33. <!-- <guide v-if="item.name == 'guide'" :dataConfig="item" :isSortType="isSortType"></guide> -->
  34. <headerSerch v-if="item.name == 'headerSerch'" :dataConfig="item"></headerSerch>
  35. <!-- <liveBroadcast v-if="item.name == 'liveBroadcast'" :dataConfig="item" :isSortType="isSortType">
  36. </liveBroadcast> -->
  37. <menus v-if="item.name == 'menus'" :dataConfig="item" :isSortType="isSortType"></menus>
  38. <news v-if="item.name == 'news'" :dataConfig="item" :isSortType="isSortType"></news>
  39. <!-- <pictureCube v-if="item.name == 'pictureCube'" :dataConfig="item" :isSortType="isSortType">
  40. </pictureCube> -->
  41. <promotionList v-if="item.name == 'promotionList'" :dataConfig="item" @changeTab="changeTab"
  42. :tempArr="tempArr" :iSshowH="iSshowH" @detail="goDetail" :isSortType="isSortType">
  43. </promotionList>
  44. <!-- <richText v-if="item.name == 'richText'" :dataConfig="item" :isSortType="isSortType"></richText> -->
  45. <!-- <seckill v-if="item.name == 'seckill'" :dataConfig="item" :isSortType="isSortType"></seckill> -->
  46. <swiperBg v-if="item.name == 'swiperBg'" :dataConfig="item" :isSortType="isSortType"></swiperBg>
  47. <!-- <swipers v-if="item.name == 'swipers'" :dataConfig="item" :isSortType="isSortType"></swipers> -->
  48. <tabNav v-if="item.name == 'tabNav'" :dataConfig="item" @bindHeight="bindHeighta"
  49. @bindSortId="bindSortId" :isFixed="isFixed"></tabNav>
  50. <!-- <titles v-if="item.name == 'titles'" :dataConfig="item" :isSortType="isSortType"></titles> -->
  51. </block>
  52. <!-- #endif -->
  53. <!-- 分类商品模块 -->
  54. <!-- #ifdef APP-PLUS -->
  55. <view class="sort-product" v-if="isSortType == 1" style="margin-top: 0;">
  56. <scroll-view scroll-x="true" style="background: #fff;">
  57. <view class="sort-box" v-if="sortList.children && sortList.children.length">
  58. <view class="sort-item" v-for="(item, index) in sortList.children" :key="index"
  59. @click="changeSort(item, index)" :class="{ on: curSort == index }">
  60. <image :src="item.pic" mode="" v-if="item.pic"></image>
  61. <image src="/static/images/sort-img.png" mode="" v-else></image>
  62. <view class="txt">{{ item.cate_name }}</view>
  63. </view>
  64. </view>
  65. </scroll-view>
  66. <view class="product-list" v-if="goodList.length">
  67. <view class="product-item" v-for="(item, index) in goodList" @click="goGoodsDetail(item)">
  68. <image :src="item.image"></image>
  69. <span class="pictrue_log_big pictrue_log_class"
  70. v-if="item.activity && item.activity.type === '1'">{{$t(`秒杀`)}}</span>
  71. <span class="pictrue_log_big pictrue_log_class"
  72. v-if="item.activity && item.activity.type === '2'">{{$t(`砍价`)}}</span>
  73. <span class="pictrue_log_big pictrue_log_class"
  74. v-if="item.activity && item.activity.type === '3'">{{$t(`拼团`)}}</span>
  75. <view class="info">
  76. <view class="title line1">{{ item.store_name }}</view>
  77. <view class="price-box">
  78. <text>{{$t(`¥`)}}</text>
  79. {{ item.price }}
  80. </view>
  81. </view>
  82. </view>
  83. </view>
  84. <Loading :loaded="loaded" :loading="loading"></Loading>
  85. <view class="" v-if="goodList.length == 0 && loaded">
  86. <view class="emptyBox">
  87. <image :src="imgHost + '/statics/images/no-thing.png'"></image>
  88. <view class="tips">{{$t(`暂无商品,去看点别的吧`)}}</view>
  89. </view>
  90. <recommend :hostProduct="hostProduct"></recommend>
  91. </view>
  92. </view>
  93. <!-- #endif -->
  94. <!-- #ifndef APP-PLUS -->
  95. <view class="sort-product" v-if="isSortType == 1" :style="{ marginTop: sortMpTop + 'px' }">
  96. <scroll-view scroll-x="true" style="background: #fff;">
  97. <view class="sort-box" v-if="sortList.children && sortList.children.length">
  98. <view class="sort-item" v-for="(item, index) in sortList.children" :key="index"
  99. @click="changeSort(item, index)" :class="{ on: curSort == index }">
  100. <image :src="item.pic" mode="" v-if="item.pic"></image>
  101. <image src="/static/images/sort-img.png" mode="" v-else></image>
  102. <view class="txt">{{ item.cate_name }}</view>
  103. </view>
  104. </view>
  105. </scroll-view>
  106. <view class="product-list" v-if="goodList.length">
  107. <view class="product-item" v-for="(item, index) in goodList" @click="goGoodsDetail(item)">
  108. <image :src="item.image"></image>
  109. <span class="pictrue_log_big pictrue_log_class"
  110. v-if="item.activity && item.activity.type === '1'">{{$t(`秒杀`)}}</span>
  111. <span class="pictrue_log_big pictrue_log_class"
  112. v-if="item.activity && item.activity.type === '2'">{{$t(`砍价`)}}</span>
  113. <span class="pictrue_log_big pictrue_log_class"
  114. v-if="item.activity && item.activity.type === '3'">{{$t(`拼团`)}}</span>
  115. <span class="pictrue_log_big pictrue_log_class" v-if="item.checkCoupon">{{$t(`券`)}}</span>
  116. <view class="info">
  117. <view class="title line2">{{ item.store_name }}</view>
  118. <view class="price-box">
  119. <text>{{$t(`¥`)}}</text>
  120. {{ item.price }}
  121. </view>
  122. </view>
  123. </view>
  124. </view>
  125. <Loading :loaded="loaded" :loading="loading"></Loading>
  126. <view class="" v-if="goodList.length == 0 && loaded">
  127. <view class="emptyBox">
  128. <image :src="imgHost + '/statics/images/no-thing.png'"></image>
  129. <view class="tips">{{$t(`暂无数据`)}}</view>
  130. </view>
  131. <recommend :hostProduct="hostProduct"></recommend>
  132. </view>
  133. </view>
  134. <!-- #endif -->
  135. <!-- <view class="loadingicon acea-row row-center-wrapper" v-if="tempArr.length && styleConfig[styleConfig.length - 1].name == 'promotionList'">
  136. <text class="loading iconfont icon-jiazai" :hidden="loading == false"></text>
  137. {{ loadTitle }}
  138. </view> -->
  139. <!-- #ifdef MP -->
  140. <!-- <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse" :isGoIndex="false"></authorize> -->
  141. <!-- #endif -->
  142. <couponWindow :window="isCouponShow" @onColse="couponClose" :couponImage="couponObj.image"
  143. :couponList="couponObj.list"></couponWindow>
  144. <view class="uni-p-b-98" v-if="footerStatus"></view>
  145. <view v-if="site_config" class="site-config" @click="goICP">{{ site_config }}</view>
  146. <!-- <pageFooter v-if="footerStatus"></pageFooter> -->
  147. <view class="foot" v-if="newData.status && newData.status.status">
  148. <view class="page-footer" id="target" :style="{'background-color':newData.bgColor.color[0].item}">
  149. <view class="foot-item" v-for="(item,index) in newData.menuList" :key="index"
  150. @click="goRouter(item)">
  151. <block v-if="item.link == activeRouter">
  152. <image :src="item.imgList[0]"></image>
  153. <view class="txt" :style="{color:newData.activeTxtColor.color[0].item}">
  154. {{$t(item.name)}}
  155. </view>
  156. </block>
  157. <block v-else>
  158. <image :src="item.imgList[1]"></image>
  159. <view class="txt" :style="{color:newData.txtColor.color[0].item}">{{$t(item.name)}}
  160. </view>
  161. </block>
  162. <div class="count-num"
  163. v-if="item.link === '/pages/order_addcart/order_addcart' && countNum > 0">
  164. {{countNum}}
  165. </div>
  166. </view>
  167. </view>
  168. </view>
  169. </view>
  170. </view>
  171. <view v-else>
  172. <view class="error-network">
  173. <image :src="imgHost + '/statics/images/error-network.png'"></image>
  174. <view class="title">{{$t(`网络连接断开`)}}</view>
  175. <view class="con">
  176. <view class="label">{{$t(`请检查情况:`)}}:</view>
  177. <view class="item">· {{$t(`在设置中是否已开启网络权限:`)}}</view>
  178. <view class="item">· {{$t(`当前是否处于弱网环境`)}}</view>
  179. <view class="item">· {{$t(`版本是否过低,升级试试吧`)}}</view>
  180. </view>
  181. <view class="btn" @click="reconnect">{{$t(`重新连接`)}}</view>
  182. </view>
  183. </view>
  184. <!-- #ifdef APP-PLUS -->
  185. <app-update v-if="!privacyStatus" ref="appUpdate" :force="true" :tabbar="false"></app-update>
  186. <view class="privacy-wrapper" v-if="privacyStatus">
  187. <view class="privacy-box">
  188. <view class="title">{{$t(`服务协议与隐私政策`)}}</view>
  189. <view class="content">
  190. {{$t(`请务必审慎阅读、充分理解“服务协议与 隐私政策”各条款,包括但不限于:为了 向你提供即时通讯、内容分享等服务,我 们需要收集你的设备信息、操作日志等个
  191. 人信息。你可以在“设置”中查看、变更、删除个人信息并管理你的授权。`)}}<br>
  192. {{$t(`你可以阅读`)}}<navigator url="/pages/users/privacy/index?type=3">{{$t(`《服务协议与隐私政策》`)}}</navigator>
  193. {{$t(`了解详细信息。如你同意,请点击“我同意”开始接受我们的服务。`)}}
  194. </view>
  195. <view class="btn-box">
  196. <view class="btn-item" @click="confirmApp">{{$t(`我同意`)}}</view>
  197. <view class="btn" @click="closeModel">{{$t(`残忍拒绝`)}}</view>
  198. </view>
  199. </view>
  200. </view>
  201. <!-- #endif -->
  202. </view>
  203. </template>
  204. <script>
  205. const app = getApp();
  206. import colors from "@/mixins/color";
  207. import couponWindow from '@/components/couponWindow/index';
  208. import {
  209. getCouponV2,
  210. getCouponNewUser,
  211. siteConfig
  212. } from '@/api/api.js';
  213. import {
  214. getNavigation
  215. } from '@/api/public.js';
  216. // #ifdef H5
  217. import mConfig from './components/index.js';
  218. // #endif
  219. // #ifdef MP || APP-PLUS
  220. import authorize from '@/components/Authorize';
  221. import activeParty from './components/activeParty';
  222. import headerSerch from './components/headerSerch';
  223. import swipers from './components/swipers';
  224. import coupon from './components/coupon';
  225. import articleList from './components/articleList';
  226. import bargain from './components/bargain';
  227. import blankPage from './components/blankPage';
  228. import combination from './components/combination';
  229. import customerService from './components/customerService';
  230. import goodList from './components/goodList';
  231. import guide from './components/guide';
  232. import liveBroadcast from './components/liveBroadcast';
  233. import menus from './components/menus';
  234. import news from './components/news';
  235. import pictureCube from './components/pictureCube';
  236. import promotionList from './components/promotionList';
  237. import richText from './components/richText';
  238. import seckill from './components/seckill';
  239. import swiperBg from './components/swiperBg';
  240. import tabNav from './components/tabNav';
  241. import titles from './components/titles';
  242. import appUpdate from "@/components/update/app-update.vue";
  243. import {
  244. getTempIds
  245. } from '@/api/api.js';
  246. import {
  247. SUBSCRIBE_MESSAGE,
  248. TIPS_KEY
  249. } from '@/config/cache';
  250. // #endif
  251. import {
  252. mapGetters
  253. } from 'vuex';
  254. import {
  255. getDiy,
  256. getIndexData
  257. } from '@/api/api.js';
  258. import {
  259. getGroomList,
  260. getCategoryList,
  261. getProductslist,
  262. getProductHot
  263. } from '@/api/store.js';
  264. import {
  265. goShopDetail
  266. } from '@/libs/order.js';
  267. import {
  268. getCartCounts,
  269. } from '@/api/order.js';
  270. import {
  271. toLogin
  272. } from '@/libs/login.js';
  273. import { HTTP_REQUEST_URL } from '@/config/app';
  274. import pageFooter from '@/components/pageFooter/index.vue';
  275. import Loading from '@/components/Loading/index.vue';
  276. import recommend from '@/components/recommend';
  277. export default {
  278. computed: mapGetters(['isLogin', 'uid']),
  279. mixins: [colors],
  280. components: {
  281. recommend,
  282. Loading,
  283. pageFooter,
  284. couponWindow,
  285. // #ifdef H5
  286. ...mConfig,
  287. // #endif
  288. // #ifdef MP || APP-PLUS
  289. authorize,
  290. activeParty,
  291. headerSerch,
  292. swipers,
  293. coupon,
  294. articleList,
  295. bargain,
  296. blankPage,
  297. combination,
  298. customerService,
  299. goodList,
  300. guide,
  301. liveBroadcast,
  302. menus,
  303. pictureCube,
  304. news,
  305. promotionList,
  306. richText,
  307. seckill,
  308. swiperBg,
  309. tabNav,
  310. titles,
  311. appUpdate, //APP更新
  312. // #endif
  313. },
  314. computed: mapGetters(['isLogin', 'cartNum']),
  315. data() {
  316. return {
  317. imgHost: HTTP_REQUEST_URL,
  318. showSkeleton: true, //骨架屏显示隐藏
  319. isNodes: 0, //控制什么时候开始抓取元素节点,只要数值改变就重新抓取
  320. styleConfig: [],
  321. tempArr: [],
  322. goodType: 3,
  323. loading: false,
  324. loadend: false,
  325. loadTitle: this.$t(`下拉加载更多`), //提示语
  326. page: 1,
  327. limit: this.$config.LIMIT,
  328. iSshowH: false,
  329. numConfig: 0,
  330. code: '',
  331. isCouponShow: false,
  332. couponObj: {},
  333. couponObjs: {
  334. show: false
  335. },
  336. shareInfo: {},
  337. footConfig: {},
  338. isSortType: 0,
  339. sortList: '',
  340. sortAll: [],
  341. goodPage: 1,
  342. goodList: [],
  343. newData: {},
  344. sid: 0,
  345. curSort: 0,
  346. sortMpTop: 0,
  347. loaded: false,
  348. loading: false,
  349. hostProduct: [],
  350. hotScroll: false,
  351. hotPage: 1,
  352. hotLimit: 10,
  353. domOffsetTop: 50,
  354. // #ifdef APP-PLUS || MP
  355. isFixed: true,
  356. // #endif
  357. // #ifdef H5
  358. isFixed: false,
  359. // #endif
  360. site_config: '',
  361. errorNetwork: false, // 是否断网
  362. privacyStatus: false, // 隐私政策是否同意过
  363. footerStatus: false,
  364. isHeaderSerch: false,
  365. bgColor: '',
  366. bgPic: '',
  367. bgTabVal: '',
  368. pageShow: true,
  369. windowHeight: 0,
  370. activeRouter: '',
  371. countNum: 0
  372. };
  373. },
  374. onPullDownRefresh() {
  375. this.diyData();
  376. },
  377. created(options) {
  378. let that = this
  379. this.$nextTick(function () {
  380. uni.getSystemInfo({
  381. success: function (res) {
  382. that.windowHeight = res.windowHeight;
  383. }
  384. });
  385. })
  386. // getNavigation().then(res => {
  387. // this.newData = res.data
  388. // if (this.newData.status && this.newData.status.status) {
  389. // uni.hideTabBar()
  390. // } else {
  391. // uni.showTabBar()
  392. // }
  393. // })
  394. uni.hideTabBar()
  395. let routes = getCurrentPages(); // 获取当前打开过的页面路由数组
  396. let curRoute = routes[routes.length - 1].route //获取当前页面路由
  397. this.activeRouter = '/' + curRoute
  398. // #ifdef APP-PLUS
  399. uni.setStorageSync("privacyStatus", true);
  400. // try {
  401. // let val = uni.getStorageSync('privacyStatus') || false
  402. // if (!val) {
  403. // this.privacyStatus = true
  404. // }
  405. // } catch (e) {}
  406. // #endif
  407. this.diyData();
  408. this.getIndexData();
  409. // #ifdef MP
  410. this.getTempIds();
  411. // #endif
  412. // #ifndef APP-PLUS
  413. // siteConfig().then(res => {
  414. // this.site_config = res.data.record_No
  415. // }).catch(err => {
  416. // console.error(err.msg);
  417. // });
  418. // #endif
  419. // 优惠券弹窗
  420. // var newDates = new Date().toLocaleDateString();
  421. if (this.isLogin) {
  422. this.getCoupon();
  423. getCartCounts().then(res => {
  424. this.countNum = res.data.count
  425. this.$store.commit('indexData/setCartNum', res.data.count > 99 ? '..' : res.data.count +
  426. '')
  427. if (res.data.count > 0) {
  428. wx.setTabBarBadge({
  429. index: Number(uni.getStorageSync('FOOTER_ADDCART')) || 2,
  430. text: res.data.count + ''
  431. })
  432. } else {
  433. wx.hideTabBarRedDot({
  434. index: Number(uni.getStorageSync('FOOTER_ADDCART')) || 2
  435. })
  436. }
  437. });
  438. }
  439. },
  440. // onReady() {
  441. // let that = this
  442. // uni.getSystemInfo({
  443. // success: function(res) { // res - 各种参数
  444. // let info = uni.createSelectorQuery().select(".hander"); // 获取某个元素
  445. // info.boundingClientRect(function(data) { //data - 各种参数
  446. // let view = res.windowHeight - data.height
  447. // that.heightHome = view
  448. // }).exec()
  449. // }
  450. // });
  451. // },
  452. watch: {
  453. isLogin: {
  454. deep: true, //深度监听设置为 true
  455. handler: function (newV, oldV) {
  456. // 优惠券弹窗
  457. var newDates = new Date().toLocaleDateString();
  458. if (newV) {
  459. try {
  460. var oldDate = uni.getStorageSync('oldDate') || '';
  461. } catch { }
  462. if (oldDate != newDates) {
  463. this.getCoupon();
  464. }
  465. }
  466. }
  467. }
  468. },
  469. onReady() { },
  470. methods: {
  471. // #ifdef APP-PLUS
  472. // 同意隐私协议
  473. confirmApp() {
  474. uni.setStorageSync('privacyStatus', true)
  475. this.privacyStatus = false
  476. },
  477. // 关闭Model
  478. closeModel() {
  479. //退出app
  480. uni.getSystemInfo({
  481. success: function (res) { // 判断为安卓的手机
  482. if (res.platform == 'android') { // 安卓退出app
  483. plus.runtime.quit();
  484. } else { // 判断为ios的手机,退出App
  485. plus.ios.import("UIApplication").sharedApplication().performSelector("exit");
  486. }
  487. }
  488. })
  489. },
  490. // #endif
  491. // 重新链接
  492. reconnect() {
  493. uni.showLoading({
  494. title: this.$t(`加载中`)
  495. })
  496. this.diyData();
  497. this.getIndexData();
  498. // getShare().then(res => {
  499. // this.shareInfo = res.data;
  500. // });
  501. },
  502. goICP() {
  503. // #ifdef H5
  504. window.open('http://beian.miit.gov.cn/');
  505. // #endif
  506. // #ifdef MP
  507. uni.navigateTo({
  508. url: `/pages/annex/web_view/index?url=https://beian.miit.gov.cn/`
  509. });
  510. // #endif
  511. },
  512. bindHeighta(data) {
  513. // #ifdef APP-PLUS
  514. this.sortMpTop = data.top + data.height;
  515. // #endif
  516. },
  517. bindHeight(data) {
  518. uni.hideLoading();
  519. this.domOffsetTop = data.top;
  520. },
  521. // 去商品详情
  522. goGoodsDetail(item) {
  523. goShopDetail(item, this.uid).then(res => {
  524. uni.navigateTo({
  525. url: `/pages/goods_details/index?id=${item.id}`
  526. });
  527. });
  528. },
  529. /**
  530. * 获取我的推荐
  531. */
  532. get_host_product: function () {
  533. let that = this;
  534. if (that.hotScroll) return;
  535. getProductHot(that.hotPage, that.hotLimit).then(res => {
  536. that.hotPage++;
  537. that.hotScroll = res.data.length < that.hotLimit;
  538. that.hostProduct = that.hostProduct.concat(res.data);
  539. // that.$set(that, 'hostProduct', res.data)
  540. });
  541. },
  542. // 分类点击
  543. changeSort(item, index) {
  544. if (this.curSort == index) return;
  545. this.curSort = index;
  546. this.sid = item.id;
  547. this.goodList = [];
  548. this.goodPage = 1;
  549. this.loaded = false;
  550. this.getGoodsList();
  551. },
  552. // 获取分类id
  553. bindSortId(data) {
  554. this.isSortType = data == -99 ? 0 : 1;
  555. this.getProductList(data);
  556. if (this.hostProduct.length == 0) {
  557. this.get_host_product();
  558. }
  559. },
  560. getProductList(data) {
  561. let tempObj = '';
  562. this.curSort = 0;
  563. this.loaded = false;
  564. if (this.sortAll.length > 0) {
  565. this.sortAll.forEach((el, index) => {
  566. if (el.id == data) {
  567. this.$set(this, 'sortList', el);
  568. this.sid = el.children.length ? el.children[0].id : '';
  569. }
  570. });
  571. this.goodList = [];
  572. this.goodPage = 1;
  573. this.$nextTick(() => {
  574. if (this.sortList != '') this.getGoodsList();
  575. });
  576. } else {
  577. getCategoryList().then(res => {
  578. this.sortAll = res.data;
  579. res.data.forEach((el, index) => {
  580. if (el.id == data) {
  581. this.sortList = el;
  582. this.sid = el.children.length ? el.children[0].id : '';
  583. }
  584. });
  585. this.goodList = [];
  586. this.goodPage = 1;
  587. this.$nextTick(() => {
  588. if (this.sortList != '') this.getGoodsList();
  589. });
  590. });
  591. }
  592. },
  593. getGoodsList() {
  594. if (this.loading || this.loaded) return;
  595. this.loading = true;
  596. getProductslist({
  597. sid: this.sid,
  598. keyword: '',
  599. priceOrder: '',
  600. salesOrder: '',
  601. news: 0,
  602. page: this.goodPage,
  603. limit: 10,
  604. cid: this.sortList.id
  605. }).then(res => {
  606. this.loading = false;
  607. this.loaded = res.data.length < 10;
  608. this.goodPage++;
  609. this.goodList = this.goodList.concat(res.data);
  610. });
  611. },
  612. // 新用户优惠券
  613. getNewCoupon() {
  614. const oldUser = uni.getStorageSync('oldUser') || 0;
  615. if (!oldUser) {
  616. getCouponNewUser().then(res => {
  617. const {
  618. data
  619. } = res;
  620. if (data.show) {
  621. if (data.list.length) {
  622. this.isCouponShow = true;
  623. this.couponObj = data;
  624. uni.setStorageSync('oldUser', 1);
  625. }
  626. } else {
  627. uni.setStorageSync('oldUser', 1);
  628. }
  629. });
  630. }
  631. },
  632. // 优惠券弹窗
  633. getCoupon() {
  634. const tagDate = uni.getStorageSync('tagDate') || '',
  635. nowDate = new Date().toLocaleDateString();
  636. if (tagDate === nowDate) {
  637. this.getNewCoupon();
  638. } else {
  639. getCouponV2().then(res => {
  640. const {
  641. data
  642. } = res;
  643. if (data.list.length) {
  644. this.isCouponShow = true;
  645. this.couponObj = data;
  646. uni.setStorageSync('tagDate', new Date().toLocaleDateString());
  647. } else {
  648. this.getNewCoupon();
  649. }
  650. });
  651. }
  652. },
  653. // 优惠券弹窗关闭
  654. couponClose() {
  655. this.isCouponShow = false;
  656. if (!uni.getStorageSync('oldUser')) {
  657. this.getNewCoupon();
  658. }
  659. },
  660. onLoadFun() { },
  661. // #ifdef H5
  662. // 获取url后面的参数
  663. getQueryString(name) {
  664. var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i');
  665. var reg_rewrite = new RegExp('(^|/)' + name + '/([^/]*)(/|$)', 'i');
  666. var r = window.location.search.substr(1).match(reg);
  667. var q = window.location.pathname.substr(1).match(reg_rewrite);
  668. if (r != null) {
  669. return unescape(r[2]);
  670. } else if (q != null) {
  671. return unescape(q[2]);
  672. } else {
  673. return null;
  674. }
  675. },
  676. // #endif
  677. // #ifdef MP
  678. getTempIds() {
  679. let messageTmplIds = wx.getStorageSync(SUBSCRIBE_MESSAGE);
  680. if (!messageTmplIds) {
  681. // getTempIds().then(res => {
  682. // if (res.data) wx.setStorageSync(SUBSCRIBE_MESSAGE, JSON.stringify(res.data));
  683. // });
  684. }
  685. },
  686. // #endif
  687. // 对象转数组
  688. objToArr(data) {
  689. let obj = Object.keys(data);
  690. let m = obj.map(key => data[key]);
  691. return m;
  692. },
  693. diyData() {
  694. let that = this;
  695. uni.request({
  696. url:'api/mock/diy',
  697. success:res=>{
  698. setTimeout(() => {
  699. this.isNodes++;
  700. }, 0);
  701. this.errorNetwork = false
  702. let data = res.data;
  703. if (data.is_bg_color) {
  704. this.bgColor = data.color_picker
  705. }
  706. if (data.is_bg_pic) {
  707. this.bgPic = data.bg_pic
  708. this.bgTabVal = data.bg_tab_val
  709. }
  710. this.pageShow = data.is_show
  711. uni.setNavigationBarTitle({
  712. title: res.data.title
  713. });
  714. let temp = [];
  715. let lastArr = that.objToArr(res.data.value);
  716. lastArr.forEach((item, index, arr) => {
  717. if (item.name == 'headerSerch') {
  718. this.isHeaderSerch = true
  719. }
  720. if (item.name == 'pageFoot') {
  721. console.log(item.status)
  722. if (item.status && item.status.status) {
  723. this.newData = item
  724. setTimeout((e) => {
  725. that.$set(that, 'footerStatus', true);
  726. console.log(this.footerStatus)
  727. }, 50)
  728. }
  729. uni.setStorageSync('FOOTER_BAR', item.status && item.status.status ? true :
  730. false)
  731. item.menuList.map((path, index) => {
  732. if (path.link === '/pages/order_addcart/order_addcart') {
  733. uni.setStorageSync('FOOTER_ADDCART', index)
  734. }
  735. })
  736. arr.splice(index, 1);
  737. }
  738. if (item.name == 'promotionList') {
  739. that.numConfig = item.numConfig.val;
  740. that.goodType = item.tabConfig.list[0].link.activeVal;
  741. that.getGroomList();
  742. }
  743. if (item.name == 'tabNav') {
  744. // #ifndef APP-PLUS
  745. // uni.showLoading({
  746. // title: '加载中',
  747. // mask: true,
  748. // });
  749. // #endif
  750. // setTimeout(function() {
  751. // uni.hideLoading();
  752. // }, 8000);
  753. }
  754. temp = arr;
  755. });
  756. function sortNumber(a, b) {
  757. return a.timestamp - b.timestamp;
  758. }
  759. temp.sort(sortNumber)
  760. that.styleConfig = temp;
  761. setTimeout(() => {
  762. this.showSkeleton = false
  763. }, 300)
  764. uni.stopPullDownRefresh({
  765. success: (e) => { },
  766. });
  767. }
  768. })
  769. },
  770. getIndexData() { },
  771. changeBarg(item) {
  772. if (!this.isLogin) {
  773. toLogin();
  774. } else {
  775. uni.navigateTo({
  776. url: `/pages/activity/goods_bargain_details/index?id=${item.id}&bargain=${this.$store.state.app.uid}`
  777. });
  778. }
  779. },
  780. // 促销列表的点击事件;
  781. changeTab(type) {
  782. this.goodType = type;
  783. this.tempArr = [];
  784. this.page = 1;
  785. this.loadend = false;
  786. let onloadH = true;
  787. this.getGroomList(onloadH);
  788. },
  789. // 精品推荐
  790. getGroomList(onloadH) {
  791. let that = this;
  792. let type = that.goodType;
  793. if (that.loadend) return false;
  794. if (that.loading) return false;
  795. if (onloadH) {
  796. that.$set(that, 'iSshowH', true);
  797. }
  798. uni.request({
  799. url:'api/groom/list',
  800. success:res=>{
  801. that.$set(that, 'iSshowH', false);
  802. let maxPage = Math.ceil(this.numConfig / this.limit);
  803. let list = res.data.list,
  804. loadend = list.length < that.limit || that.page >= maxPage;
  805. let tempArr = that.$util.SplitArray(list, that.tempArr);
  806. that.$set(that, 'tempArr', tempArr.slice(0, this.numConfig));
  807. that.loadend = loadend;
  808. that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
  809. that.page = that.page + 1;
  810. that.loading = false;
  811. }
  812. })
  813. // getGroomList(type, {
  814. // page: that.page,
  815. // limit: this.numConfig
  816. // })
  817. // .then(({
  818. // data
  819. // }) => {
  820. // that.$set(that, 'iSshowH', false);
  821. // let maxPage = Math.ceil(this.numConfig / this.limit);
  822. // let list = data.list,
  823. // loadend = list.length < that.limit || that.page >= maxPage;
  824. // let tempArr = that.$util.SplitArray(list, that.tempArr);
  825. // that.$set(that, 'tempArr', tempArr.slice(0, this.numConfig));
  826. // that.loadend = loadend;
  827. // that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
  828. // that.page = that.page + 1;
  829. // that.loading = false;
  830. // })
  831. // .catch(res => {
  832. // that.loading = false;
  833. // that.loadTitle = that.$t(`加载更多`);
  834. // });
  835. },
  836. goRouter(item) {
  837. var pages = getCurrentPages();
  838. var page = (pages[pages.length - 1]).$page.fullPath;
  839. if (item.link == page) return
  840. uni.switchTab({
  841. url: item.link,
  842. fail(err) {
  843. uni.redirectTo({
  844. url: item.link
  845. })
  846. }
  847. })
  848. },
  849. goDetail(item) {
  850. goShopDetail(item, this.$store.state.app.uid).then(res => {
  851. uni.navigateTo({
  852. url: `/pages/goods_details/index?id=${item.id}`
  853. });
  854. });
  855. },
  856. onsollBotton() {
  857. console.log('????', this.isSortType)
  858. if (this.isSortType == 0) {
  859. // this.getGroomList();
  860. } else {
  861. this.getGoodsList();
  862. }
  863. }
  864. },
  865. onReachBottom: function () {
  866. },
  867. onPageScroll(e) {
  868. // #ifdef H5
  869. if (this.isHeaderSerch) {
  870. if (e.scrollTop > this.domOffsetTop) {
  871. this.isFixed = true;
  872. }
  873. if (e.scrollTop < this.domOffsetTop) {
  874. this.$nextTick(() => {
  875. this.isFixed = false;
  876. });
  877. }
  878. } else {
  879. this.isFixed = false
  880. }
  881. // #endif
  882. },
  883. //#ifdef MP
  884. onShareAppMessage() {
  885. return {
  886. title: this.shareInfo.title,
  887. path: '/pages/index/index'
  888. };
  889. },
  890. //分享到朋友圈
  891. onShareTimeline: function () {
  892. return {
  893. title: this.shareInfo.title,
  894. imageUrl: this.shareInfo.img
  895. };
  896. }
  897. //#endif
  898. };
  899. </script>
  900. <style lang="scss">
  901. // page {
  902. // padding-bottom: 50px;
  903. // }
  904. .pictrue_log_class {
  905. background-color: var(--view-theme);
  906. }
  907. .page {
  908. padding-bottom: 50px;
  909. }
  910. .ysize {
  911. background-size: 100%;
  912. }
  913. .fullsize {
  914. background-size: 100% 100%;
  915. }
  916. .repeat {
  917. background-repeat: repeat;
  918. }
  919. .noRepeat {
  920. background-repeat: no-repeat;
  921. }
  922. .privacy-wrapper {
  923. z-index: 999;
  924. position: fixed;
  925. left: 0;
  926. top: 0;
  927. width: 100%;
  928. height: 100%;
  929. background: #7F7F7F;
  930. .privacy-box {
  931. position: absolute;
  932. left: 50%;
  933. top: 50%;
  934. transform: translate(-50%, -50%);
  935. width: 560rpx;
  936. padding: 50rpx 45rpx 0;
  937. background: #fff;
  938. border-radius: 20rpx;
  939. .title {
  940. text-align: center;
  941. font-size: 32rpx;
  942. text-align: center;
  943. color: #333;
  944. font-weight: 700;
  945. }
  946. .content {
  947. margin-top: 20rpx;
  948. line-height: 1.5;
  949. font-size: 26rpx;
  950. color: #666;
  951. navigator {
  952. display: inline-block;
  953. color: #E93323;
  954. }
  955. }
  956. .btn-box {
  957. margin-top: 40rpx;
  958. text-align: center;
  959. font-size: 30rpx;
  960. .btn-item {
  961. height: 82rpx;
  962. line-height: 82rpx;
  963. background: linear-gradient(90deg, #F67A38 0%, #F11B09 100%);
  964. color: #fff;
  965. border-radius: 41rpx;
  966. }
  967. .btn {
  968. padding: 30rpx 0;
  969. }
  970. }
  971. }
  972. }
  973. .error-network {
  974. position: fixed;
  975. left: 0;
  976. top: 0;
  977. display: flex;
  978. flex-direction: column;
  979. align-items: center;
  980. width: 100%;
  981. height: 100%;
  982. padding-top: 40rpx;
  983. background: #fff;
  984. image {
  985. width: 414rpx;
  986. height: 336rpx;
  987. }
  988. .title {
  989. position: relative;
  990. top: -40rpx;
  991. font-size: 32rpx;
  992. color: #666;
  993. }
  994. .con {
  995. font-size: 24rpx;
  996. color: #999;
  997. .label {
  998. margin-bottom: 20rpx;
  999. }
  1000. .item {
  1001. margin-bottom: 20rpx;
  1002. }
  1003. }
  1004. .btn {
  1005. display: flex;
  1006. align-items: center;
  1007. justify-content: center;
  1008. width: 508rpx;
  1009. height: 86rpx;
  1010. margin-top: 100rpx;
  1011. border: 1px solid #D74432;
  1012. color: #E93323;
  1013. font-size: 30rpx;
  1014. border-radius: 120rpx;
  1015. }
  1016. }
  1017. .sort-product {
  1018. margin-top: 20rpx;
  1019. .sort-box {
  1020. display: flex;
  1021. width: 100%;
  1022. border-radius: 16rpx;
  1023. padding: 30rpx 0;
  1024. .sort-item {
  1025. width: 20%;
  1026. display: flex;
  1027. flex-direction: column;
  1028. align-items: center;
  1029. justify-content: center;
  1030. flex-shrink: 0;
  1031. image {
  1032. width: 90rpx;
  1033. height: 90rpx;
  1034. border-radius: 50%;
  1035. }
  1036. .txt {
  1037. color: #272727;
  1038. font-size: 24rpx;
  1039. margin-top: 10rpx;
  1040. overflow: hidden;
  1041. white-space: nowrap;
  1042. text-overflow: ellipsis;
  1043. width: 140rpx;
  1044. text-align: center;
  1045. }
  1046. .pictrues {
  1047. width: 90rpx;
  1048. height: 90rpx;
  1049. background: #f8f8f8;
  1050. border-radius: 50%;
  1051. margin: 0 auto;
  1052. }
  1053. .icon-gengduo1 {
  1054. color: #333;
  1055. }
  1056. &.on {
  1057. .txt {
  1058. color: #fc4141;
  1059. }
  1060. image {
  1061. border: 1px solid #fc4141;
  1062. }
  1063. }
  1064. }
  1065. }
  1066. .product-list {
  1067. display: flex;
  1068. flex-wrap: wrap;
  1069. justify-content: space-between;
  1070. margin-top: 30rpx;
  1071. padding: 0 20rpx;
  1072. .product-item {
  1073. position: relative;
  1074. width: 344rpx;
  1075. background: #fff;
  1076. border-radius: 10rpx;
  1077. margin-bottom: 20rpx;
  1078. display: flex;
  1079. flex-direction: column;
  1080. image {
  1081. width: 100%;
  1082. height: 344rpx;
  1083. border-radius: 10rpx 10rpx 0 0;
  1084. }
  1085. .info {
  1086. flex: 1;
  1087. padding: 14rpx 16rpx;
  1088. display: flex;
  1089. flex-direction: column;
  1090. justify-content: space-between;
  1091. .title {
  1092. font-size: 28rpx;
  1093. }
  1094. .price-box {
  1095. font-size: 34rpx;
  1096. font-weight: 700;
  1097. margin-top: 8px;
  1098. color: #fc4141;
  1099. text {
  1100. font-size: 26rpx;
  1101. }
  1102. }
  1103. }
  1104. }
  1105. }
  1106. }
  1107. .emptyBox {
  1108. text-align: center;
  1109. padding-top: 20rpx;
  1110. .tips {
  1111. color: #aaa;
  1112. font-size: 26rpx;
  1113. padding-bottom: 20rpx;
  1114. }
  1115. image {
  1116. width: 414rpx;
  1117. height: 304rpx;
  1118. }
  1119. }
  1120. .site-config {
  1121. margin-top: 40rpx;
  1122. font-size: 24rpx;
  1123. text-align: center;
  1124. color: #666;
  1125. &.fixed {
  1126. position: fixed;
  1127. bottom: 69px;
  1128. left: 0;
  1129. width: 100%;
  1130. }
  1131. }
  1132. .page-footer {
  1133. position: fixed;
  1134. bottom: 0;
  1135. z-index: 30;
  1136. display: flex;
  1137. align-items: center;
  1138. justify-content: space-around;
  1139. width: 100%;
  1140. height: calc(98rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
  1141. height: calc(98rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
  1142. box-sizing: border-box;
  1143. border-top: solid 1rpx #F3F3F3;
  1144. background-color: #fff;
  1145. box-shadow: 0px 0px 17rpx 1rpx rgba(206, 206, 206, 0.32);
  1146. padding-bottom: constant(safe-area-inset-bottom); ///兼容 IOS<11.2/
  1147. padding-bottom: env(safe-area-inset-bottom); ///兼容 IOS>11.2/
  1148. .foot-item {
  1149. display: flex;
  1150. width: max-content;
  1151. align-items: center;
  1152. justify-content: center;
  1153. flex-direction: column;
  1154. position: relative;
  1155. .count-num {
  1156. position: absolute;
  1157. display: flex;
  1158. justify-content: center;
  1159. align-items: center;
  1160. width: 40rpx;
  1161. height: 40rpx;
  1162. top: 0rpx;
  1163. right: -15rpx;
  1164. color: #fff;
  1165. font-size: 20rpx;
  1166. background-color: #FD502F;
  1167. border-radius: 50%;
  1168. padding: 4rpx;
  1169. }
  1170. }
  1171. .foot-item image {
  1172. height: 50rpx;
  1173. width: 50rpx;
  1174. text-align: center;
  1175. margin: 0 auto;
  1176. }
  1177. .foot-item .txt {
  1178. font-size: 24rpx;
  1179. &.active {}
  1180. }
  1181. }
  1182. </style>