页面修改
This commit is contained in:
parent
5edf9029fd
commit
f32a8dd835
@ -9,8 +9,8 @@ let httpApiThree
|
|||||||
// 网络接口修改此字符 小程序域名要求https
|
// 网络接口修改此字符 小程序域名要求https
|
||||||
// let httpApi = 'http://192.168.31.110:8324' // 测试
|
// let httpApi = 'http://192.168.31.110:8324' // 测试
|
||||||
if (process.env.NODE_ENV === "development") {
|
if (process.env.NODE_ENV === "development") {
|
||||||
// httpApi = 'https://shop.lihaink.cn' // 生产
|
httpApi = 'https://shop.lihaink.cn' // 生产
|
||||||
httpApi = "https://crmeb-test.shop.lihaink.cn"
|
// httpApi = "https://crmeb-test.shop.lihaink.cn"
|
||||||
// httpApi = "http://192.168.0.222"
|
// httpApi = "http://192.168.0.222"
|
||||||
// httpApi = "http://192.168.0.108:8325"
|
// httpApi = "http://192.168.0.108:8325"
|
||||||
// httpApi = 'http://192.168.0.108:8325'
|
// httpApi = 'http://192.168.0.108:8325'
|
||||||
|
@ -20,53 +20,54 @@
|
|||||||
|
|
||||||
<view class="">
|
<view class="">
|
||||||
<!-- <view :style="`height: ${appInfo.top}px;background-color: red;z-index: 99999;`"></view> -->
|
<!-- <view :style="`height: ${appInfo.top}px;background-color: red;z-index: 99999;`"></view> -->
|
||||||
<transition name="fade">
|
<!-- <transition name="fade"> -->
|
||||||
<view class="head" style="padding-top: var(--status-bar-height);" v-if="showtit">
|
<view :class="{'head':true,'show':showtit}" style="padding-top: var(--status-bar-height);"
|
||||||
<view style="display: flex;align-items: center;">
|
v-if="showtit">
|
||||||
<u--image :showLoading="true" src="/static/images/LHYC/FH.png" width="50.82rpx"
|
<view style="display: flex;align-items: center;">
|
||||||
height="50.82rpx" @click='goBack'></u--image>
|
<u--image :showLoading="true" src="/static/images/LHYC/FH.png" width="50.82rpx"
|
||||||
<view class="head_tit">
|
height="50.82rpx" @click='goBack'></u--image>
|
||||||
{{town}}里海云仓
|
<view class="head_tit">
|
||||||
|
{{town}}里海云仓
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="head_r" @click="showPop=true">
|
||||||
|
<u--image :showLoading="true" src="/static/images/LHYC/QB.png" width="50.82rpx"
|
||||||
|
height="50.82rpx"></u--image>
|
||||||
|
<text>全部</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<!-- </transition> -->
|
||||||
|
<!-- <transition name="fade"> -->
|
||||||
|
<!-- 滚动 -->
|
||||||
|
<view :class="{'heads':true,'show':!showtit}" style="padding-top: var(--status-bar-height);">
|
||||||
|
<view style="align-items: center;display: flex;justify-content: space-between;">
|
||||||
|
<view class="" style="display: flex;align-items: center;">
|
||||||
|
<view class="back" style="margin-right: 17rpx;">
|
||||||
|
<u--image :showLoading="true" src="/static/images/LHYC/FH.png" width="50.82rpx"
|
||||||
|
height="50.82rpx" @click='goBack'></u--image>
|
||||||
|
</view>
|
||||||
|
<view class="" style="font-size: 40rpx;transform: skewX(-10deg);">
|
||||||
|
供销综合云市场
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="head_r" @click="showPop=true">
|
|
||||||
|
<view style="position: relative;width: 289.14rpx;">
|
||||||
|
<u-search borderColor="#FF6D20" bgColor="white" :showAction="false" placeholder="请输入..."
|
||||||
|
v-model="keyword" class="serch_cls"></u-search>
|
||||||
|
<u--image class="img_cls" :showLoading="true" src="/static/images/GXSC/SS.png"
|
||||||
|
width="115.65rpx" height="56.82rpx" @click="serch"></u--image>
|
||||||
|
</view>
|
||||||
|
<view class='head_r' @click="showPop=true">
|
||||||
<u--image :showLoading="true" src="/static/images/LHYC/QB.png" width="50.82rpx"
|
<u--image :showLoading="true" src="/static/images/LHYC/QB.png" width="50.82rpx"
|
||||||
height="50.82rpx"></u--image>
|
height="50.82rpx"></u--image>
|
||||||
<text>全部</text>
|
<text class="">全部</text>
|
||||||
</view>
|
<view class="flags">
|
||||||
</view>
|
|
||||||
</transition>
|
|
||||||
<transition name="fade">
|
|
||||||
<!-- 滚动 -->
|
|
||||||
<view class="heads" style="padding-top: var(--status-bar-height);" v-if="!showtit">
|
|
||||||
<view style="align-items: center;display: flex;justify-content: space-between;">
|
|
||||||
<view class="" style="display: flex;align-items: center;">
|
|
||||||
<view class="back" style="margin-right: 17rpx;">
|
|
||||||
<u--image :showLoading="true" src="/static/images/LHYC/FH.png" width="50.82rpx"
|
|
||||||
height="50.82rpx" @click='goBack'></u--image>
|
|
||||||
</view>
|
|
||||||
<view class="" style="font-size: 40rpx;transform: skewX(-10deg);">
|
|
||||||
供销综合云市场
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<view style="position: relative;width: 289.14rpx;">
|
|
||||||
<u-search borderColor="#FF6D20" bgColor="white" :showAction="false" placeholder="请输入..."
|
|
||||||
v-model="keyword" class="serch_cls"></u-search>
|
|
||||||
<u--image class="img_cls" :showLoading="true" src="/static/images/GXSC/SS.png"
|
|
||||||
width="115.65rpx" height="56.82rpx" @click="serch"></u--image>
|
|
||||||
</view>
|
|
||||||
<view class='head_r' @click="showPop=true">
|
|
||||||
<u--image :showLoading="true" src="/static/images/LHYC/QB.png" width="50.82rpx"
|
|
||||||
height="50.82rpx"></u--image>
|
|
||||||
<text class="">全部</text>
|
|
||||||
<view class="flags">
|
|
||||||
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</transition>
|
</view>
|
||||||
|
<!-- </transition> -->
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<view :class="act_swiper">
|
<view :class="act_swiper">
|
||||||
<swiper :autoplay="false" :active-class="activeClass" :interval="3000" class="swipers"
|
<swiper :autoplay="false" :active-class="activeClass" :interval="3000" class="swipers"
|
||||||
@ -393,13 +394,14 @@
|
|||||||
this.totalMoney = 0
|
this.totalMoney = 0
|
||||||
this.cartList = res.data.list
|
this.cartList = res.data.list
|
||||||
this.cartList.forEach(e => {
|
this.cartList.forEach(e => {
|
||||||
|
|
||||||
e.list.forEach(item => {
|
e.list.forEach(item => {
|
||||||
this.totalMoney += item.productAttr.price * item.cart_num
|
this.totalMoney += item.cart_num * item.productAttr.price
|
||||||
})
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
this.totalMoney = this.totalMoney.toFixed(2);
|
this.totalMoney = this.totalMoney.toFixed(2)
|
||||||
})
|
})
|
||||||
// this.
|
|
||||||
getCartCounts().then(res => {
|
getCartCounts().then(res => {
|
||||||
this.goodsNum = res.data[0].count
|
this.goodsNum = res.data[0].count
|
||||||
})
|
})
|
||||||
@ -724,7 +726,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.head {
|
.head {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
color: white;
|
color: white;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -732,6 +734,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
transition: .5s;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -743,22 +746,23 @@
|
|||||||
color: white;
|
color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
// background-color: white;
|
transition: 1s;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.show {
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 748rpx;
|
top: 748rpx;
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
background-color: rgba(255, 255, 255, 0.5);
|
background-color: rgba(255, 255, 255, 0.7);
|
||||||
|
height: 250rpx;
|
||||||
// height: 175.23rpx;
|
// height: 175.23rpx;
|
||||||
// box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.5);
|
// box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.5);
|
||||||
box-shadow: 0 0 100rpx 30rpx rgba(255, 255, 255, 0.9);
|
// box-shadow: 0 0 100rpx 30rpx rgba(255, 255, 255, 0.9);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 7.2 MiB After Width: | Height: | Size: 528 KiB |
Loading…
x
Reference in New Issue
Block a user