This commit is contained in:
parent
d109345612
commit
8893ff044c
|
|
@ -37,10 +37,10 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="big-img" v-if="indexmessage.izPackage=='Y'&&indexmessage?.izStart=='N'">
|
<view class="big-img" v-if="indexmessage.izPackage=='Y'&&indexmessage?.izStart=='N'&&!indexmessage.flag" @click="indexmessage.flag = true">
|
||||||
<image :src="`/static/zlb.png`" :style=" 'width: 450rpx' " mode="aspectFill" />
|
<image :src="`/static/zlb.png`" :style=" 'width: 450rpx' " mode="aspectFill" />
|
||||||
</view>
|
</view>
|
||||||
<view class="cardbox" v-if="indexmessage.izPackage=='Y'&&indexmessage?.izStart=='Y'">
|
<view class="cardbox" v-if="indexmessage.izPackage=='Y'&&indexmessage?.izStart=='Y'||indexmessage.flag">
|
||||||
<scroll-view scroll-y="true" class="scrollcard" @touchmove.stop>
|
<scroll-view scroll-y="true" class="scrollcard" @touchmove.stop>
|
||||||
<view class="itemcard" v-for="(v,i) in zlarr" :key='i' :class="v.flag?'act':''" @click="zldex(v)">
|
<view class="itemcard" v-for="(v,i) in zlarr" :key='i' :class="v.flag?'act':''" @click="zldex(v)">
|
||||||
<image :src="!v.flag?`/static/index/newindex/states/xs.png`:'/static/index/newindex/states/xsz.png'" />
|
<image :src="!v.flag?`/static/index/newindex/states/xs.png`:'/static/index/newindex/states/xsz.png'" />
|
||||||
|
|
@ -96,29 +96,28 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="left-menu">
|
<view class="left-menu">
|
||||||
<view style="margin: 30rpx 0;" @click="errmsgclk(0,1,indexmessage)">
|
<view @click="errmsgclk(0,1,indexmessage)">
|
||||||
<view class="left-ball"
|
<view class="left-ball"
|
||||||
:style="indexmessage?.serviceContent!=''?' ':'opacity: 0.5'">
|
:style="indexmessage?.serviceContent!=''?' ':'opacity: 0.5'">
|
||||||
<image class="left-menu-img"
|
<image class="left-menu-img"
|
||||||
:src="'/static/index/newindex/leftmenu/left'+0+'.png'" />
|
:src="'/static/index/newindex/leftmenu/left'+0+'.png'" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="margin: 30rpx 0;" @click="errmsgclk(1,1,indexmessage)">
|
<view @click="errmsgclk(1,1,indexmessage)">
|
||||||
<view class="left-ball"
|
<view class="left-ball"
|
||||||
:style="indexmessage?.mp3File!=''?' ':'opacity: 0.5'">
|
:style="indexmessage?.mp3File!=''?' ':'opacity: 0.5'">
|
||||||
<image class="left-menu-img"
|
<image class="left-menu-img"
|
||||||
:src="'/static/index/newindex/leftmenu/left'+1+'.png'" />
|
:src="'/static/index/newindex/leftmenu/left'+1+'.png'" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="margin: 30rpx 0;" @click="errmsgclk(2,1,indexmessage)" >
|
<view @click="errmsgclk(2,1,indexmessage)" >
|
||||||
<view class="left-ball"
|
<view class="left-ball"
|
||||||
:style="indexmessage?.mp4File!=''?' ':'opacity: 0.5'">
|
:style="indexmessage?.mp4File!=''?' ':'opacity: 0.5'">
|
||||||
<image class="left-menu-img"
|
<image class="left-menu-img"
|
||||||
:src="'/static/index/newindex/leftmenu/left'+2+'.png'" />
|
:src="'/static/index/newindex/leftmenu/left'+2+'.png'" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-for="(item,index) in [3,4]" :key="index" style="margin: 30rpx 0;"
|
<view v-for="(item,index) in [3,4]" :key="index" @click="errmsgclk(item,2,indexmessage)">
|
||||||
@click="errmsgclk(item,2,indexmessage)">
|
|
||||||
<view class="left-ball"
|
<view class="left-ball"
|
||||||
:style="indexmessage?.izStart=='Y'?' ':'opacity: 0.5'">
|
:style="indexmessage?.izStart=='Y'?' ':'opacity: 0.5'">
|
||||||
<image class="left-menu-img"
|
<image class="left-menu-img"
|
||||||
|
|
@ -130,10 +129,8 @@
|
||||||
<view class="zhezhao-top"></view>
|
<view class="zhezhao-top"></view>
|
||||||
<view class="zhezhao-bottom"></view>
|
<view class="zhezhao-bottom"></view>
|
||||||
<image class="top-img" :src="`/static/index/newindex/rightmenu/top.png`" />
|
<image class="top-img" :src="`/static/index/newindex/rightmenu/top.png`" />
|
||||||
<view scroll-y="true" class="right-scroll">
|
<view class="right-scroll">
|
||||||
<!-- <view style="height: 1.4vw;"> </view> -->
|
<view style="margin:1.5vw 0;width: 4vw;margin-left: 20rpx;" @click="zhixing(1,indexmessage)">
|
||||||
|
|
||||||
<view style="margin:1.5vw 0;width: 110rpx;margin-left: 20rpx;" @click="zhixing(1,indexmessage)">
|
|
||||||
<view class="white-circle"
|
<view class="white-circle"
|
||||||
:style="indexmessage?.izStart=='Y'?'opacity: 0.7' : ''">
|
:style="indexmessage?.izStart=='Y'?'opacity: 0.7' : ''">
|
||||||
<image class="right-menu-img" :src="'/static/index/newindex/rightmenu/1.png'" />
|
<image class="right-menu-img" :src="'/static/index/newindex/rightmenu/1.png'" />
|
||||||
|
|
@ -142,7 +139,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="margin:1.5vw 0;width: 110rpx;margin-left: 20rpx;" @click="zhixing(2,indexmessage)">
|
<view style="margin:1.5vw 0;width:4vw;margin-left: 20rpx;" @click="zhixing(2,indexmessage)">
|
||||||
<view class="white-circle">
|
<view class="white-circle">
|
||||||
<image class="right-menu-img" :src="'/static/index/newindex/rightmenu/2.png'" />
|
<image class="right-menu-img" :src="'/static/index/newindex/rightmenu/2.png'" />
|
||||||
<view class="right-menu-name">
|
<view class="right-menu-name">
|
||||||
|
|
@ -150,7 +147,6 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="height: 2.9vw;"> </view>
|
|
||||||
</view>
|
</view>
|
||||||
<image class="top-img" :src="`/static/index/newindex/rightmenu/bottom.png`" />
|
<image class="top-img" :src="`/static/index/newindex/rightmenu/bottom.png`" />
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -289,6 +285,11 @@
|
||||||
})
|
})
|
||||||
const change = (e) => {
|
const change = (e) => {
|
||||||
current.value = e.detail.current
|
current.value = e.detail.current
|
||||||
|
plsbuy.value.forEach((v,i)=>{
|
||||||
|
if(i!=current.value&&v.izPackage=='Y'){
|
||||||
|
v.flag = false
|
||||||
|
}
|
||||||
|
})
|
||||||
}
|
}
|
||||||
const swip = (e) => {
|
const swip = (e) => {
|
||||||
if (current.value == 0 && e == -1) {
|
if (current.value == 0 && e == -1) {
|
||||||
|
|
@ -431,6 +432,9 @@
|
||||||
form.nuId = nuId;
|
form.nuId = nuId;
|
||||||
queryOrderList(form).then(res => {
|
queryOrderList(form).then(res => {
|
||||||
if (res.result.records.length > 0) {
|
if (res.result.records.length > 0) {
|
||||||
|
res.result.records.forEach(item=>{
|
||||||
|
item.flag = false
|
||||||
|
})
|
||||||
plsbuy.value = res.result.records
|
plsbuy.value = res.result.records
|
||||||
// indexmessage.value = res.result.records[0]
|
// indexmessage.value = res.result.records[0]
|
||||||
// clickLeftMenu(0,res.result.records[0])
|
// clickLeftMenu(0,res.result.records[0])
|
||||||
|
|
@ -793,7 +797,7 @@
|
||||||
background: #E9EAED;
|
background: #E9EAED;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 32vh;
|
top: 36vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
@ -926,7 +930,7 @@
|
||||||
border-radius: 1.6vw;
|
border-radius: 1.6vw;
|
||||||
margin: 1.2vw 1.5vw 0 0vw;
|
margin: 1.2vw 1.5vw 0 0vw;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border: 2px solid #DCDCDC;
|
border: 2rpx solid #DCDCDC;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
|
|
@ -959,7 +963,7 @@
|
||||||
|
|
||||||
.act {
|
.act {
|
||||||
background: rgba(255,255,255,0.6);
|
background: rgba(255,255,255,0.6);
|
||||||
border: 2px dashed #0089FE;
|
border: 2rpx dashed #0089FE;
|
||||||
|
|
||||||
text,
|
text,
|
||||||
view {
|
view {
|
||||||
|
|
@ -971,7 +975,7 @@
|
||||||
|
|
||||||
.weight-time {
|
.weight-time {
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 70rpx;
|
font-size: 3.4vw;
|
||||||
margin-top: 2vw;
|
margin-top: 2vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: -50rpx;
|
margin-left: -50rpx;
|
||||||
|
|
@ -1074,6 +1078,9 @@
|
||||||
top: 40%;
|
top: 40%;
|
||||||
left:6vw;
|
left:6vw;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
>view{
|
||||||
|
margin: 1.1vw 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.zoom {
|
.zoom {
|
||||||
|
|
@ -1100,7 +1107,7 @@
|
||||||
|
|
||||||
.right-menu {
|
.right-menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40%;
|
top: 43%;
|
||||||
right: 6vw;
|
right: 6vw;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -1116,11 +1123,11 @@
|
||||||
|
|
||||||
.right-scroll {
|
.right-scroll {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 450rpx;
|
height: 400rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-circle {
|
.white-circle {
|
||||||
height: 170rpx;
|
height: 7.2vw;
|
||||||
border-radius: 60rpx;
|
border-radius: 60rpx;
|
||||||
background: #F7F7F9;
|
background: #F7F7F9;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -1128,7 +1135,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 25rpx;
|
font-size: 1vw;
|
||||||
width: 100rpx;
|
width: 100rpx;
|
||||||
|
|
||||||
.right-menu-img {
|
.right-menu-img {
|
||||||
|
|
|
||||||
|
|
@ -570,7 +570,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||||
)
|
)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]);
|
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]);
|
||||||
export {
|
export {
|
||||||
camera as default
|
camera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -578,7 +578,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||||
)
|
)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]);
|
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]);
|
||||||
export {
|
export {
|
||||||
fullcamera as default
|
fullcamera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue