1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108 |
- <template>
- <!-- 首页 -->
- <view v-if="pageShow" class="page"
- :class="bgTabVal==2?'fullsize noRepeat':bgTabVal==1?'repeat ysize':'noRepeat ysize'" :style="[pageStyle]">
- <view v-if="!errorNetwork" :style="colorStyle">
- <!-- 轮播搜索 -->
- <homeComb v-if="showHomeComb" :dataConfig="homeCombData" @bindSortId="bindSortId" :isScrolled="isScrolled">
- </homeComb>
- <!-- 顶部搜索框 -->
- <headerSerch v-if="isHeaderSerch" :dataConfig="headerSerchCombData"></headerSerch>
- <tabNav v-if="showCateNav" :dataConfig="cateNavData" @bindHeight="bindHeighta" @bindSortId="bindSortId"
- :isFixed="isFixed && !cateNavData.stickyConfig.tabVal"></tabNav>
- <view class="index">
- <!-- 自定义样式 -->
- <block v-for="(item, index) in styleConfig" :key="index">
- <shortVideo v-if="item.name == 'shortVideo'" :dataConfig="item">
- </shortVideo>
- <userInfor v-if="item.name == 'userInfor'" :dataConfig="item" @changeLogin="changeLogin">
- </userInfor>
- <newVip v-if="item.name == 'newVip'" :dataConfig="item"></newVip>
- <!-- 文章列表 -->
- <articleList v-if="item.name == 'articleList'" :dataConfig="item">
- </articleList>
- <bargain v-if="item.name == 'bargain'" :dataConfig="item" @changeBarg="changeBarg"></bargain>
- <blankPage v-if="item.name == 'blankPage'" :dataConfig="item"></blankPage>
- <combination v-if="item.name == 'combination'" :dataConfig="item">
- </combination>
- <!-- 优惠券 -->
- <coupon v-if="item.name == 'coupon'" :dataConfig="item" @changeLogin="changeLogin"></coupon>
- <!-- 客户服务 -->
- <customerService v-if="item.name == 'customerService'" :dataConfig="item">
- </customerService>
- <!-- 商品列表 -->
- <guide v-if="item.name == 'guide'" :dataConfig="item"></guide>
- <!-- 直播模块 -->
- <!-- #ifdef MP-WEIXIN -->
- <liveBroadcast v-if="item.name == 'liveBroadcast'" :dataConfig="item"></liveBroadcast>
- <!-- #endif -->
- <menus v-if="item.name == 'menus'" :dataConfig="item"></menus>
- <!-- 实时消息 -->
- <news v-if="item.name == 'news'" :dataConfig="item"></news>
- <!-- 图片库 -->
- <pictureCube v-if="item.name == 'pictureCube'" :dataConfig="item"></pictureCube>
- <!-- 促销列表 -->
- <promotionList v-if="item.name == 'promotionList'" :dataConfig="item"
- :productVideoStatus='product_video_status' :positionTop="positionTop">
- </promotionList>
- <richText v-if="item.name == 'richText'" :dataConfig="item"></richText>
- <seckill v-if="item.name == 'seckill'" :dataConfig="item"></seckill>
- <!-- 轮播图-->
- <swiperBg v-if="item.name == 'swiperBg'" :dataConfig="item"></swiperBg>
- <swipers v-if="item.name == 'swipers'" :dataConfig="item"></swipers>
- <!-- 顶部选项卡 -->
- <!-- 标题 -->
- <titles v-if="item.name == 'titles'" :dataConfig="item"></titles>
- <ranking v-if="item.name == 'ranking'" :dataConfig="item"></ranking>
- <presale v-if="item.name == 'presale'" :dataConfig="item"></presale>
- <pointsMall v-if="item.name == 'pointsMall'" :dataConfig="item"></pointsMall>
- <videos v-if="item.name == 'videos'" :dataConfig="item"></videos>
- <signIn v-if="item.name == 'signIn'" :dataConfig="item"></signIn>
- <hotspot v-if="item.name == 'hotspot'" :dataConfig="item"></hotspot>
- <follow v-if="item.name == 'follow'" :dataConfig="item"></follow>
- </block>
- <view class="goodsTitle" v-if="joinList.length>0">
- <text class='borderBottom'>
- 抢购商品
- </text>
- </view>
- <view class="goodsItem" v-if="joinList.length>0">
- <view class="itemList" @click="addCartChange(item)" v-for="(item,index) in joinList">
- <view class="itemImage">
- <image class="imageBanner" :src="item.image" mode="widthFix"></image>
- </view>
- <view class="itemContent">
- <view class="itemTitle">
- {{item.store_name}}
- </view>
- <view class="itemMoney">
- <baseMoney :money="item.price" symbolSize="24" integerSize="40" decimalSize="24" weight
- ></baseMoney>
- </view>
- <view class="bottomCart">
- <view class="flex-center cart-btn">
- <text class="iconfont icon-ic_increase fs-26"></text>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="goodsTitle" v-if="giveList.length>0">
- <text class='borderBottom'>
- 爆单商品
- </text>
- </view>
- <view class="goodsItem" v-if="giveList.length>0">
- <view class="itemList" @click="addCartChange(item)" v-for="(item,index) in giveList">
- <view class="itemImage">
- <image class="imageBanner" :src="item.image" mode="widthFix"></image>
- </view>
- <view class="itemContent">
- <view class="itemTitle">
- {{item.store_name}}
- </view>
- <view class="itemMoney">
- <baseMoney :money="item.price" symbolSize="24" integerSize="40" decimalSize="24" weight
- ></baseMoney>
- </view>
- <view class="greenIn" v-if="item.give_award_range">
- <text class="greenText">
- {{item.give_award_range}}
- </text>
- 绿积分
- </view>
- <view class="bottomCart">
- <view class="flex-center cart-btn">
- <text class="iconfont icon-ic_increase fs-26"></text>
- </view>
- </view>
- </view>
- </view>
- </view>
- <block v-for="(item, index) in styleConfig" :key="index">
- <!-- 商品列表 -->
- </block>
- <!-- 分类商品模块 -->
- <!-- #ifndef APP-PLUS -->
- <view class="sort-product px-20" v-if="sortList.children && sortList.children.length">
- <!-- #endif -->
- <!-- #ifdef APP-PLUS -->
- <!-- 商品排序 -->
- <view class="sort-product px-20" :style="{ marginTop: sortMpTop + 'px' }"
- v-if="sortList.children && sortList.children.length">
- <!-- #endif -->
- <view class="rd-24rpx bg--w111-fff p-24 mb-24"
- v-if="sortList.children && sortList.children.length">
- <scroll-view scroll-x="true" class="white-nowrap vertical-middle w-full"
- show-scrollbar="false">
- <view class="inline-block mr-24" v-for="(item, index) in sortList.children"
- :key="index">
- <view class="flex-col flex-center" @tap="changeSort(item, index)">
- <view class="picture w-90 h-90 rd-50-p111-" :class="{select: curSort == index}">
- <image :src="item.pic" class="w-full h-full rd-50-p111-"></image>
- </view>
- <text class="fs-24 pt-14"
- :class="{'font-num': curSort == index}">{{item.cate_name}}</text>
- </view>
- </view>
- </scroll-view>
- </view>
- <waterfallsFlow ref="waterfallsFlow" :wfList="goodList" @itemTap="goDetail"></waterfallsFlow>
- <Loading :loaded="loaded" :loading="loading"></Loading>
- <view v-if="goodList.length == 0 && loaded">
- <emptyPage title="暂无商品,去看点别的吧~"></emptyPage>
- </view>
- </view>
- <couponWindow :window="isCouponShow" @onColse="couponClose" :couponImage="couponObj.image"
- :couponList="couponObj.list"></couponWindow>
-
- <!-- #ifdef H5 -->
- <view v-if="site_config" class="site-config" @click="goICP">{{ site_config }}</view>
- <!-- #endif -->
- <view class="pb-safe" :style="[pdHeights]" v-if="isFooter"></view>
- <pageFooter @newDataStatus="newDataStatus"></pageFooter>
- </view>
- </view>
- <view v-else>
- <view class="error-network">
- <image :src="imgHost + '/statics/images/error-network.gif'"></image>
- <view class="title">网络连接断开</view>
- <view class="con">
- <view class="label">请检查情况:</view>
- <view class="item">· 在设置中是否已开启网络权限</view>
- <view class="item">· 当前是否处于弱网环境</view>
- <view class="item">· 版本是否过低,升级试试吧</view>
- </view>
- <view class="btn" @click="reconnect">重新连接</view>
- </view>
- </view>
- </view>
- </template>
- <script>
- const app = getApp();
- import colors from "@/mixins/color";
- import couponWindow from '@/components/couponWindow/index';
- import permision from "@/js_sdk/wa-permission/permission.js";
- import {
- getCouponV2,
- getCouponNewUser,
- copyRight
- } from '@/api/api.js';
- import {
- getShare
- } from '@/api/public.js';
- // #ifdef H5
- import {
- silenceAuth
- } from '@/api/public.js';
- // #endif
- import userInfor from './components/userInfor';
- import homeComb from './components/homeComb';
- import newVip from './components/newVip';
- import shortVideo from './components/shortVideo';
- import headerSerch from './components/headerSerch';
- import swipers from './components/swipers';
- import coupon from './components/coupon';
- import articleList from './components/articleList';
- import bargain from './components/bargain';
- import blankPage from './components/blankPage';
- import combination from './components/combination';
- import customerService from './components/customerService';
- import goodList from './components/goodList';
- import guide from './components/guide';
- import liveBroadcast from './components/liveBroadcast';
- import menus from './components/menus';
- import news from './components/news';
- import pictureCube from './components/pictureCube';
- import promotionList from './components/promotionList';
- import richText from './components/richText';
- import seckill from './components/seckill';
- import swiperBg from './components/swiperBg';
- import tabNav from './components/tabNav';
- import titles from './components/titles';
- import ranking from './components/ranking';
- import presale from './components/presale'
- import pointsMall from './components/pointsMall';
- import videos from './components/videos';
- import signIn from './components/signIn';
- import hotspot from './components/hotspot';
- import follow from './components/follow';
- import waterfallsFlow from "@/components/WaterfallsFlow/WaterfallsFlow.vue";
- import emptyPage from '@/components/emptyPage.vue';
- // #ifdef MP
- import {
- getTemlIds
- } from '@/api/api.js';
- import {
- SUBSCRIBE_MESSAGE,
- TIPS_KEY
- } from '@/config/cache';
- // #endif
- import {
- mapGetters,
- mapMutations
- } from 'vuex';
- import {
- getDiy,
- getDiyVersion
- } from '@/api/api.js';
- import {
- getCategoryList,
- getProductslist,
- getProductHot,
- diyProductApi
- } from '@/api/store.js';
- import {
- goShopDetail
- } from '@/libs/order.js';
- import {
- toLogin
- } from '@/libs/login.js';
- import {
- HTTP_REQUEST_URL
- } from '@/config/app';
- import pageFooter from '@/components/pageFooter/index.vue';
- import Loading from '@/components/Loading/index.vue';
- import recommend from '@/components/recommend';
- export default {
- computed: {
- pageStyle() {
- return {
- backgroundColor: this.bgColor,
- backgroundImage: this.bgPic ? `url(${this.bgPic})` : '',
- minHeight: this.windowHeight + 'px'
- }
- },
- pdHeights() {
- let H = `${this.pdHeight*2 + 100}rpx`
- return {
- height: this.isFooter ? H : '100rpx'
- }
- },
- ...mapGetters(['isLogin', 'uid', 'cartNum']),
- },
- mixins: [colors],
- components: {
- recommend,
- Loading,
- pageFooter,
- couponWindow,
- homeComb,
- newVip,
- userInfor,
- shortVideo,
- headerSerch,
- swipers,
- coupon,
- articleList,
- bargain,
- blankPage,
- combination,
- customerService,
- goodList,
- guide,
- liveBroadcast,
- menus,
- pictureCube,
- news,
- promotionList,
- richText,
- seckill,
- swiperBg,
- tabNav,
- titles,
- ranking,
- presale,
- pointsMall,
- videos,
- signIn,
- hotspot,
- follow,
- waterfallsFlow,
- emptyPage
- },
- data() {
- return {
- styleConfig: [],
- loading: false,
- loadend: false,
- loadTitle: '下拉加载更多', //提示语
- page: 1,
- limit: this.$config.LIMIT,
- numConfig: 0,
- code: '',
- isCouponShow: false,
- couponObj: {},
- couponObjs: {
- show: false
- },
- shareInfo: {},
- sortList: '',
- sortAll: [],
- goodPage: 1,
- goodList: [],
- sid: 0,
- curSort: 0,
- sortMpTop: 0,
- loaded: false,
- loading: false,
- domOffsetTop: 50,
- // #ifdef APP-PLUS || MP
- isFixed: true,
- // #endif
- // #ifdef H5
- isFixed: false,
- // #endif
- site_config: '',
- errorNetwork: false, // 是否断网
- isHeaderSerch: false,
- showHomeComb: false,
- showCateNav: false,
- homeCombData: {},
- headerSerchCombData: {},
- cateNavData: {},
- bgColor: '',
- bgPic: '',
- bgTabVal: '',
- pageShow: true,
- windowHeight: 0,
- imgHost: HTTP_REQUEST_URL,
- isShowAuth: false,
- isScrolled: false,
- product_video_status: false,
- confirm_video_status: false,
- positionTop: 0,
- isFooter: false,
- pdHeight: 0, //自定义底部导航上下边距和
- giveList: [], //爆单商品
- joinList: [], //抢购商品
- };
- },
- onLoad(options) {
- let that = this;
- uni.hideTabBar();
- that.getOptions(options);
- this.$nextTick(function() {
- uni.getSystemInfo({
- success: function(res) {
- that.windowHeight = res.windowHeight;
- }
- });
- })
- const {
- state,
- scope
- } = options;
- this.diyData();
- // #ifdef H5
- this.setOpenShare();
- // #endif
- // #ifdef MP
- this.getTemlIds();
- // #endif
- getShare().then(res => {
- this.shareInfo = res.data;
- });
- this.getCopyRight();
- this.$eventHub.$on('confirm_video_status', () => {
- if (this.confirm_video_status) {
- return;
- }
- this.confirm_video_status = true;
- let flag = true;
- // #ifdef H5
- flag = window.self == window.top;
- // #endif
- if (!flag) {
- return;
- }
- uni.showModal({
- content: '当前使用移动网络,是否继续播放视频?',
- success: (res) => {
- if (res.confirm) {
- // 监听
- this.SET_AUTOPLAY(true);
- this.$eventHub.$emit('product_video_observe');
- }
- }
- });
- });
- this.getInitGoods();
- },
- onUnload() {
- // 清除监听
- uni.$off('activeFn');
- },
- watch: {
- isLogin: {
- deep: true, //深度监听设置为 true
- handler: function(newV, oldV) {
- // 优惠券弹窗
- var newDates = new Date().toLocaleDateString();
- if (newV) {
- try {
- var oldDate = uni.getStorageSync('oldDate') || '';
- } catch {}
- if (oldDate != newDates) {
- this.getCoupon();
- }
- }
- }
- }
- },
- onShow() {
- if (this.cartNum > 0) {
- uni.setTabBarBadge({
- index: 3,
- text: this.cartNum > 99 ? '99+' : this.cartNum + ''
- })
- } else {
- uni.hideTabBarRedDot({
- index: 3
- })
- }
- uni.removeStorageSync('form_type_cart');
- // 优惠券弹窗
- if (this.isLogin) {
- this.getCoupon();
- }
- },
- onReady() {},
- methods: {
- ...mapMutations(['SET_AUTOPLAY']),
- addCartChange(item){
- uni.navigateTo({
- url: `/pages/goods_details/index?id=${item.id}`
- });
- },
- getInitGoods() {
- getProductslist({
- page: 1,
- limit: 1000,
- give_award_range: 1,
- }).then(res => {
- this.giveList = res.data
- });
- getProductslist({
- page: 1,
- limit: 1000,
- join_games: 1,
- }).then(res => {
- this.joinList = res.data
- });
- },
- getCopyRight() {
- copyRight().then(res => {
- let data = res.data;
- uni.setStorageSync('wechatStatus', data.wechat_status)
- // #ifndef APP-PLUS
- this.site_config = data.record_No;
- // #endif
- if (!data.copyrightContext && !data.copyrightImage) {
- data.copyrightImage = '/static/images/support.png'
- }
- uni.setStorageSync('copyNameInfo', data.copyrightContext);
- uni.setStorageSync('copyImageInfo', data.copyrightImage);
- // #ifdef MP
- uni.setStorageSync('MPSiteData', JSON.stringify({
- site_logo: data.site_logo,
- site_name: data.site_name
- }));
- // #endif
- }).catch(err => {
- return this.$util.Tips({
- title: err.msg
- });
- });
- },
- getOptions(options) {
- let that = this;
- // #ifdef MP
- if (options.scene) {
- let value = that.$util.getUrlParams(decodeURIComponent(options.scene));
- //记录推广人uid
- if (value.spid) app.globalData.spid = value.spid;
- }
- // #endif
- if (options.spid) app.globalData.spid = options.spid;
- },
- // 重新链接
- reconnect() {
- this.diyData();
- getShare().then(res => {
- this.shareInfo = res.data;
- });
- },
- goICP() {
- // #ifdef H5
- window.open('http://beian.miit.gov.cn/');
- // #endif
- // #ifdef MP
- uni.navigateTo({
- url: `/pages/annex/web_view/index?url=https://beian.miit.gov.cn/`
- });
- // #endif
- },
- bindHeighta(data) {
- // #ifdef APP-PLUS
- this.sortMpTop = data.top + data.height;
- // #endif
- },
- bindHeight(data) {
- uni.hideLoading();
- this.domOffsetTop = data.top;
- },
- // 去商品详情
- goGoodsDetail(item) {
- goShopDetail(item, this.uid).catch(res => {
- uni.navigateTo({
- url: `/pages/goods_details/index?id=${item.id}`
- });
- });
- },
- // 分类点击
- changeSort(item, index) {
- if (this.curSort == index) return;
- this.curSort = index;
- this.sid = item.id;
- this.goodList = [];
- this.goodPage = 1;
- this.loaded = false;
- this.getGoodsList();
- },
- /**
- * @param data {
- classPage: 0 分类id
- microPage: 0 微页面id
- type: 1 0 微页面 1 商品分类
- }*/
- bindSortId(data) {
- this.styleConfig = [];
- if (data.type == 1) {
- this.getProductList(data.classPage);
- } else {
- this.sortList = [];
- this.getMicroPage(data.microPage, true);
- }
- },
- /**
- * 获取DIY
- * @param {number} id
- * @param {boolean} type 区分是否是微页面
- */
- getMicroPage(id, type) {
- let that = this;
- that.styleConfig = []
- uni.showLoading({
- title: '加载中...'
- });
- getDiy(id).then(res => {
- uni.hideLoading();
- let data = res.data;
- let diyArr = that.objToArr(res.data.value);
- diyArr = diyArr.filter(item => item.isHide !== '1');
- diyArr.forEach((item, index) => {
- if (['headerSerch', 'homeComb'].includes(item.name)) {
- diyArr.splice(index, 1);
- }
- });
- this.styleConfig = diyArr;
- }).catch(err => {
- return that.$util.Tips({
- title: err
- });
- uni.hideLoading();
- });
- },
- getProductList(data) {
- let tempObj = '';
- this.curSort = 0;
- this.loaded = false;
- if (this.sortAll.length > 0) {
- this.sortAll.forEach((el, index) => {
- if (el.id == data) {
- this.$set(this, 'sortList', el);
- this.sid = el.children.length ? el.children[0].id : '';
- }
- });
- this.goodList = [];
- this.goodPage = 1;
- this.$nextTick(() => {
- if (this.sortList != '') this.getGoodsList();
- });
- } else {
- getCategoryList().then(res => {
- this.sortAll = res.data;
- res.data.forEach((el, index) => {
- if (el.id == data) {
- this.sortList = el;
- this.sid = el.children.length ? el.children[0].id : '';
- }
- });
- this.goodList = [];
- this.goodPage = 1;
- this.$nextTick(() => {
- if (this.sortList != '') this.getGoodsList();
- });
- });
- }
- },
- // 商品列表
- getGoodsList() {
- if (this.loading || this.loaded) return;
- this.loading = true;
- getProductslist({
- sid: this.sid,
- keyword: '',
- priceOrder: '',
- salesOrder: '',
- news: 0,
- page: this.goodPage,
- limit: 10,
- cid: this.sortList.id
- }).then(res => {
- this.loading = false;
- this.loaded = res.data.length < 10;
- this.goodPage++;
- this.goodList = this.goodList.concat(res.data);
- });
- },
- // 新用户优惠券
- getNewCoupon() {
- const oldUser = uni.getStorageSync('oldUser') || 0;
- if (!oldUser) {
- getCouponNewUser().then(res => {
- const {
- data
- } = res;
- if (data.show) {
- if (data.list.length) {
- this.isCouponShow = true;
- this.couponObj = data;
- uni.setStorageSync('oldUser', 1);
- }
- } else {
- uni.setStorageSync('oldUser', 1);
- }
- });
- }
- },
- // 优惠券弹窗
- getCoupon() {
- const tagDate = uni.getStorageSync('tagDate') || '',
- nowDate = new Date().toLocaleDateString();
- if (tagDate === nowDate) {
- this.getNewCoupon();
- } else {
- getCouponV2().then(res => {
- const {
- data
- } = res;
- if (data.list.length) {
- this.isCouponShow = true;
- this.couponObj = data;
- uni.setStorageSync('tagDate', new Date().toLocaleDateString());
- } else {
- this.getNewCoupon();
- }
- });
- }
- },
- // 优惠券弹窗关闭
- couponClose() {
- this.isCouponShow = false;
- if (!uni.getStorageSync('oldUser')) {
- this.getNewCoupon();
- }
- },
- onLoadFun() {
- this.isShowAuth = false
- },
- // #ifdef H5
- // 获取url后面的参数
- getQueryString(name) {
- var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)', 'i');
- var reg_rewrite = new RegExp('(^|/)' + name + '/([^/]*)(/|$)', 'i');
- var r = window.location.search.substr(1).match(reg);
- var q = window.location.pathname.substr(1).match(reg_rewrite);
- if (r != null) {
- return unescape(r[2]);
- } else if (q != null) {
- return unescape(q[2]);
- } else {
- return null;
- }
- },
- // #endif
- // #ifdef MP
- getTemlIds() {
- let messageTmplIds = wx.getStorageSync(SUBSCRIBE_MESSAGE);
- if (!messageTmplIds) {
- getTemlIds().then(res => {
- if (res.data) wx.setStorageSync(SUBSCRIBE_MESSAGE, JSON.stringify(res.data));
- });
- }
- },
- // #endif
- // 对象转数组
- objToArr(data) {
- let obj = Object.keys(data).sort();
- let m = obj.map(key => data[key]);
- return m;
- },
- setDiyData(data) {
- this.errorNetwork = false
- if (data.is_bg_color) {
- this.bgColor = data.color_picker
- }
- if (data.is_bg_pic) {
- this.bgPic = data.bg_pic
- this.bgTabVal = data.bg_tab_val
- }
- this.pageShow = data.is_show
- uni.setNavigationBarTitle({
- title: data.title
- });
- let temp = [];
- let lastArr = this.objToArr(data.value);
- lastArr.forEach((item, index, arr) => {
- if (item.name === 'homeComb') {
- this.showHomeComb = true
- this.homeCombData = item;
- if (item.searchConfig.tabVal) {
- this.positionTop = uni.getSystemInfoSync().statusBarHeight + 43
- }
- }
- if (item.name == 'headerSerch') {
- this.isHeaderSerch = true;
- this.headerSerchCombData = item;
- }
- if (item.name == 'tabNav') {
- this.showCateNav = true;
- this.cateNavData = item;
- }
- if (item.isHide !== '1') {
- temp.push(item);
- }
- });
- function sortNumber(a, b) {
- return a.timestamp - b.timestamp;
- }
- temp.sort(sortNumber)
- this.styleConfig = temp;
- },
- getDiyData() {
- getDiy(0).then(res => {
- uni.setStorageSync('diyData', JSON.stringify(res.data));
- this.setDiyData(res.data);
- }).catch(error => {
- // #ifdef APP-PLUS
- if (error.status) {
- uni.hideLoading()
- if (this.errorNetwork) {
- uni.showToast({
- title: '请开启网络连接',
- icon: 'none',
- duration: 2000
- })
- }
- this.errorNetwork = true;
- }
- // #endif
- });
- },
- diyData() {
- let diyData = uni.getStorageSync('diyData');
- if (diyData) {
- getDiyVersion(0).then(res => {
- let diyVersion = uni.getStorageSync('diyVersion');
- if ((res.data.version + '0') === diyVersion) {
- this.setDiyData(JSON.parse(diyData));
- } else {
- uni.setStorageSync('diyVersion', (res.data.version + '0'));
- this.getDiyData();
- }
- });
- } else {
- this.getDiyData();
- }
- },
- changeLogin() {
- this.getIsLogin();
- },
- getIsLogin() {
- toLogin()
- },
- changeBarg(item) {
- if (!this.isLogin) {
- this.getIsLogin();
- } else {
- uni.navigateTo({
- url: `/pages/activity/goods_bargain_details/index?id=${item.id}&spid=${this.$store.state.app.uid}`
- });
- }
- },
- goDetail(item) {
- goShopDetail(item, this.$store.state.app.uid).catch(res => {
- uni.navigateTo({
- url: `/pages/goods_details/index?id=${item.id}`
- });
- });
- },
- newDataStatus(val, num) {
- this.isFooter = val ? true : false;
- this.pdHeight = num;
- },
- // #ifdef H5
- // 微信分享;
- setOpenShare: function() {
- let that = this;
- let uid = this.uid ? this.uid : 0;
- if (that.$wechat.isWeixin()) {
- getShare().then(res => {
- let data = res.data;
- let configAppMessage = {
- desc: data.synopsis,
- title: data.title,
- link: location.href + '?spid=' + uid,
- imgUrl: data.img
- };
- that.$wechat.wechatEvevt(['updateAppMessageShareData', 'updateTimelineShareData',
- 'onMenuShareAppMessage', 'onMenuShareTimeline'
- ],
- configAppMessage);
- });
- }
- }
- // #endif
- },
- onReachBottom() {
- this.getGoodsList();
- },
- onPageScroll(e) {
- // #ifdef H5
- if (this.isHeaderSerch) {
- if (e.scrollTop > this.domOffsetTop) {
- this.isFixed = true;
- }
- if (e.scrollTop < this.domOffsetTop) {
- this.$nextTick(() => {
- this.isFixed = false;
- });
- }
- } else {
- this.isFixed = false
- }
- // #endif
- if (e.scrollTop > 10) {
- this.isScrolled = true;
- } else {
- this.isScrolled = false;
- }
- uni.$emit('scroll');
- uni.$emit('onPageScroll', e.scrollTop);
- },
- //#ifdef MP
- onShareAppMessage() {
- let uid = this.uid ? this.uid : 0;
- if (this.shareInfo.img) {
- return {
- title: this.shareInfo.title,
- path: '/pages/index/index?spid=' + uid,
- imageUrl: this.shareInfo.img,
- desc: this.shareInfo.synopsis
- };
- } else {
- return {
- title: this.shareInfo.title,
- path: '/pages/index/index?spid=' + uid
- // imageUrl: this.shareInfo.img,
- // desc: this.shareInfo.synopsis
- };
- }
- },
- //分享到朋友圈
- onShareTimeline: function() {
- return {
- title: this.shareInfo.title,
- path: '/pages/index/index',
- imageUrl: this.shareInfo.img,
- desc: this.shareInfo.synopsis
- };
- }
- //#endif
- };
- </script>
- <style lang="scss">
- // page {
- // padding-bottom: 50px;
- // }
- .pictrue_log_class {
- background-color: var(--view-theme);
- }
- .ysize {
- background-size: 100%;
- }
- .fullsize {
- background-size: 100% 100%;
- }
- .repeat {
- background-repeat: repeat;
- }
- .noRepeat {
- background-repeat: no-repeat;
- }
- .error-network {
- position: fixed;
- left: 0;
- top: 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 100%;
- height: 100%;
- padding-top: 40rpx;
- background: #fff;
- image {
- width: 414rpx;
- height: 336rpx;
- }
- .title {
- position: relative;
- top: -40rpx;
- font-size: 32rpx;
- color: #666;
- }
- .con {
- font-size: 24rpx;
- color: #999;
- .label {
- margin-bottom: 20rpx;
- }
- .item {
- margin-bottom: 20rpx;
- }
- }
- .btn {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 508rpx;
- height: 86rpx;
- margin-top: 100rpx;
- border: 1px solid #D74432;
- color: #E93323;
- font-size: 30rpx;
- border-radius: 120rpx;
- }
- }
- .sort-scroll {
- background-color: #fff;
- }
- .sort-product {
- margin-top: 20rpx;
- }
- .site-config {
- margin: 40rpx 0;
- font-size: 24rpx;
- text-align: center;
- color: #666;
- &.fixed {
- position: fixed;
- bottom: 69px;
- left: 0;
- width: 100%;
- }
- }
- .select {
- border: 1px solid var(--view-theme);
- }
- .goodsTitle {
- font-size: 30rpx;
- padding: 0rpx 30rpx;
- line-height: 1;
- .borderBottom {
- border-bottom: 4px solid #e93323;
- }
- }
- .goodsItem {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- padding: 30rpx;
- .itemList {
- width: 48%;
- border-radius: 20rpx;
- overflow: hidden;
- background-color: #FFF;
- }
- .itemContent{
- padding: 20rpx;
- line-height: 1;
- position: relative;
- .itemTitle{
- font-size: 28rpx;
- }
- .itemMoney{
- color: var(--view-theme);
- font-weight: bold;
- padding: 10rpx 0;
- }
- .greenIn{
- font-size: 20rpx;
- .greenText{
- font-size: 32rpx;
- color: $uni-color-success;
- }
- }
- .bottomCart{
- position: absolute;
- right: 20rpx;
- bottom: 20rpx;
- background:linear-gradient(90deg, var(--view-theme) 0%, var(--view-gradient) 100%); ;
- border-radius: 100%;
- width: 44rpx;
- height: 44rpx;
- color:#FFF;
- line-height: 44rpx;
- }
- }
- .itemImage {
- line-height: 0;
- .imageBanner {
- width: 100%;
- }
- }
- }
- </style>
|