合完了

This commit is contained in:
chen-xin-zhi 2025-03-17 18:10:19 +08:00
parent 5eada5a1e4
commit 4da939b708
36 changed files with 281 additions and 903 deletions

View File

@ -116,13 +116,6 @@
"navigationBarTitleText" : ""
}
},
{
"path": "pages/Shopping-cart/productmain/productmain",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/store-home/ProductDetails/ProductDetails",
"style" :

View File

@ -5,7 +5,7 @@
<view class="flex-row items-center section_2" v-if="isShow">
<image
class="shrink-0 image"
:src="shoppingCartUrl + '/component/add.png'"
:src="shoppingCartUrl + '/component/dw.png'"
/>
<view class="flex-col flex-1 group">
<view class="flex-row items-baseline group_14">

View File

@ -1,5 +1,5 @@
<template>
<view class="flex-col page">
<view class="flex-col page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-col group">
<view class="flex-col self-stretch section mt-15">
<view class="flex-row items-center group_2">
@ -22,7 +22,7 @@
</picker>
<image
class="pos tag"
:src="shoppingCartUrl + '/component/dw.png'"
:src="shoppingCartUrl + '/newaddress_info/dw.png'"
@click="chooseLocation()"
/>
</view>
@ -56,6 +56,7 @@ import { onLoad, onShow } from '@dcloudio/uni-app';
import { getFonts } from '../../../common/globalFont';
import { shoppingCartUrl } from '../../../common/globalImagesUrl';
import emitter from '../../../utils/emitter';
const bkgUrl = ref(shoppingCartUrl + '/newaddress_info/bkg.png')
const isSelected = ref(false)
const addressParam = ref({
name: "",
@ -180,7 +181,6 @@ const bindTimeChange = (e) => { //picker省市区选择
.page {
padding-top: 26.44rpx;
// background-color: #fffaf0;
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/Shopping-cart/newaddress_Info/bkg.png);
background-size: 100% 100%;
width: 100%;
overflow-y: auto;

View File

@ -1,650 +0,0 @@
<!-- 购物车的详细页面 包含服务类和商品类 -->
<template>
<view class="flex-col page">
<view class="flex-col">
<view class="flex-col justify-start items-end text-wrapper"><text class="font text" @click="changeState">{{ stateText.topBtn }}</text></view>
<!-- <view class="flex-col justify-start items-end text-wrapper"><text class="font text">完成</text></view> -->
<view class="flex-col section">
<view class="flex-row justify-between self-stretch group">
<text class="font text_2" :style="getTextStyle(1)" @click="changeType(1)">商品类</text>
<text class="font" :style="getTextStyle(2)" @click="changeType(2)">服务类</text>
</view>
</view>
<view class="flex-col list">
<checkbox-group @change="checkBoxChange">
<view class="flex-col list-item mt-8" v-for="(item, index) in products" :key="index">
<!-- 实体类商品 -->
<view class="flex-row section_1" v-if="current == 1">
<!-- 多选框 -->
<checkbox class="shrink-0 self-center image_2" :value="index" :checked="item.checked"/>
<view class="flex-row flex-1 self-center group_2">
<image
class="shrink-0 image"
:src="item.cartGoodVO.goodImg.split(';')[0]"
@click="jump_product(item.goodId)"
/>
<view class="flex-col flex-1 group_3 ml-12">
<view class="flex-row group_4">
<text class="font_2" @click="jump_product(item.goodId)">{{ item.cartGoodVO.name }}</text>
<text class="font_2 ml-4" @click="jump_product(item.goodId)">{{ item.cartGoodVO.type }}</text>
</view>
<view class="flex-row items-center mt-47">
<view class="flex-row items-center self-stretch group_5">
<text class="font_3 text_3" @click="jump_product(item.goodId)"><text class="font_4"></text>{{ item.cartGoodVO.price }}</text>
<!-- <image
class="image_6"
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJipaVPoQ-storeRmb.png"
/> -->
</view>
</view>
</view>
</view>
<!-- 减少数量 -->
<image
class="shrink-0 self-start image_3 image_4"
:src="shoppingCartUrl + '/productmain/sub.png'"
@click="decrease(index , item.checked)"
/>
<view class="flex-row shrink-0 self-start group_9">
<view class="flex-col justify-start items-center text-wrapper_2"><text class="font_5 text_4">{{ item.quantity }}</text></view>
<!-- 添加数量 -->
<image
class="image_5 ml-2"
:src="shoppingCartUrl + '/productmain/add.png'"
@click="increase(index , item.checked)"
/>
</view>
</view>
<!-- 服务类商品 -->
<view class="flex-col list-item mt-8" v-for="(item, index) in products" :key="index">
<view class="flex-col list-item_2 mt-8" v-if="current == 2">
<view class="flex-row">
<image
class="shrink-0 self-start image_2 image_8"
src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=radio.png"
/>
<image
class="shrink-0 image_7"
src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=service.png"
/>
<view class="flex-col flex-1 group_1">
<text class="font_6">非遗手工艺体验纸笺加工技艺-流沙笺团扇制作体验</text>
<view class="flex-row justify-between items-center section_3 mt-7">
<view class="flex-col items-start">
<text class="font_7">仿真丝团扇;上午场(09:30-12:00)</text>
<text class="font_8 text_5 mt-6">预约日期2024-10-15</text>
</view>
<image
class="image_9"
src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=pull.png"
/>
</view>
</view>
</view>
<view class="flex-row justify-end items-center group_7 mt-14">
<view class="flex-row items-center">
<text class="font_3 text_6">138.</text>
<image
class="shrink-0 image_6"
src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=storeRmb.png"
/>
<text class="font_4 text_7">00</text>
</view>
<view class="flex-row ml-82">
<image
class="image_3"
src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=short1.png"
/>
<view class="flex-col justify-start items-center text-wrapper_2 ml-2">
<text class="font_5 text_8">1</text>
</view>
<image
class="image_5 ml-2"
src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=add1.png"
/>
</view>
</view>
</view>
</view>
</view>
</checkbox-group>
</view>
</view>
<view class="flex-row justify-between items-center section_4 mt-569">
<view class="flex-row items-center">
<checkbox class="shrink-0 image_2" :checked="allCheck" @tap="allChecked"/>
<text class="ml-10 font text_10">全选</text>
</view>
<view class="flex-row items-center group_3">
<text class="font">合计</text>
<image
class="shrink-0 image_7 image_9"
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJipaVPoQ-storeRmb.png"
/>
<text class="font text_12">{{ totalPrice }}</text>
<view class="flex-col justify-start items-center shrink-0 text-wrapper_3" @click="editOrSettle"><text class="text_11">{{ stateText.bottomBtn }}</text></view>
<!-- <view class="flex-col justify-start items-center shrink-0 text-wrapper_3"><text class="text_11">删除</text></view> -->
</view>
</view>
</view>
</template>
<script setup>
import { ref , onMounted , toRaw} from 'vue'
import { onShow , onLoad } from "@dcloudio/uni-app";
import { getFonts } from '../../../common/globalFont';
import { baseUrl , testUrl ,suiUrl} from '../../../api/request';
import * as math from 'mathjs'
import { shoppingCartUrl } from '../../../common/globalImagesUrl';
const products = ref([])
const current = ref(1) //
const allCheck = ref(false) //
const checkedData = ref([]) //
const totalPrice = ref(0)
const stateText = ref({
topBtn: '编辑',
bottomBtn: '去结算'
})
//
const serviceProduct = ref([])
onShow(()=>{
getProductCart() //
getServiceCart() //
})
onLoad(()=>{
getFonts()
getProductCart() //
getServiceCart() //
})
//id
const getProductCart = async ()=>{
const res = await uni.request({
url: baseUrl + '/cart/list',
method: 'POST',
header: {
'cookie': wx.getStorageSync('cookie')
}
})
// console.log('res--->',res.data);
if(res.data.code === 1) {
products.value = res.data.data
products.value.forEach((item)=>{
item.checked = false
})
}
console.log('products-->',products.value);
}
const deleteProduct = async (idArr) =>{ //
const res = await uni.request({
url: baseUrl + '/cart/delete',
method: 'POST',
data: idArr ,
header: {
'cookie': wx.getStorageSync('cookie')
}
})
console.log(res.data);
if(res.data.code === 1) {
// getProductCart() //
uni.reLaunch({
url: '/pages/Shopping-cart/productmain/productmain'
})
totalPrice.value = 0
}
}
const getServiceCart = async () => {
console.log('获取服务类商品方法被触发');
}
//
const changeType = async (num)=>{
current.value = num;
if (num === 1 ) { //
}
}
//线
const getTextStyle = (num) => ({
'border-bottom' : current.value === num ? '2px solid orange' : '2px solid #ffffff'
});
//
const checkBoxChange =(event)=>{
//checkboxvalue allChecktrue
console.log('length---->',event.detail.value.length);
// console.log('product--->',products.value);
if(event.detail.value.length == products.value.length) {
allCheck.value = true
} else {
allCheck.value = false
}
checkedData.value = [] //
totalPrice.value = 0;
let count = 0; //checkedDatanull
console.log('event--->',event.detail);
if(event.detail.value.length) {
products.value[parseInt(event.detail.value)].checked = true; //
} else {
products.value.forEach((item)=>{
item.checked = false
})
}
//
for(let key in event.detail.value) {
let temp = parseInt(event.detail.value[parseInt(key)]) //
computed(products.value[temp].cartGoodVO.price , products.value[temp].quantity)
}
event.detail.value.forEach((item)=>{
products.value[parseInt(item)].checked = true
})
//checkboxGroup detail.valueidcheckedtrue()
products.value.forEach((x)=>{
event.detail.value.forEach((y)=>{
if(x.value == y) {
x.checked = true
}
})
})
event.detail.value.forEach((item)=>{ //checkedData
console.log('products.value[parseInt(item)].goodId',products.value[parseInt(item)].goodId);
if(products.value[parseInt(item)] !== null) {
checkedData.value.push(products.value[parseInt(item)].id)
// console.log(products.value[parseInt(item)].goodId);
count += 1
}
})
console.log('checkedData--->',checkedData.value);
//ref
// checkedData.value = event.detail.value
// console.log('checkedData--->',checkedData.value);
}
//
const allChecked = ()=>{
allCheck.value = !allCheck.value
totalPrice.value = 0
if ( allCheck.value == true ) {
products.value.forEach((item)=>{
item.checked = true //
computed(item.cartGoodVO.price , item.quantity)
})
checkedData.value = products.value.map((item)=>( item.id ))
console.log('checkedData--->',checkedData.value);
} else {
products.value.forEach((item)=>{
item.checked = false //
})
}
}
//
const decrease =(index , item)=>{ //item
console.log('decrease,index-->',index);
console.log('decrease,item-->',item);
if(products.value[index].quantity > 1) {
products.value[index].quantity -= 1
if(item && products.value[index].quantity >= 1) {
computed(-products.value[index].cartGoodVO.price, 1)
}
}
}
//
const increase =(index , item) =>{ //item
console.log('increase,index-->',index);
console.log('increase,item-->',item);
if(products.value[index].quantity < products.value[index].cartGoodVO.inventory) {
if(item && products.value[index].quantity <= products.value[index].cartGoodVO.inventory) {
computed(products.value[index].cartGoodVO.price, 1)
}
products.value[index].quantity += 1
}
}
//
const computed =( price , quantity )=>{
totalPrice.value = math.round(totalPrice.value+price * quantity,2)
return totalPrice.value
}
const jump_product =(gid)=>{
uni.navigateTo({
url:'../../../pages/store-home/ProductDetails/ProductDetails?gid=' + JSON.stringify(gid)
})
}
const editOrSettle = async ()=>{ //
// console.log('checked--->',checkedData.value);
if(stateText.value.bottomBtn === '去结算') {
if(checkedData.value.length === 0) { //
return;
}
const res = await uni.request({
url: baseUrl + '/cart/submit/error',
method: 'POST',
header: {
'cookie': wx.getStorageSync('cookie')
}
})
console.log(res.data);
if(res.data.data.length != 0) {
uni.showModal({
title: '提示',
content: '购物车商品发生改变,点击移除变化商品',
showCancel: false,
success: (e)=>{
if(e.confirm) {
// getProductCart() //
uni.reLaunch({
url: '/pages/Shopping-cart/productmain/productmain'
})
}
}
})
} else {
uni.navigateTo({
url: '/pages/order/product-waitpay/product-waitpay?cartInfo=' + JSON.stringify(checkedData.value)
})
checkedData.value.splice(0,checkedData.value.length)
}
} else {
uni.showModal({
title: '提示',
content: '是否删除商品?',
success: (e) => {
if(e.confirm) {
deleteProduct(checkedData.value)
}
else if(e.cancel)
return;
}
})
}
}
const changeState =()=>{ //
if(stateText.value.topBtn === '编辑') {
stateText.value.topBtn = '完成',
stateText.value.bottomBtn = '删除'
} else {
stateText.value.topBtn = '编辑',
stateText.value.bottomBtn = '去结算'
}
}
</script>
<style lang="scss" scoped>
.mt-47 {
margin-top: 88.13rpx;
}
.mt-7 {
margin-top: 13.13rpx;
}
.mt-173 {
margin-top: 324.38rpx;
}
.page {
background-color: #fff;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
}
.text-wrapper {
position: fixed;
left: 0;
right: 0;
top: 0;
padding: 25.46rpx 0 25.5rpx;
background-color: #f5f5dc;
}
.font {
font-size: 30rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 27.69rpx;
color: #323232;
}
.text {
margin-right: 30.86rpx;
line-height: 27.79rpx;
}
.section {
position: fixed;
left: 0;
right: 0;
top: 74rpx;
padding: 0 121.88rpx;
background-color: #fffef8;
}
.group {
padding: 21.64rpx 4.63rpx 18.17rpx 11.42rpx;
}
.text_2 {
line-height: 27.6rpx;
}
.section_2 {
background-color: #fb8b05;
width: 112.5rpx;
height: 5.63rpx;
}
.list {
padding: 155rpx 15rpx 110rpx;
}
.list-item:first-child {
margin-top: 0;
}
.section_1 {
padding: 35.63rpx 20.63rpx 28.13rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
}
.image_2 {
width: 37.5rpx;
height: 37.5rpx;
}
.group_2 {
margin-left: 41.25rpx;
}
.image {
border-radius: 9.38rpx;
width: 146.25rpx;
height: 144.38rpx;
}
.group_3 {
margin-top: 2.19rpx;
}
.group_4 {
padding-left: 8.53rpx;
}
.font_2 {
font-size: 26.25rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 24.43rpx;
color: #323232;
}
.group_5 {
width: 90.66rpx;
}
.font_3 {
font-size: 33.75rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 24.43rpx;
font-weight: 600;
color: #fb8b05;
}
.text_3 {
margin-left: 25.03rpx;
line-height: 24.88rpx;
}
.image_6 {
margin-left: -90.66rpx;
width: 30rpx;
height: 26.25rpx;
}
.font_4 {
font-size: 26.25rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 19.29rpx;
font-weight: 600;
color: #fb8b05;
}
.image_3 {
border-radius: 9.38rpx 0rpx 0rpx 9.38rpx;
width: 45rpx;
height: 45rpx;
}
.image_4 {
margin-left: 18.15rpx;
margin-top: 106.88rpx;
}
.group_9 {
margin: 106.88rpx 3.77rpx 0 3.75rpx;
}
.text-wrapper_2 {
padding: 12.39rpx 0 13.88rpx;
background-color: #f5f5dc;
width: 58.13rpx;
height: 45rpx;
}
.font_5 {
font-size: 26.25rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 19.29rpx;
color: #323232;
}
.text_4 {
line-height: 18.73rpx;
}
.image_5 {
border-radius: 0rpx 9.38rpx 9.38rpx 0rpx;
width: 45rpx;
height: 45rpx;
}
.list-item_2 {
padding: 24.38rpx 18.75rpx 18.75rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
}
.image_8 {
margin-top: 108.75rpx;
}
.image_7 {
margin-left: 39.38rpx;
width: 121.88rpx;
height: 172.5rpx;
}
.group_1 {
margin: 3.07rpx 17.76rpx 7.5rpx 22.5rpx;
}
.font_6 {
font-size: 26.25rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 31.88rpx;
color: #323233;
}
.section_3 {
margin-right: 4.74rpx;
padding: 12.94rpx 9.83rpx 13.09rpx;
background-color: #f5f5dc;
border-radius: 9.38rpx;
}
.font_7 {
font-size: 22.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 22.5rpx;
color: #6b6e72;
}
.font_8 {
font-size: 22.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 19.29rpx;
color: #6b6e72;
}
.text_5 {
line-height: 20.79rpx;
}
.image_9 {
margin-right: 5.17rpx;
width: 22.5rpx;
height: 22.5rpx;
}
.group_7 {
padding: 0 22.5rpx;
}
.text_6 {
margin-left: 25.03rpx;
line-height: 24.88rpx;
}
.text_7 {
margin-left: 61.14rpx;
}
.text_8 {
line-height: 18.73rpx;
}
.section_4 {
position: fixed;
right: 0;
left: 0;
bottom: 0;
padding: 18.75rpx 18.75rpx 16.88rpx;
background-color: #fffef8;
}
.text_9 {
line-height: 27.64rpx;
}
.text-wrapper_3 {
margin-right: 3.77rpx;
padding: 22.37rpx 0 23.53rpx;
background-color: #ffd45a;
border-radius: 75rpx;
width: 219.38rpx;
height: 76.88rpx;
}
.text_10 {
color: #ffffff;
font-size: 33.75rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 30.97rpx;
}
.mt-569 {
margin-top: 1066.88rpx;
}
.image_2 {
width: 37.5rpx;
height: 37.5rpx;
}
.image_7 {
width: 30rpx;
height: 26.25rpx;
}
.section_4 {
padding: 18.75rpx;
background-color: #fffef8;
}
.font {
font-size: 30rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 27.54rpx;
color: #323232;
}
.text_10 {
line-height: 27.64rpx;
}
.group_3 {
margin-right: 3.75rpx;
}
.image_9 {
margin-left: -11.25rpx;
}
.text_12 {
color: #fb8b05;
line-height: 22.01rpx;
}
.text-wrapper_3 {
margin-left: 22.5rpx;
padding: 22.5rpx 0;
background-color: #ffd45a;
border-radius: 75rpx;
width: 219.38rpx;
height: 76.88rpx;
}
.text_11 {
color: #ffffff;
font-size: 33.75rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 31.48rpx;
}
@import url(../../../common/css/global.css);
</style>

View File

@ -1,10 +1,10 @@
<template>
<view class="flex-col page">
<view class="flex-col page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-row items-center section_2">
<text class="font text">购物车</text>
<view class="flex-row items-center flex-1 section_3 ml-17">
<image class="shrink-0 image"
:src="shoppingCartUrl + '/productmain/ss.png'" />
:src="shoppingCartUrl + '/productmain/search.png'" />
<input confirm-type="search" @confirm="gotoSearch" v-model="searchText" class="section_1 ml-4" placeholder="搜索购物车商品" />
</view>
<text class="font text_2 ml-17" @click="changeState">{{ stateText.topBtn }}</text>
@ -18,7 +18,7 @@
<view @click="changeType(2)">
<text class="font_2 text_4">服务类</text>
<view class="flex-col justify-start items-center" v-if="!isShowLine" style="border: 1.88rpx solid #E79EA1; width: 90rpx; margin-top: 10rpx;"></view>
</view>
</view>
</view>
</view>
<view class="flex-col list">
@ -29,7 +29,7 @@
<!-- 多选框 -->
<checkbox class="shrink-0 self-center image_3 round red" :value="index" :checked="item.checked" />
<view class="flex-row items-end flex-1 self-center ml-22">
<image class="shrink-0 image_2" :src="item.cartGoodVO.goodImg.split(';')[0]"
<image class="shrink-0 image_2" :src="item.cartGoodVO.goodImg.split(';')[0]" mode="aspectFill"
@click="jump_product(item.goodId)" :style="{ pointerEvents: isLoading ? 'none' : 'auto' }"/>
<view class="flex-col flex-1 group_2">
<view class="flex-row justify-center group_3" :style="{ pointerEvents: isLoading ? 'none' : 'auto' }">
@ -128,6 +128,7 @@
import { baseUrl, testUrl, suiUrl } from '../../../api/request';
import * as math from 'mathjs'
import { shoppingCartUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(shoppingCartUrl + '/productmain/bkg.png')
const products = ref([])
const current = ref(1) //
const allCheck = ref(false) //
@ -636,7 +637,6 @@
}
.page {
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -907,7 +907,7 @@
.text_9 {
// margin-left: 25.14rpx;
line-height: 24.88rpx;
margin-right: 56rpx;
margin-right: 36rpx;
}
.image_12 {

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')'}">
<view class="section" :style="{ backgroundImage: 'url(' + bkgUrl + ')'}"></view>
<image
class="image pos"
:src="obj.introImg"
@ -72,6 +72,7 @@
const obj = ref({})
const type = ref('')
const bookingDateVOList =ref([])
const bkgUrl = ref(bookUrl + '/photoProductDetail/bkg.png')
onLoad((options) => {
getFonts()
@ -148,7 +149,6 @@
}
.page {
background-color: #ffffff;
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/book/photoProductDetail/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -157,7 +157,6 @@
height: 100%;
}
.section {
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/book/photoProductDetail/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="section" :style="{ backgroundImage: 'url(' + bkgUrl + ')'}"></view>
<view class="flex-row equal-division">
<view class="flex-col items-center equal-division-item">
<image
@ -73,6 +73,7 @@
const categoryName = ref('')
const ids = ref([])
const point = ref(0)
const bkgUrl = ref(bookUrl + '/photoProductDetail/bkg.png')
onLoad(() => {
getFonts()
@ -197,7 +198,6 @@
margin-top: 24.38rpx;
}
.page {
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/book/photoProducts/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -206,7 +206,6 @@
height: 100vh;
}
.section {
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/book/photoProducts/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="section" :style="{ backgroundImage: 'url(' + bkgUrl + ')'}"></view>
<text class="font text pos_2">选择联系人</text>
<image
class="image pos"
@ -147,7 +147,7 @@
const type = ref('')
const contactTemplateString = ref('请选择')
const bkgUrl = ref(bookUrl + '/photoProductsOrder/bkg.png')
function showLoading() {
if (!loading) {
@ -472,7 +472,6 @@
}
.page {
background-color: #ffffff;
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/book/photoProductsOrder/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -481,7 +480,6 @@
height: 100%;
}
.section {
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/book/photoProductsOrder/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="shrink-0 section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="shrink-0 section" :style="{ backgroundImage: 'url(' + bkgUrl + ')'}"></view>
<view class="flex-col section_2 pos">
<view class="flex-row justify-between group">
<view class="flex-col justify-start items-center text-wrapper" @click="changeState(0)">
@ -129,7 +129,7 @@
const deleteBookingOrder = ref(null)
const advanceOrderList = ref([])
const isShowMask = ref(false)
const bkgUrl = ref(bookUrl + '/photoProductsOrderDetail/bkg.png')
onLoad((options) => {
getFonts()
})
@ -479,7 +479,6 @@ button::after{
.page {
background-color: #ffffff;
overflow: hidden;
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/book/photoProductsOrderDetail/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -488,7 +487,6 @@ button::after{
height: 100%;
}
.section {
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/book/photoProductsOrderDetail/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="section" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }"></view>
<view class="my-box">
<view class="flex-col justify-start items-center text-wrapper pos"><text class="font text">积分商城</text></view>
@ -65,6 +65,7 @@
const exchange = ref(null)
const coupon = ref(0)
const bkgUrl = ref(couponUrl + '/CouponMall/bkg.png')
const closeConfirmPopupHandler = () => {
nextTick(() => {
@ -191,7 +192,6 @@
}
.page {
background-color: #ffffff;
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/coupon/CouponMall/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -200,7 +200,6 @@
height: 100%;
}
.section {
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/coupon/CouponMall/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="section" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }"></view>
<view class="flex-col justify-start items-center text-wrapper pos"><text class="font text">积分规则</text></view>
<view class="flex-col section_2 pos_2">
<text class="self-start font_2">积分怎么花</text>
@ -23,6 +23,9 @@
<script setup lang="ts">
import { onLoad } from "@dcloudio/uni-app";
import { getFonts } from '../../../common/globalFont';
import { couponUrl } from "../../../common/globalImagesUrl";
import {ref} from 'vue'
const bkgUrl = ref(couponUrl + '/CouponTips/bkg.png')
onLoad(() => {
getFonts()
})
@ -31,7 +34,6 @@
<style scoped lang="scss">
.page {
background-color: #ffffff;
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/coupon/CouponTips/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -45,7 +47,6 @@
}
.section {
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/coupon/CouponTips/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="shrink-0 section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="shrink-0 section" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }"></view>
<view class="flex-col justify-start items-center text-wrapper pos"><text class="font text">我的优惠券</text></view>
<text class="font_2 text_2 pos_2">优惠券</text>
<view class="flex-col pos_3">
@ -31,8 +31,9 @@
import { baseUrl } from '../../../api/request';
import { onShow, onLoad } from "@dcloudio/uni-app";
import { getFonts } from '../../../common/globalFont';
import { couponUrl } from '../../../common/globalImagesUrl';
const cookie = wx.getStorageSync("cookie") //
const bkgUrl = ref(couponUrl + '/MyCoupon/bkg.png')
onLoad(() => {
getFonts()
})
@ -85,7 +86,6 @@
}
.page {
overflow: hidden;
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/coupon/MyCoupon/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -94,7 +94,6 @@
height: 100%;
}
.section {
background-image: url(https://carbon2.obs.cn-north-4.myhuaweicloud.com/feiyi/miniProgram/coupon/MyCoupon/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="shrink-0 section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="shrink-0 section" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }"></view>
<view class="flex-col justify-start items-center text-wrapper pos"><text class="font text">我的优惠券</text></view>
<text class="font_2 text_2 pos_2">优惠券</text>
<view class="flex-col pos_3">
@ -30,7 +30,8 @@
import { baseUrl } from '../../../api/request';
import { onLoad } from "@dcloudio/uni-app";
import { getFonts } from '../../../common/globalFont';
import { couponUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(couponUrl + '/OverDueCoupon/bkg.png')
onLoad(() => {
getFonts()
})

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="section" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }"></view>
<image class="image pos" :src="homeUrl + '/flower.png'" />
<text class="text pos_6">限定手制|非量售卖</text>
<text class="font pos_2"></text>
@ -56,6 +56,7 @@ import { baseUrl, testUrl , suiUrl} from '@/api/request';
import { onShow,onLoad } from "@dcloudio/uni-app";
import { getFonts } from '../../common/globalFont';
import { homeUrl } from '../../common/globalImagesUrl';
const bkgUrl = ref(homeUrl + '/bkg.png')
onShow(() => {
uni.removeStorageSync('businessId')
getMyUser()
@ -122,7 +123,7 @@ const showStop =()=>{
margin-left: 4.13rpx;
}
.page {
background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/home/bkg.png);
// background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/home/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col items-start relative page">
<view class="section_2"></view>
<view class="flex-col items-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="section_2" :style="{ backgroundImage: 'url(' + bkgUrl + ')'}"></view>
<image
class="image"
:src="loginUrl + '/flower.png'"
@ -25,6 +25,7 @@ import { onMounted } from 'vue';
import { onLoad } from "@dcloudio/uni-app";
import { getFonts } from '../../common/globalFont';
import { loginUrl } from '../../common/globalImagesUrl';
const bkgUrl = ref(loginUrl + '/bkg.png')
onLoad(() => {
getFonts()
})
@ -76,7 +77,6 @@ const loginUser = async ( code ) =>{
<style lang="scss" scoped>
.page {
background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/login/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -101,7 +101,7 @@ const loginUser = async ( code ) =>{
}
.font {
font-size: 240rpx;
font-family: FangZhengXiaoZhuan;
font-family: FZXiaoZhuanTi-S13T;
line-height: 288.75rpx;
color: #9d2624;
}

View File

@ -1,5 +1,5 @@
<template>
<view class="flex-col page">
<view class="flex-col page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-col section">
<view class="flex-col justify-start items-center text-wrapper"><text class="text">联系人列表</text></view>
<view class="mt-10 flex-col list">
@ -43,6 +43,7 @@
import emitter from '../../../utils/emitter';
import contactPopVue from '../component/contactPop.vue'; //
import { mineUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(mineUrl + '/Contact/bkg.png')
onLoad(() => {
getFonts()
})
@ -138,7 +139,6 @@
.page {
height: 100vh;
width: 100%;
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/mine/Contact/bkg.png);
background-size: 100% 100%;
overflow-y: auto;
overflow-x: hidden;

View File

@ -1,5 +1,5 @@
<template>
<view class="flex-col page">
<view class="flex-col page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-col list">
<view class="flex-col list-item mt-10" v-for="(item, index) in addressArr" :key="index">
<view class="flex-row justify-between items-center">
@ -42,7 +42,7 @@ import { onShow, onLoad } from '@dcloudio/uni-app';
import { getFonts } from '../../../common/globalFont';
import { mineUrl } from '../../../common/globalImagesUrl';
const addressArr = ref([]) //
const bkgUrl = ref(mineUrl + '/addressList/bkg.png')
onLoad(() => {
getFonts()
})
@ -112,7 +112,6 @@ const jump_newAddress =()=> {
}
.page {
padding-top: 31.88rpx;
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/mine/addressList/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;

View File

@ -1,6 +1,6 @@
<template>
<!-- 添加联系人页面 -->
<view class="flex-row relative page">
<view class="flex-row relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<text class="text pos_2">添加联系人</text>
<image class="image pos" :src="mineUrl + '/component/cha.png'" @click="closePop()"/>
<view class="flex-col section_2 pos_3">
@ -30,6 +30,7 @@ import { onLoad, onShow } from '@dcloudio/uni-app';
import { getFonts } from '../../../common/globalFont';
import emitter from '../../../utils/emitter';
import { mineUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(mineUrl + '/component/bkg.png')
onLoad(() => {
getFonts()
})
@ -139,7 +140,6 @@ const closePop = () =>{ //关闭弹窗方法
.page {
padding: 18.75rpx 24.38rpx 30rpx 31.88rpx;
background-color: #ffffff;
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/mine/component/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100vh;

View File

@ -1,5 +1,5 @@
<template>
<view class="flex-col page">
<view class="flex-col page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<image class="imgPos_1" :src="mineUrl + '/main/mh.png'" />
<image class="imgPos_2" :src="mineUrl + '/main/hb.png'" />
@ -63,7 +63,7 @@
:src="mineUrl + '/main/contact.png'" />
<image class="self-start image_4 image_7"
:src="mineUrl + '/main/yjt.png'" />
<text class="font_2 pos_3">联系人列表</text>
<text class="font_2 pos_3">联系人列表</text>
<view class="divider pos_4"></view>
</view>
</view>
@ -120,6 +120,7 @@ import {
import { baseUrl } from '../../../api/request';
import { getFonts } from '../../../common/globalFont';
import { mineUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(mineUrl + '/main/bkg.png')
onLoad(() => {
getFonts() //使
})
@ -196,12 +197,12 @@ const userLogout = () => {
let tempFile = ''
const myAvatar = ref('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQbtEasUN-VCG211285566731.png')
const myAvatar = ref(mineUrl + '/main/avatar.png')
const onChooseAvatar = (e) => {
tempFile = e.detail.avatarUrl
console.log(tempFile)
uni.uploadFile({
url: baseUrl + '/file/upload/single',
url: baseUrl + 'file/uploadFile',
filePath: tempFile,
name: 'file',
header: {
@ -275,7 +276,6 @@ const getMyUser = async () => {
.page {
padding: 100rpx 0 211.88rpx;
background-color: #ffffff00;
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/mine/main/bkg.png);
background-size: 100% 100%;
width: 100%;
overflow-y: hidden;
@ -496,6 +496,7 @@ const getMyUser = async () => {
.group_7 {
padding: 28.13rpx 7.5rpx 0;
z-index: 9;
}
.image_12 {

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="section" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }"></view>
<view class="flex-row section_2 pos">
<image
class="self-center image"
@ -135,6 +135,7 @@
import { getFonts } from '../../../common/globalFont';
import emitter from '../../../utils/emitter';
import { myOrderUrl } from '../../../common/globalImagesUrl.js';
const bkgUrl = ref(myOrderUrl + '/myGeneralOrderDetail/bkg.png')
const order = ref({})
const cookie = wx.getStorageSync('cookie')
let orderId = ''
@ -404,7 +405,6 @@ button::after{
}
.page {
background-color: #fff;
background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/my-order/myGeneralOrderDetail/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;

View File

@ -1,5 +1,5 @@
<template>
<view class="flex-col justify-start items-center relative page">
<view class="flex-col justify-start items-center relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<!-- <image
class="image_3"
src="https://ide.code.fun/api/image?token=67cf80c84ae84d001228feb1&name=666fe70fbe2b3eb6bec964adf12deccc.png"
@ -148,6 +148,7 @@
let loading = false;
let isLoading = ref(false)
let isShow = ref(false)
const bkgUrl = ref(myOrderUrl + '/myOrderList/bkg.png')
const flushOrderList = () => {
getMyOrder()
@ -581,6 +582,17 @@
}
button{padding: 0;margin: 0;}
button::after{ border: none; }
.page {
background-color: #ffffff;
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
}
.appointmentDate {
margin-top: 20.63rpx;
font-size: 26.25rpx;
@ -606,16 +618,7 @@
.ml-11 {
margin-left: 20.63rpx;
}
.page {
background-color: #ffffff;
background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/my-order/myGeneralOrderDetail/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
}
.pos {
position: absolute;
left: 0;

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="section" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }"></view>
<view class="flex-row items-center section_2 pos">
<image
class="image"
@ -117,6 +117,7 @@
import emitter from '../../../utils/emitter';
import { getFonts } from '../../../common/globalFont';
import { myOrderUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(myOrderUrl + '/photoProductDetail/bkg.png')
const cookie = wx.getStorageSync('cookie')
let orderId = ''
const order = ref({})
@ -349,7 +350,6 @@ button::after{
}
.page {
background-color: #ffffff;
background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/my-order/myServiceOrderDetail/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;

View File

@ -1,5 +1,5 @@
<template>
<view class="flex-col justify-start relative page">
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<!-- <view class="section"></view> -->
<view class="flex-col justify-start section_2 pos">
<view class="flex-row section_3" style="display: flex; align-items: center;">
@ -18,6 +18,7 @@
import { onLoad } from "@dcloudio/uni-app";
import { getFonts } from '../../../common/globalFont';
import { myOrderUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(myOrderUrl + '/photoProductDetail/bkg.png')
onLoad(() => {
getFonts()
})
@ -43,7 +44,6 @@
}
.page {
background-color: #ffffff;
background-image: url(https://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/my-order/researchOrder/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;

View File

@ -1,5 +1,5 @@
<template>
<view class="flex-col page">
<view class="flex-col page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-row justify-center items-center self-stretch relative section_2">
<text class="text">收货地址</text>
<image
@ -50,7 +50,7 @@ const addressList = ref([])
const userInfo = wx.getStorageSync('userInfo')
import { orderUrl } from '../../../common/globalImagesUrl';
// onShow
const bkgUrl = ref(orderUrl + '/component/bkg.png')
const updateAddresssListHandler = () => {
getAddressList()
}
@ -150,9 +150,8 @@ const closeWindow =()=> {
margin-left: 20.57rpx;
}
.page {
background-color: #f5f5dc;
background-color: #fff;
border-radius: 28.05rpx 28.05rpx 0rpx 0rpx;
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/order/component/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;

View File

@ -1,6 +1,6 @@
<template>
<!-- 订单的联系人选择页面 -->
<view class="flex-col page">
<view class="flex-col page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-row justify-between self-end group">
<text class="text">联系人信息</text>
<image
@ -54,11 +54,14 @@
import emitter from '../../../utils/emitter';
import { getFonts } from '../../../common/globalFont';
import contactPopVue from '../../mine/component/contactPop.vue'; //
import { orderUrl } from '../../../common/globalImagesUrl';
const ContactArr = ref([]) //
const popup = ref(null) //
const selectedContact = ref() //
const current = ref(0) //
const bkgUrl = ref(orderUrl + '/component/bkg.png')
const closeContactPopHandler = () => {
closeContactPop()
}
@ -167,9 +170,8 @@
}
.page {
padding: 24.75rpx 12.84rpx 33.75rpx 13.13rpx;
background-color: #f5f5dc;
background-color: #fff;
border-radius: 28.13rpx 28.13rpx 0rpx 0rpx;
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/order/component/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;

View File

@ -1,5 +1,5 @@
<template>
<view class="flex-col justify-start relative page">
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-col group_1">
<!-- 地址信息 -->
<view @click="loadPop" :style="{ pointerEvents: isLoading ? 'none' : 'auto' }">
@ -8,10 +8,10 @@
<!-- 商品信息 -->
<view class="flex-col section_3">
<view class="flex-col self-stretch">
<view class="flex-row items-end group_18" v-for="(item, index) in productArr" :key="index">
<view :style="{marginBottom : index === productArr.length - 1 ? '10rpx' : '20rpx'}" class="flex-row items-end group_18" v-for="(item, index) in productArr" :key="item.id">
<view class="flex-row items-end flex-1 group_19">
<image
class="shrink-0 image_3 image_4"
class="shrink-0 image_3 image_4" mode="aspectFill"
:src="item.cartGoodVO.goodImg.split(';')[0]"
/>
<view class="flex-col flex-1 ml-17">
@ -20,11 +20,11 @@
<text class="font text_1">{{ item.cartGoodVO.type }}</text>
</view>
<view class="flex-row items-center mt-52">
<image
<!-- <image
class="image_7"
:src="orderUrl + '/product-waitpay/money.png'"
/>
<text class="font_4 ml-2">{{ item.cartGoodVO.price }}</text>
/> -->
<text class="font_4 ml-2">{{ item.cartGoodVO.price.toFixed(2) }}</text>
<!-- <text class="font_6 text_27 ml-2">00</text> -->
</view>
</view>
@ -53,11 +53,11 @@
<text class="font_8 ml-7">{{ productArr.length }}件商品</text>
</view>
<view class="flex-row items-center">
<image
<!-- <image
class="shrink-0 image_9"
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FjIVFaWXA-rmb.png"
/>
<text class="font_9">{{ sumprice.toFixed(2) }}</text>
/> -->
<text class="font_9">{{ sumprice.toFixed(2) }}</text>
</view>
</view>
<view class="flex-col mt-25">
@ -75,11 +75,11 @@
<view class="flex-row justify-between items-center group_12">
<text class="font_7 text_18">合计</text>
<view class="flex-row items-center">
<image
<!-- <image
class="shrink-0 image_9"
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FjIVFaWXA-rmb.png"
/>
<text class="font_9">{{ sfAmount.toFixed(2) }}</text>
/> -->
<text class="font_9">{{ sfAmount.toFixed(2) }}</text>
</view>
</view>
</view>
@ -93,13 +93,8 @@
</view>
<view class="flex-row justify-between items-center section_7 pos_8">
<view class="flex-row items-center">
<image
class="shrink-0 image_9 image_11"
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJmxvlQvD-rmbpink.png"
/>
<text class="text_21">应付</text>
<text class="text_22">{{ sfAmount.toFixed(2) }}</text>
<!-- <text class="text_24">00</text> -->
<text class="text_22">{{ sfAmount.toFixed(2) }}</text>
</view>
<view class="flex-col justify-start items-center text-wrapper_3" @click="wxPayFd" :style="{ pointerEvents: isLoading ? 'none' : 'auto' }"><text class="font_7 text_23">微信支付</text></view>
</view>
@ -133,6 +128,7 @@ import * as math from 'mathjs'
import { dealResult } from '../../../common/globalFunction';
import addressSelectedVue from '../../Shopping-cart/component/addressSelected.vue';
import { orderUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(orderUrl + '/product-waitpay/bkg.png')
//
const sumprice = ref(0) //
//11.4
@ -543,7 +539,6 @@ const wxPay = async( oid )=> { //传入订单id
}
.page {
background-color: #fff;
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/order/product-waitpay/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -611,7 +606,7 @@ const wxPay = async( oid )=> { //传入订单id
}
.section_3 {
margin-top: 16.88rpx;
padding: 22.5rpx 0 35.63rpx;
padding: 22.5rpx 0 12.63rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
}
@ -622,6 +617,8 @@ const wxPay = async( oid )=> { //传入订单id
}
.group_19 {
margin-bottom: 3.75rpx;
display: flex;
align-items: center;
}
.image_3 {
border-radius: 9.38rpx;
@ -758,7 +755,7 @@ const wxPay = async( oid )=> { //传入订单id
border-radius: 18.75rpx;
}
.text_19 {
color: #000000;
color: #323232;
line-height: 29.53rpx;
}
.text-wrapper_2 {
@ -788,14 +785,13 @@ const wxPay = async( oid )=> { //传入订单id
margin-left: 85.31rpx;
}
.text_21 {
margin-left: -119.06rpx;
// margin-left: -119.06rpx;
color: #000000;
font-size: 30rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 26.49rpx;
}
.text_22 {
margin-left: 28.5rpx;
color: #ffaaa5;
font-size: 37.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;

View File

@ -1,6 +1,6 @@
<template>
<!-- 批量服务类商品购买 -->
<view class="flex-col page">
<view class="flex-col page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-row justify-between items-center section_2">
<view class="flex-row items-center">
<image
@ -29,7 +29,7 @@
<!-- <text class="font">{{ item.cartExperienceGoodVO }}</text> -->
<text class="font text_3">{{ item.cartExperienceGoodVO.type }} {{item.cartExperienceGoodVO.name}} </text>
</view>
<text class="self-start font_2 text_7 mt-9">已选时间{{ item.reservationDate }}星期二</text>
<text class="self-start font_2 text_7 mt-9">已选时间{{ item.reservationDate }} {{ getWeekday(item.reservationDate) }}</text>
<text class="self-start font_3 text_8 mt-9">{{ item.timeSlot }}</text>
<view class="flex-row justify-between items-end self-stretch mt-9">
<view class="flex-row items-center">
@ -110,12 +110,12 @@
</view>
<view class="flex-row justify-between items-center section_6">
<view class="flex-row items-center">
<image
<!-- <image
class="shrink-0 image_8 image_10"
:src="orderUrl + '/serviceWaitPay/money.png'"
/>
/> -->
<text class="text_17">应付</text>
<text class="text_18">{{ sfAmount.toFixed(2) }}</text>
<text class="text_18">{{ sfAmount.toFixed(2) }}</text>
<!-- <text class="text_20">00</text> -->
</view>
<view class="flex-col justify-start items-center text-wrapper_3" @click="wxPayFd"
@ -152,6 +152,7 @@
import * as math from 'mathjs'
import { dealResult } from '../../../common/globalFunction';
import { orderUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(orderUrl + '/serviceWaitPay/bkg.png')
//
const sumprice = ref(0) //
const popup = ref(null) //
@ -180,6 +181,17 @@
const textColor = ref('')
const delContactByIdHandler = (val) => {
console.log('===============>', val)
if (contactRealInfo.value.id === val) {
console.log(3333)
contactRealInfo.value = {}
contactRealInfo.value.name = '请选择联系人'
}
}
const closeHandler = () => {
close()
}
@ -214,32 +226,6 @@
}
onMounted(() => {
//
emitter.on('close', closeHandler)
//
emitter.on('contactsNowInfo', contactsNowInfoHandler)
emitter.on('closeCoupon', closeCouponHandler)
emitter.on('cancelCoupon', cancelCouponHandler)
emitter.on('getCouponObj', getCouponObjHandler)
})
onUnmounted(() => {
//
emitter.off('close', closeHandler)
//
emitter.off('contactsNowInfo', contactsNowInfoHandler)
emitter.off('closeCoupon', closeCouponHandler)
emitter.off('cancelCoupon', cancelCouponHandler)
emitter.off('getCouponObj', getCouponObjHandler)
})
onLoad( async (options)=>{
getFonts()
if(options.cartInfo === undefined) {
@ -255,11 +241,39 @@
}
await getMyCouponList()
})
onShow(()=>{
userInfo.value = wx.getStorageSync('userInfo') //
getDefaultContact()
// computed()
onMounted(() => {
//
emitter.on('close', closeHandler)
//
emitter.on('contactsNowInfo', contactsNowInfoHandler)
emitter.on('closeCoupon', closeCouponHandler)
emitter.on('cancelCoupon', cancelCouponHandler)
emitter.on('getCouponObj', getCouponObjHandler)
emitter.on('delContactById', delContactByIdHandler)
})
onUnmounted(() => {
//
emitter.off('close', closeHandler)
//
emitter.off('contactsNowInfo', contactsNowInfoHandler)
emitter.off('closeCoupon', closeCouponHandler)
emitter.off('cancelCoupon', cancelCouponHandler)
emitter.off('getCouponObj', getCouponObjHandler)
emitter.off('delContactById', delContactByIdHandler)
})
//
const close = () => {
nextTick(() => {
@ -281,15 +295,16 @@
cookie: wx.getStorageSync('cookie')
}
})
if(res.data.code === 1) {
console.log('联系人数组---->',res.data.data);
}
//for
for(let key in res.data.data) {
if(res.data.data[key].isDefault === 1) {
contactRealInfo.value = res.data.data[key]
let contactArr = res.data.data
for(let key in contactArr) {
if(contactArr[key].isDefault === 1) {
contactRealInfo.value = contactArr[key]
}
}
if (JudgeIsNullity(contactRealInfo.value.name)) {
contactRealInfo.value.name = '请选择联系人'
}
}
const createOrder = async () => { //
console.log('联系人信息-->',contactRealInfo.value);
@ -488,6 +503,12 @@
console.log('============================>', myCouponList.value)
}
function getWeekday(dateStr) {
const date = new Date(dateStr);
const weekdays = ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"];
return weekdays[date.getDay()];
}
</script>
<style lang="scss" scoped>
@ -541,7 +562,6 @@
.page {
padding-top: 24.38rpx;
background-color: #fff;
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/order/serviceWaitPay/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -653,7 +673,7 @@
margin-right: 5.63rpx;
}
.text-wrapper {
padding: 11.31rpx 0 16.46rpx;
padding: 11.31rpx 0 11.46rpx;
background-color: #ffaaa5;
width: 58.13rpx;
height: 45rpx;
@ -779,14 +799,14 @@
margin-left: 85.31rpx;
}
.text_17 {
margin-left: -119.06rpx;
// margin-left: -119.06rpx;
color: #000000;
font-size: 30rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 26.49rpx;
}
.text_18 {
margin-left: 28.5rpx;
// margin-left: 28.5rpx;
color: #ffaaa5;
font-size: 37.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;

View File

@ -1,6 +1,6 @@
<!-- 单个商品购买页面 -->
<template>
<view class="flex-col justify-start relative page">
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-col group_1">
<!-- 地址信息 -->
<view @click="loadPop" :style="{ pointerEvents: isLoading ? 'none' : 'auto' }">
@ -14,18 +14,19 @@
<image
class="shrink-0 image_3 image_4"
:src="productObject.goodImg.split(';')[0]"
mode="aspectFill"
/>
<view class="flex-col ml-17" style="position: relative;">
<view class="flex-row" style="position: absolute; top: -35rpx;">
<view class="flex-col ml-17">
<view class="flex-row">
<text class="font">{{ productObject.name }}</text>
<text class="font text_1">{{ productObject.type }}</text>
</view>
<view class="flex-row items-center mt-52">
<image
<!-- <image
class="image_7"
:src="orderUrl + '/singleGoodOrder/money.png'"
/>
<text class="font_4 ml-2">{{ productObject.price.toFixed(2) }}</text>
/> -->
<text class="font_4 ml-2">{{ productObject.price.toFixed(2) }}</text>
<!-- <text class="font_6 text_27 ml-2">00</text> -->
</view>
</view>
@ -53,11 +54,11 @@
<text class="font_8 ml-7">{{ quantity }}件商品</text>
</view>
<view class="flex-row items-center">
<image
<!-- <image
class="shrink-0 image_9"
:src="orderUrl + '/singleGoodOrder/money.png'"
/>
<text class="font_9">{{ sumprice.toFixed(2) }}</text>
/> -->
<text class="font_9">{{ sumprice.toFixed(2) }}</text>
</view>
</view>
<view class="flex-col mt-25">
@ -67,7 +68,7 @@
<text class="font_8" :style="{color: textColor}">{{ templateString }}</text>
<image
class="shrink-0 image_7 ml-3"
:src="orderUrl + '/singleGoodOrder/money.png'"
:src="orderUrl + '/singleGoodOrder/yjt2.png'"
/>
</view>
</view>
@ -75,11 +76,11 @@
<view class="flex-row justify-between items-center group_12">
<text class="font_7 text_18">合计</text>
<view class="flex-row items-center">
<image
<!-- <image
class="shrink-0 image_9"
:src="orderUrl + '/singleGoodOrder/money.png'"
/>
<text class="font_9">{{ sfAmount.toFixed(2) }}</text>
/> -->
<text class="font_9">{{ sfAmount.toFixed(2) }}</text>
</view>
</view>
</view>
@ -93,12 +94,9 @@
</view>
<view class="flex-row justify-between items-center section_7 pos_8">
<view class="flex-row items-center">
<image
class="shrink-0 image_9 image_11"
:src="orderUrl + '/singleGoodOrder/money.png'"
/>
<!-- <view class="shrink-0 image_9 image_11"></view> -->
<text class="text_21">应付</text>
<text class="text_22">{{ sfAmount.toFixed(2) }}</text>
<text class="text_22">{{ sfAmount.toFixed(2) }}</text>
<!-- <text class="text_24">00</text> -->
</view>
<view class="flex-col justify-start items-center text-wrapper_3" @click="wxPayFd" :style="{ pointerEvents: isLoading ? 'none' : 'auto' }">
@ -137,6 +135,7 @@ import * as math from 'mathjs'
import { JudgeIsNullity, dealResult } from '../../../common/globalFunction';
import addressSelectedVue from '../../Shopping-cart/component/addressSelected.vue';
import { orderUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(orderUrl + '/singleGoodOrder/bkg.png')
//
const sumprice = ref(0) //
//11.4
@ -558,7 +557,6 @@ const wxPay = async ( oid )=> { //传入订单id
}
.page {
background-color: #fff;
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/order/singleGoodOrder/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -646,6 +644,8 @@ const wxPay = async ( oid )=> { //传入订单id
}
.group_19 {
margin-bottom: 3.75rpx;
display: flex;
align-items: center;
}
.image_3 {
border-radius: 9.38rpx;
@ -813,14 +813,13 @@ const wxPay = async ( oid )=> { //传入订单id
margin-left: 85.31rpx;
}
.text_21 {
margin-left: -119.06rpx;
// margin-left: -119.06rpx;
color: #000000;
font-size: 30rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 26.49rpx;
}
.text_22 {
margin-left: 28.5rpx;
color: #ffaaa5;
font-size: 37.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;

View File

@ -1,18 +1,18 @@
<template>
<!-- 批量服务类商品购买 -->
<view class="flex-col page">
<view class="flex-col page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-row justify-between items-center section_2" @click="loadPop" >
<view class="flex-row items-center">
<image
class="shrink-0 image"
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FXymRmdOc-lianxiren.png"
:src="orderUrl + '/singleServiceWait/lxr.png'"
/>
<text class="text ml-10" style="font-size: 30rpx;">{{ contactRealInfo.name }} {{ contactRealInfo.phone }}</text>
</view>
<view class="flex-row items-center group" :style="{ pointerEvents: isLoading ? 'none' : 'auto' }">
<image
class="image_2"
:src="orderUrl + '/singleServiceWait/lxr.png'"
:src="orderUrl + '/singleServiceWait/yjt.png'"
/>
<text class="font text_2">更换联系人</text>
</view>
@ -23,6 +23,7 @@
<image
class="shrink-0 image_3"
:src="singleService.goodImg"
mode="aspectFill"
/>
<view class="flex-col flex-1 group_5">
<view class="flex-row self-stretch group_3">
@ -110,12 +111,12 @@
</view>
<view class="flex-row justify-between items-center section_6">
<view class="flex-row items-center">
<image
<!-- <image
class="shrink-0 image_8 image_10"
src="https://ide.code.fun/api/image?token=67be64de4ae84d0012274ced&name=549b29459342a9a09d24834be40eb53b.png"
/>
/> -->
<text class="text_17">应付</text>
<text class="text_18">{{ sfAmount.toFixed(2) }}</text>
<text class="text_18">{{ sfAmount.toFixed(2) }}</text>
<!-- <text class="text_20">00</text> -->
</view>
<view class="flex-col justify-start items-center text-wrapper_3" @click="wxPayFd" :style="{ pointerEvents: isLoading ? 'none' : 'auto' }"><text class="font_8 text_19">微信支付</text></view>
@ -150,6 +151,7 @@
import couponPopupVue from '../../coupon/component/couponPopup.vue';
import { JudgeIsNullity, dealResult } from '../../../common/globalFunction';
import { orderUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(orderUrl + '/singleServiceWait/bkg.png')
const sumprice = ref(0) //
const popup = ref(null) //
const contactRealInfo = ref({}) //
@ -174,6 +176,7 @@
const useCouponId = ref(null)
const textColor = ref('')
let goodId = 0
const delContactByIdHandler = (val) => {
@ -219,6 +222,26 @@
}
onLoad( async (options)=>{
getFonts()
console.log(options)
goodId = options.id
singleService.value = await getServiceGoodById(goodId)
cnt.value = Number(options.cnt)
restNumber.value = Number(options.rest)
bookDate.value = options.appointmentDate
timeSlot.value = options.timeSlot
sumprice.value = cnt.value * singleService.value.price
sfAmount.value = cnt.value * singleService.value.price
getMyCouponList()
})
onMounted(() => {
contactRealInfo.value.name = '请选择联系人'
//
@ -250,22 +273,26 @@
emitter.off('delContactById', delContactByIdHandler)
})
onLoad((options)=>{
getFonts()
singleService.value = JSON.parse(options.obj)
cnt.value = JSON.parse(options.cnt)
restNumber.value = JSON.parse(options.rest)
bookDate.value = options.appointmentDate
timeSlot.value = options.timeSlot
sumprice.value = cnt.value * singleService.value.price
sfAmount.value = cnt.value * singleService.value.price
console.log('单个服务类--->',singleService.value);
console.log('商品数量---->',cnt.value);
console.log('时间段---->',timeSlot.value);
console.log('日期---->',bookDate.value);
console.log('剩余人数---->',restNumber.value);
getMyCouponList()
})
const getServiceGoodById = async (val) => {
const res = await uni.request({
url: baseUrl + '/goods/query/service/id',
method: 'POST',
header: {
cookie
},
data: {
id: val
}
})
return res.data.data
}
//
const close = () => {
@ -288,9 +315,6 @@
cookie: wx.getStorageSync('cookie')
}
})
if(res.data.code === 1) {
console.log('联系人数组---->',res.data.data);
}
//for
let contactArr = res.data.data
for(let key in contactArr) {
@ -534,7 +558,6 @@
.page {
padding-top: 24.38rpx;
background-color: #fff;
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -772,14 +795,14 @@
margin-left: 85.31rpx;
}
.text_17 {
margin-left: -119.06rpx;
// margin-left: -119.06rpx;
color: #000000;
font-size: 30rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 26.49rpx;
}
.text_18 {
margin-left: 28.5rpx;
// margin-left: 28.5rpx;
color: #ffaaa5;
font-size: 37.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;

View File

@ -1,5 +1,5 @@
<template>
<view class="flex-col page">
<view class="flex-col page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<!-- <image
mode="aspectFit"
class="self-stretch image"
@ -13,7 +13,7 @@
<view class="flex-col self-stretch section_2">
<view class="self-start group">
<text class="font text_2"></text>
<text class="text">{{ goodObject.price }}</text>
<text class="text">{{ goodObject.price }}</text>
<text class="discountsText">限时优惠{{ coupon }}</text>
</view>
<view class="flex-row justify-between items-center self-stretch group_2">
@ -21,7 +21,7 @@
<view class="flex-row items-center group_3" v-if="goodObject.festivalName != null">
<image
class="image_2"
:src="storeHomeUrl + '/ProductDetail/jr.png'"
:src="storeHomeUrl + '/ProductDetails/jr.png'"
/>
<text class="font text_3 ml-5">{{ goodObject.festivalName }}限定</text>
</view>
@ -29,7 +29,7 @@
<view class="self-stretch divider view"></view>
<view class="flex-col self-stretch group_4">
<text class="self-stretch font_2">
商品简介{{ goodObject.introDetail }}
商品简介{{ goodObject.intro }}
<br/>
</text>
</view>
@ -67,7 +67,7 @@
<button class="flex-col items-center" style="background-color: #ffffff;" open-type="contact" bindcontact="handleContact" session-from="sessionFrom">
<image
class="image_4"
:src="storeHomeUrl + '/ProductDetail/lxkf.png'"
:src="storeHomeUrl + '/ProductDetails/lxkf.png'"
/>
<text class="text_19 mt-3">客服</text>
</button>
@ -106,6 +106,7 @@ const imgArr = ref([]) //商品图片数组
const coupon = ref(0) //
const cookie = wx.getStorageSync('cookie')
const richTextcontent = ref('')
const bkgUrl = ref(storeHomeUrl + '/ProductDetails/bkg.png')
//
onLoad((options) => {
@ -221,7 +222,6 @@ button::after {
margin-left: 16.88rpx;
}
.page {
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/main/ProductDetail/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100%;

View File

@ -1,5 +1,5 @@
<template>
<view class="flex-row relative page">
<view class="flex-row relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-row justify-between items-center section_2 pos">
<!-- <text class="text" style="color: #E79EA1;">商品</text> -->
<view class="flex-row items-center section_3" @click="goToSearch">
@ -72,6 +72,7 @@ import { getFonts } from '../../../common/globalFont';
import carousel from '@/components/vear-carousel/vear-carousel'
import { workshopUrl } from '../../../common/globalImagesUrl';
import { storeHomeUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(storeHomeUrl + '/main/bkg.png')
const currentColor = ref(0);
const sort =ref([{}]) //
const headerList = ref([{}]) //
@ -239,7 +240,6 @@ input {
}
.page {
background-color: #ffffff;
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/store-home/main/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100vh;

View File

@ -1,5 +1,5 @@
<template>
<view class="flex-col page">
<view class="flex-col page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-col group">
<view class="flex-row self-stretch group_2">
<image
@ -87,6 +87,7 @@
import { onLoad } from "@dcloudio/uni-app";
import { getFonts } from '../../../common/globalFont';
import { bookUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(bookUrl + '/component/bkg.png')
let selectObj = ref([])
let fontColor = ref([])
@ -335,11 +336,11 @@
})
console.log(res)
if (!dealResult(res)) return ;
console.log('==============================>', productObject.value)
uni.navigateTo({ //
//+
url: '/pages/order/singleServiceWait/singleServiceWait?obj='
+ JSON.stringify(productObject.value) + '&cnt=' + JSON.stringify(cnt.value) + '&rest=' + JSON.stringify(restNumber.value)
url: '/pages/order/singleServiceWait/singleServiceWait?id='
+ productObject.value.id + '&cnt=' + cnt.value + '&rest=' + restNumber.value
+ '&appointmentDate=' + appointmentDate + '&timeSlot=' + timeSlot
})
}

View File

@ -1,10 +1,10 @@
<template>
<view class="flex-col justify-start relative page">
<view class="section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="section" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }"></view>
<view class="flex-col justify-start items-center section_2 pos">
<view class="flex-row section_3" style="display: flex; align-items: center;" @click="goToSearch">
<image
class="image"
class="image" mode="aspectFill"
:src="workshopUrl + '/index/search.png'"
/>
<input class="text-wrapper ml-7" placeholder="搜索课程" placeholder-class="placeholderStyle" disabled />
@ -48,9 +48,10 @@ import { baseUrl } from '../../../api/request';
import { onLoad } from "@dcloudio/uni-app";
import { getFonts } from '../../../common/globalFont';
import { workshopUrl } from '../../../common/globalImagesUrl';
import carousel from '@/components/vear-carousel/vear-carousel'
const products = ref()
const cookie = wx.getStorageSync("cookie")
import carousel from '@/components/vear-carousel/vear-carousel'
const bkgUrl = ref(workshopUrl + '/index/bkg.png')
onLoad(() => {
getFonts()
@ -117,7 +118,6 @@ const imgList = ref([{
.page {
background-color: #ffffff;
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJULGLADX-feiyigongfang.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -126,7 +126,6 @@ const imgList = ref([{
height: 100vh;
}
.section {
background-image: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJULGLADX-feiyigongfang.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;
@ -134,7 +133,7 @@ const imgList = ref([{
}
.section_2 {
padding: 25rpx 0;
background-color: #ffffff;
background-color: #fbdedf;
}
.pos {
position: fixed;
@ -145,14 +144,14 @@ const imgList = ref([{
}
.section_3 {
padding: 0 15rpx;
background-color: #f1e8e9;
background-color: #fff;
border-radius: 18.75rpx;
width: 506.25rpx;
height: 60rpx;
}
.image {
width: 43.13rpx;
height: 46.88rpx;
height: 43.88rpx;
}
.font {
font-size: 24.38rpx;

View File

@ -1,5 +1,5 @@
<template>
<view class="flex-col page">
<view class="flex-col page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="flex-col self-stretch section">
<image
class="image_3"
@ -17,12 +17,12 @@
{{ productObject.introDetail }}
</text>
</view>
<view class="flex-row items-baseline self-stretch group_2 mt-15">
<!-- <view class="flex-row items-baseline self-stretch group_2 mt-15">
<text class="font_3" style="margin-left: 0;">最近可预约时间{{ specificDate }}</text>
<text class="font_3 ml-1" style="margin-left: 20rpx;">{{ specificTime }}</text>
</view>
</view> -->
</view>
<view class="flex-col section_4 mt-6">
<!-- <view class="flex-col section_4 mt-6">
<text class="self-start font text_6">用户须知</text>
<text class="self-start font_2 text_7 text_1 mt-16">
1.请根据预约时间提前10-15分钟到达活动地点以便顺利参与体验
@ -37,13 +37,13 @@
<text class="self-stretch font_2 text_10 mt-16">
5.如遇特殊情况如突发疾病或其他不可抗力因素请及时与客服沟通我们将根据实际情况处理退款事宜
</text>
</view>
</view> -->
</view>
<view class="flex-row section_5">
<view class="flex-col items-center shrink-0 self-start">
<image
class="image_4"
:src="workshopUrl + '/productmain/lxkf'"
:src="workshopUrl + '/productmain/lxkf.png'"
/>
<text class="text_13 mt-3">客服</text>
</view>
@ -57,7 +57,7 @@
</view>
</view>
</view>
<text class="self-start text_14">服务详情</text>
<!-- <text class="self-start text_14">服务详情</text> -->
<image
class="self-stretch image_5"
:src="productObject.detailImg"
@ -85,6 +85,7 @@ const productObject = ref({})
const popup = ref(null) //
const pObj = {}
const appointmentDateVOList = ref([])
const bkgUrl = ref(workshopUrl + '/productmain/bkg.png')
const closeTimeDialogHandler = () => {
close()
@ -217,7 +218,6 @@ const loadPopBook = ()=> {
}
.section {
padding-bottom: 41.25rpx;
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/workshop/productmain/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
@ -327,9 +327,9 @@ const loadPopBook = ()=> {
left: 0;
right: 0;
bottom: 0;
margin-top: 31.88rpx;
padding: 22.5rpx 33.75rpx 30.13rpx 39.38rpx;
background-color: #ffffff;
margin-top: 31.88rpx;
padding: 22.5rpx 33.75rpx 30.13rpx 39.38rpx;
background-color: #ffffff;
}
.image_4 {
width: 46.88rpx;

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="section" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }"></view>
<view class="flex-row justify-center section_2 pos">
<view class="flex-row items-center section_3">
<image
@ -19,6 +19,7 @@
import { onLoad } from "@dcloudio/uni-app";
import { getFonts } from '../../../common/globalFont';
import { workshopUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(workshopUrl + '/searchGood/bkg.png')
const type = ref('')
const goodList = ref([])
onLoad((options) => {
@ -55,7 +56,6 @@
margin-left: 16.88rpx;
}
.page {
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/workshop/searchGood/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -64,7 +64,6 @@
height: 100vh;
}
.section {
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/workshop/searchGood/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;

View File

@ -1,6 +1,6 @@
<template>
<view class="flex-col justify-start relative page">
<view class="section"></view>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }">
<view class="section" :style="{ backgroundImage: 'url(' + bkgUrl + ')' }"></view>
<view class="flex-row justify-center section_2 pos">
<view class="flex-row items-center section_3" @click="goToSearch">
<image
@ -37,6 +37,7 @@
const keyword = ref('')
const type = ref(0)
const goodList = ref([])
const bkgUrl = ref(workshopUrl + '/searchResult/bkg.png')
onLoad((options) => {
getFonts()
keyword.value = options.keyword
@ -149,7 +150,6 @@
margin-top: 9.38rpx;
}
.page {
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/workshop/searchResult/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
@ -158,7 +158,6 @@
height: 100vh;
}
.section {
background-image: url(http://123.249.108.160:8888/api/file/downloadFile?objectKey=feiyi/miniProgram/workshop/searchResult/bkg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;