zhaojs
2023-06-17 e0c979eb8a501eab86a9edd8f74597db7c6571d1
no message
已修改7个文件
43 ■■■■■ 文件已修改
uniapp/components/sh_page/findPage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/components/sh_page/indexCont.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/components/sh_page/minePage.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/pages/index/index.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/pages/mine/mine.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/utils/config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
uniapp/components/sh_page/findPage.vue
@@ -282,7 +282,7 @@
            gofindDetails(id) {
                console.log(id)
                uni.navigateTo({
                    url: "./findGoods?id=" + id
                    url: "/pages/find/findGoods?id=" + id
                })
            },
            
uniapp/components/sh_page/indexCont.vue
@@ -16,7 +16,7 @@
                </view>
                <view class="pageBody-container colCen borderBox">
                    <view class="column-container">
                        <view class="bannerSwiper-container colCenCen borderBox" v-if="topBannerList.length>0">
                    <!--     <view class="bannerSwiper-container colCenCen borderBox" v-if="topBannerList.length>0">
                            <swiper class="swiper-box" :current="swpidx
                        " @change="changeColor" :autoplay="true" :interval="3000" :duration="500" :indicator-dots="true"
                                :indicator-active-color="'#fff'" circular>
@@ -28,7 +28,7 @@
                                    
                                </swiper-item>
                            </swiper>
                        </view>
                        </view> -->
                        
                        <!-- 金刚区 -->
                        <view class="navslider-box" v-if="navbarShowList.length > 0">
uniapp/components/sh_page/minePage.vue
@@ -44,7 +44,7 @@
        </view>
        <view class="mine-under-container colCen borderBox">
        
            <view class="swiper-container borderBox" v-if="bannerList.length>0">
            <!-- <view class="swiper-container borderBox" v-if="bannerList.length>0">
                <swiper class="banerContent" :autoplay="true" :interval="3000" :duration="1000" circular>
                    <swiper-item v-for="(items,index) in bannerList" :key="index" @tap="goUrl(items)">
                        <view class="swiper-items defIcon">
@@ -52,7 +52,7 @@
                        </view>
                    </swiper-item>
                </swiper>
            </view>
            </view> -->
            
            <view class="setting-wrapper wrapperLayer colCen">
                
@@ -391,7 +391,7 @@
        .headerbox-container {
            width: 100%;
            height: 326rpx;
            height: 426rpx;
            position: relative;
            background: linear-gradient(263deg, #D20CFC, #8905F6);
uniapp/manifest.json
@@ -2,8 +2,8 @@
    "name" : "大返官",
    "appid" : "__UNI__FC8858A",
    "description" : "大返官app",
    "versionName" : "1.1.4",
    "versionCode" : 114,
    "versionName" : "1.1.7",
    "versionCode" : 117,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
uniapp/pages/index/index.vue
@@ -1,9 +1,8 @@
<template>
    <view v-if="isshowtype">
  <!--  <view v-if="isshowtype">
        <indexnewPage></indexnewPage>
    </view>
    <view v-else class="index-wrapper wrapperLayer borderBox">
    </view> -->
    <view class="index-wrapper wrapperLayer borderBox">
        <view class="fixed-container colCen borderBox" :style="'background:'+ (categoryCurrent>0?'#EE1B14':(scrollTop>30?'#EE1B14;':bannerColor) +';')">
            <view class="topbarbox"></view>
            <view class="headerSearch-container rowCenBet borderBox">
@@ -129,10 +128,11 @@
                nowcurrentid:'',
                recomendType:1,
                isshowtype:false,
                hasshow:false,
            }
        },
        onLoad() {
            this.shShow();
            this.getCategoryList();
            this.getPopBannerInfo();
        },
@@ -146,6 +146,11 @@
                },1000);
                return;
            }
            if(!this.hasshow)
            {
                this.shShow();
            }
            var user= uni.getStorageSync('userInfo');
            console.log(user);
            if(!user.invitation_code)
@@ -174,8 +179,8 @@
            shShow()
            {
                var that=this;
                console.log('开始请求······');
                this.$u.api.comminInt({}).then(e => {
                    that.hasshow=true;
                    // #ifdef APP-PLUS
                    if (plus.os.name == 'iOS') {
                        if (e.data.basic.iosExamine && plus.runtime.version == e.data.basic.IosExamineV) {
uniapp/pages/mine/mine.vue
@@ -1,8 +1,8 @@
<template>
    <view v-if="isshowtype">
    <!-- <view v-if="isshowtype">
        <minePage></minePage>
    </view>
    <view v-else class="minePage-wrapper">
    </view> -->
    <view class="minePage-wrapper">
        <view class="fixed-box colCen" style="background:linear-gradient(263deg, #D20CFC, #8905F6);">
            <view class="topbarbox"></view>
            <view class="navigate-container rowCenBet">
uniapp/utils/config.js
@@ -1,6 +1,6 @@
//const httpUrl = ""; // 接口域名
const httpUrl = "http://appapitest.ushopvip.com"; // 测试环境接口域名
//const httpUrl = "http://dfgapp.ushopvip.com"; // 生产环境接口域名
//const httpUrl = "http://appapitest.ushopvip.com"; // 测试环境接口域名
const httpUrl = "http://dfgapp.ushopvip.com"; // 生产环境接口域名
const salt = ""; 
export default {
    httpUrl:httpUrl,