001
This commit is contained in:
parent
99d45bd090
commit
70a4accda5
21
pages.json
21
pages.json
|
@ -168,6 +168,27 @@
|
||||||
{
|
{
|
||||||
"navigationBarTitleText" : ""
|
"navigationBarTitleText" : ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path" : "pages/mine/bookings/booking",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path" : "pages/mine/bookings/bookings",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path" : "pages/mine/Contact/Contact",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText" : ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
|
|
|
@ -1,38 +1,70 @@
|
||||||
<template>
|
<template>
|
||||||
|
<!-- 弹窗 -->
|
||||||
|
<uni-popup ref="popup1" v-if="showPopup1" :mask-click="false" background-color="white">
|
||||||
|
<view style="text-align: center;margin: 10px;font-size: 18px;">预约须知</view>
|
||||||
|
<view style="margin: 0 20px;">1.成功预约的顾客需按照预定时间前往店内挑选相应级别的服装。
|
||||||
|
为确保衣物在体验过程中的完好无损,顾客需根据所选服装的级别补缴尾款以及相应的押金。
|
||||||
|
拍摄结束后,店铺将依据衣物的实际状况评估是否扣除押金。</view>
|
||||||
|
<view style="margin: 0 20px;">
|
||||||
|
2.其中部分物品商家可提供,属于增值服务(如一次性隐形眼镜、
|
||||||
|
一次性粉扑等属于服务费以外的赠送服务,买家可选择自带用品,不影响服务价格),
|
||||||
|
需要买家自己准备的,客服需要提前告诉买家(如胸贴等贴身物品)
|
||||||
|
</view>
|
||||||
|
<button @click="close1" style="width: 50%;background-color:#f2b600;border-radius: 30px;margin-top: 20px;
|
||||||
|
margin-bottom: 20px;">我知道了</button>
|
||||||
|
</uni-popup>
|
||||||
|
<uni-popup ref="popup2" v-if="showPopup2" :mask-click="false" background-color="white">
|
||||||
|
<view style="text-align: center;margin: 10px;font-size: 18px;">费用说明</view>
|
||||||
|
<view style="margin: 10px;"> 一、费用支付流程</view>
|
||||||
|
<view style="margin: 0 20px;">
|
||||||
|
<view>1.确定等级:您将根据个人需求选择合适的服装价位区间,并完成预约操作。</view>
|
||||||
|
<view>2.预约成功:预约成功后,您需前往店铺挑选对应等级的服装。</view>
|
||||||
|
<view>3.补缴尾款及押金:在挑选服装时,您需要补缴尾款(扣除已支付定金后的剩余服务或商品费用)以及押金(用于保障服装归还时的完好)。</view>
|
||||||
|
</view>
|
||||||
|
<view style="margin: 10px;"> 二、尾款具体事项</view>
|
||||||
|
<view style="margin: 0 20px;">
|
||||||
|
<view>1.租赁服装:若您选择租赁我们店铺没有的服装,租赁费用将在您支付尾款时一并结算。无论拍摄是否进行,租赁费用均不予退还。</view>
|
||||||
|
<view>2.购买服装:如您希望购买我们店铺的服装,且我们同意购买,将按照服装的稀有程度分等级定价。您需按照所选等级支付尾款。</view>
|
||||||
|
<view>3.定制服务:若您自带衣服,我们提供妆发及摄影服务。若需我们额外购买服装,将按照上述等级定价,您需支付相应的尾款。</view>
|
||||||
|
</view>
|
||||||
|
<view style="margin: 10px;"> 三、定金与押金说明</view>
|
||||||
|
<view style="margin: 0 20px;">
|
||||||
|
<view>1.定金:预约时支付的定金用于确认您的预约意向,定金不予退还。</view>
|
||||||
|
<view>2.押金:拍摄完成后,我们将根据服装的归还情况决定是否扣除押金。若服装无损坏,押金将全额退还。</view>
|
||||||
|
</view>
|
||||||
|
<view style="margin: 10px;"> 四、特殊情况处理</view>
|
||||||
|
<view style="margin: 0 20px;">
|
||||||
|
<view> 若因特殊情况您需要取消预约,请及时与我们联系。未拍摄情况下,定金不予退还,已支付的租赁费用亦不退还。</view>
|
||||||
|
</view>
|
||||||
|
<button @click="close2" style="width: 50%;background-color:#f2b600;border-radius: 30px;margin-top: 20px;
|
||||||
|
margin-bottom: 20px;">我知道了</button>
|
||||||
|
</uni-popup>
|
||||||
<view class="flex-col page" >
|
<view class="flex-col page" >
|
||||||
<view class="flex-col justify-start items-start relative group">
|
<view class="flex-col justify-start items-start relative group" @click="goToContact()"> <!-- @click="goToContact()" -->
|
||||||
<view class="section"></view>
|
<view class="section"></view>
|
||||||
<text class="font text pos">填写预约信息</text>
|
<text class="font text pos">填写预约信息</text>
|
||||||
<view class="flex-col section_2 pos_2">
|
<view class="flex-col section_2 pos_2">
|
||||||
<view class="flex-row justify-between items-center group_2">
|
<view class="flex-row justify-between items-center group_2">
|
||||||
<view class="flex-row items-center">
|
<view class="flex-row items-center">
|
||||||
<image
|
<image class="shrink-0 image"
|
||||||
class="shrink-0 image"
|
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=8bde7b2f7a6da1a009b89295a48cc8ec.png" />
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=8bde7b2f7a6da1a009b89295a48cc8ec.png"
|
|
||||||
/>
|
|
||||||
<text class="font_2 text_2 ml-7">联系人:张三</text>
|
<text class="font_2 text_2 ml-7">联系人:张三</text>
|
||||||
<text class="font_2 text_3 ml-7">15888610253</text>
|
<text class="font_2 text_3 ml-7">15888610253</text>
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image class="image_2"
|
||||||
class="image_2"
|
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=10d9d3f5abdae8518f3c6c3fa1bbb544.png" />
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=10d9d3f5abdae8518f3c6c3fa1bbb544.png"
|
|
||||||
/>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-row justify-between items-center group_3">
|
<view class="flex-row justify-between items-center group_3">
|
||||||
<view class="flex-row items-center">
|
<view class="flex-row items-center">
|
||||||
<image
|
<image class="image"
|
||||||
class="image"
|
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=c6dac3074d9c4e4d6286c07f0ea03db5.png" />
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=c6dac3074d9c4e4d6286c07f0ea03db5.png"
|
|
||||||
/>
|
|
||||||
<view class="flex-col items-start ml-9">
|
<view class="flex-col items-start ml-9">
|
||||||
<text class="font_3">到店日期:2024-10-15</text>
|
<text class="font_3">到店日期:2024-10-15</text>
|
||||||
<text class="mt-2 font_3">具体场次:上午场(09:30-12:00)</text>
|
<text class="mt-2 font_3">具体场次:上午场(09:30-12:00)</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image class="image_2"
|
||||||
class="image_2"
|
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=10d9d3f5abdae8518f3c6c3fa1bbb544.png" />
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=10d9d3f5abdae8518f3c6c3fa1bbb544.png"
|
|
||||||
/>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -40,146 +72,140 @@
|
||||||
<text class="self-start font text_4">选择预约类别</text>
|
<text class="self-start font text_4">选择预约类别</text>
|
||||||
<view class="mt-14 flex-col justify-start self-stretch section_3">
|
<view class="mt-14 flex-col justify-start self-stretch section_3">
|
||||||
<view class="flex-row equal-division">
|
<view class="flex-row equal-division">
|
||||||
<view class="flex-col items-center section_4 equal-division-item">
|
<view class=" clickable-item " @click="showWhole('0')">
|
||||||
<image
|
<image class="image_3"
|
||||||
class="image_3"
|
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQdGvHpRx-paishe.png" />
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=8d7c72d7541acde36f72d77b0e869448.png"
|
|
||||||
/>
|
|
||||||
<text class="mt-2 font_4 text_5">整套约拍</text>
|
<text class="mt-2 font_4 text_5">整套约拍</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-col items-center section_5 equal-division-item ml-23">
|
<view class=" ml-23 clickable-item" @click="showOwn('1')">
|
||||||
<image
|
<image class="image_3"
|
||||||
class="image_3"
|
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FWJdpNSbl-000.png" />
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=0f93b11d2804338440c616b1c69df87b.png"
|
|
||||||
/>
|
|
||||||
<text class="mt-2 font_4">自带服装</text>
|
<text class="mt-2 font_4">自带服装</text>
|
||||||
<view class="mt-2 section_6 pos_3"></view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<template v-if="zhi === '0'" >
|
||||||
<view class="flex-col section_7" >
|
<view class="flex-col section_7" >
|
||||||
<view class="flex-col group_5">
|
<view class="flex-col group_5">
|
||||||
<text class="self-start font text_6">选择服装价位</text>
|
<text class="self-start font text_6">选择服装价位</text>
|
||||||
<view class="flex-row items-center self-stretch section_8 view">
|
<view class="flex-row items-center self-stretch section_8 view" v-for="(item,index) in Whole" :key="item" @click="goToText(index)" >
|
||||||
<view class="flex-row items-center flex-1">
|
<image :src="item.img" class="shrink-0 image_4"></image>
|
||||||
<image
|
|
||||||
class="shrink-0 image_4"
|
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=c58ffae9f1ef4340291223163c7a8297.png"
|
|
||||||
/>
|
|
||||||
<view class="flex-col flex-1 ml-13">
|
<view class="flex-col flex-1 ml-13">
|
||||||
<text class="self-start font_2 text_7">简约风尚</text>
|
<view class="self-start font_2 text_7">{{item.name}}</view>
|
||||||
<view class="flex-row items-baseline self-stretch mt-11">
|
<view class="flex-row items-baseline self-stretch mt-11">
|
||||||
<text class="font_2">价位:</text>
|
<text class="font_2">价位:</text>
|
||||||
<text class="font_6 text_8 ml-1">¥100-200</text>
|
<view class="font_6 text_8 ml-1">¥{{item.price}}</view>
|
||||||
</view>
|
|
||||||
<text class="self-stretch font_7 text_9 mt-11">传承非遗之美,简约演绎经典</text>
|
|
||||||
</view>
|
</view>
|
||||||
|
<view class="self-stretch font_7 text_9 mt-11">{{item.title}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-row shrink-0 ml-21">
|
<view class="flex-row shrink-0 ml-21">
|
||||||
<view class="flex-col justify-start items-center button"><text class="font_5">选择</text></view>
|
<view class="flex-col justify-start items-center button"><text class="font_5">选择</text></view>
|
||||||
<image
|
<image class="ml-8 image_5"
|
||||||
class="ml-8 image_5"
|
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=7d16fc8dfa328fc97ff273ebeab9bc18.png" />
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=7d16fc8dfa328fc97ff273ebeab9bc18.png"
|
|
||||||
/>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="flex-row justify-between items-center self-stretch section_8">
|
|
||||||
<image
|
|
||||||
class="image_4"
|
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=bc0e955304da0a2ccafe3a66ac1f3aca.png"
|
|
||||||
/>
|
|
||||||
<view class="flex-col">
|
|
||||||
<text class="self-start font_2 text_10">时尚精选</text>
|
|
||||||
<view class="flex-row items-baseline self-stretch mt-11">
|
|
||||||
<text class="font_2">价位:</text>
|
|
||||||
<text class="font_6 text_12 ml-1">¥200-400</text>
|
|
||||||
</view>
|
|
||||||
<text class="self-stretch font_7 text_13 mt-11">融合时尚与传统,精选非遗华章</text>
|
|
||||||
</view>
|
|
||||||
<view class="flex-col justify-start items-center text-wrapper"><text class="font_5 text_11">已选</text></view>
|
|
||||||
<image
|
|
||||||
class="image_5"
|
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=7d16fc8dfa328fc97ff273ebeab9bc18.png"
|
|
||||||
/>
|
|
||||||
</view>
|
|
||||||
<view class="flex-row items-center self-stretch section_8">
|
|
||||||
<view class="flex-row items-center flex-1">
|
|
||||||
<image
|
|
||||||
class="shrink-0 image_6"
|
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=4c1c758fda92536b923ec745cb077f5a.png"
|
|
||||||
/>
|
|
||||||
<view class="flex-col flex-1 ml-13">
|
|
||||||
<text class="self-start font_2 text_14">奢华专属</text>
|
|
||||||
<view class="flex-row items-baseline self-stretch mt-11">
|
|
||||||
<text class="font_2">价位:</text>
|
|
||||||
<text class="font_6 text_8 ml-1">¥400-800</text>
|
|
||||||
</view>
|
|
||||||
<text class="self-stretch font_7 text_9 mt-11">非遗匠心独运,奢华专属定制</text>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="flex-row shrink-0 ml-21">
|
|
||||||
<view class="flex-col justify-start items-center button"><text class="font_5">选择</text></view>
|
|
||||||
<image
|
|
||||||
class="ml-8 image_5"
|
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=7d16fc8dfa328fc97ff273ebeab9bc18.png"
|
|
||||||
/>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-col">
|
<view class="flex-col">
|
||||||
<view class="divider"></view>
|
|
||||||
<view class="flex-col group_6">
|
<view class="flex-col group_6">
|
||||||
<view class="flex-col">
|
<view class="flex-col">
|
||||||
<text class="self-start font text_15">选择拍摄场景</text>
|
<text class="self-start font text_15">选择拍摄场景</text>
|
||||||
<view class="flex-row self-stretch mt-15">
|
<view class="flex-row self-stretch mt-15">
|
||||||
<view class="flex-row justify-center items-center section_9">
|
<view class="flex-row justify-center items-center section_9">
|
||||||
<image
|
<image class="image_7"
|
||||||
class="image_7"
|
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FDSCeqARd-shinei.png" />
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=c1648e930bd0a16582101342bc977e3f.png"
|
|
||||||
/>
|
|
||||||
<text class="ml-16 font_8 text_16">室内</text>
|
<text class="ml-16 font_8 text_16">室内</text>
|
||||||
<view class="ml-16 section_10"></view>
|
<checkbox class="ml-16" name="location" value="室内"></checkbox>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-row justify-center items-center section_9 ml-23">
|
<view class="flex-row justify-center items-center section_9 ml-23">
|
||||||
<image
|
<image class="image_7"
|
||||||
class="image_7"
|
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FgfjDWgWY-shiwai.png" />
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=fdab8bc2c0e97484b59f998d8623f890.png"
|
|
||||||
/>
|
|
||||||
<text class="ml-16 font_8 text_17">室外</text>
|
<text class="ml-16 font_8 text_17">室外</text>
|
||||||
<view class="ml-16 section_10"></view>
|
<checkbox class="ml-16" name="location" value="室外"></checkbox>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="mt-26 flex-row justify-center items-center">
|
<view class="mt-26 flex-row justify-center items-center" @click="openPopup1">
|
||||||
<image
|
<image class="badge"
|
||||||
class="badge"
|
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FkWvkHOaM-0e7d6a68aaa19d61293070fa98a3ae13.png" />
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=18dd2fa44538df4392850f46b9b3550e.png"
|
|
||||||
/>
|
|
||||||
<text class="ml-4 font_7 text_18">预约须知</text>
|
<text class="ml-4 font_7 text_18">预约须知</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</template>
|
||||||
|
<template v-if="zhi === '1'" >
|
||||||
|
<view class="flex-col section_7">
|
||||||
|
<view class="flex-col group_5">
|
||||||
|
<text class="self-start font text_6">选择服务</text>
|
||||||
|
<view class="flex-row items-center self-stretch section_8 view" v-for="item in Own" :key="item" >
|
||||||
|
<image :src="item.img" class="shrink-0 image_4"></image>
|
||||||
|
<view class="flex-col flex-1 ml-13">
|
||||||
|
<view class="self-start font_2 text_7">{{item.name}}</view>
|
||||||
|
<view class="flex-row items-baseline self-stretch mt-11">
|
||||||
|
<text class="font_2">价位:</text>
|
||||||
|
<view class="font_6 text_8 ml-1">¥{{item.price}}</view>
|
||||||
|
</view>
|
||||||
|
<view class="self-stretch font_7 text_9 mt-11">{{item.title}}</view>
|
||||||
|
</view>
|
||||||
|
<view class="flex-row shrink-0 ml-21">
|
||||||
|
<checkbox></checkbox>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="flex-col">
|
||||||
|
<view class="flex-col group_6">
|
||||||
|
<view class="flex-col">
|
||||||
|
<text class="self-start font text_15">选择拍摄场景</text>
|
||||||
|
<view class="flex-row self-stretch mt-15">
|
||||||
|
<view class="flex-row justify-center items-center section_9">
|
||||||
|
<image class="image_7"
|
||||||
|
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FDSCeqARd-shinei.png" />
|
||||||
|
<text class="ml-16 font_8 text_16">室内</text>
|
||||||
|
<checkbox class="ml-16" name="location" value="室内"></checkbox>
|
||||||
|
</view>
|
||||||
|
<view class="flex-row justify-center items-center section_9 ml-23">
|
||||||
|
<image class="image_7"
|
||||||
|
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FgfjDWgWY-shiwai.png" />
|
||||||
|
<text class="ml-16 font_8 text_17">室外</text>
|
||||||
|
<checkbox class="ml-16" name="location" value="室外"></checkbox>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="flex-row self-stretch section_12">
|
||||||
|
<image class="shrink-0 self-center image_66"
|
||||||
|
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FbtvtZqGC-kefu.png" />
|
||||||
|
<view class="flex-col shrink-0 self-start group_10">
|
||||||
|
<text class="self-start font_2 text_12">联系客服</text>
|
||||||
|
<text class="mt-10 self-stretch font_66">请提供详细的问题描述,以便我们更快地为您解决问题。</text>
|
||||||
|
</view>
|
||||||
|
<image class="shrink-0 self-center image image_77"
|
||||||
|
src="https://ide.code.fun/api/image?token=67303857c471750012de63be&name=136eb7cb0ccc86c9685bc319ce005613.png" />
|
||||||
|
</view>
|
||||||
|
<view class="mt-26 flex-row justify-center items-center" @click="openPopup1">
|
||||||
|
<image class="badge"
|
||||||
|
src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FkWvkHOaM-0e7d6a68aaa19d61293070fa98a3ae13.png" />
|
||||||
|
<text class="ml-4 font_7 text_18">预约须知</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
<view class="flex-row justify-between items-center section_11">
|
<view class="flex-row justify-between items-center section_11">
|
||||||
<view class="flex-row items-center group_7">
|
<view class="flex-row items-center group_7">
|
||||||
<view class="flex-col justify-start items-start shrink-0 relative">
|
<view class="flex-col justify-start items-start shrink-0 relative">
|
||||||
<text class="font_8">定金:</text>
|
<text class="font_8">定金:</text>
|
||||||
<image
|
<image class="image_2 pos_4"
|
||||||
class="image_2 pos_4"
|
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=3393d3563afcfe7dedbadba1ea5328a0.png" />
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=3393d3563afcfe7dedbadba1ea5328a0.png"
|
|
||||||
/>
|
|
||||||
</view>
|
</view>
|
||||||
<text class="font_6 text_19">88.</text>
|
<text class="font_6 text_19">88.</text>
|
||||||
<text class="text_21">00</text>
|
<text class="text_21">00</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-row items-center">
|
<view class="flex-row items-center">
|
||||||
<view class="flex-row button_3">
|
<view class="flex-row button_3" @click="openPopup2">
|
||||||
<text class="text_22">费用说明</text>
|
<text class="text_22">费用说明</text>
|
||||||
<image
|
<image class="shrink-0 image_8 ml-3"
|
||||||
class="shrink-0 image_8 ml-3"
|
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=0455b173571a47fdc438588e788f26c5.png" />
|
||||||
src="https://ide.code.fun/api/image?token=672dbef4c471750012de4bf6&name=0455b173571a47fdc438588e788f26c5.png"
|
|
||||||
/>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="ml-10 flex-col justify-start items-center button_2">
|
<view class="ml-10 flex-col justify-start items-center button_2">
|
||||||
<text class="font_4 text_20">确定预约</text>
|
<text class="font_4 text_20">确定预约</text>
|
||||||
|
@ -190,74 +216,140 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref } from 'vue';
|
import {
|
||||||
|
ref
|
||||||
|
} from 'vue';
|
||||||
|
const displayItem = ref([])
|
||||||
const Whole = ref([
|
const Whole = ref([
|
||||||
// tab:'选择服装价位',
|
{
|
||||||
// {
|
img: 'https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FFQDXFHYB-000-2.png',
|
||||||
// img:'',
|
name: '简约风尚',
|
||||||
// name:'简约风尚',
|
price: '100-200',
|
||||||
// price:'100-200',
|
title: '传承非遗之美,简约演绎经典',
|
||||||
// title:'传承非遗之美,简约演绎经典'
|
},
|
||||||
// },
|
{
|
||||||
// {
|
img: 'https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FdTSYNsqi-000-3.png',
|
||||||
// img:'',
|
name: '时尚精选',
|
||||||
// name:'时尚精选',
|
price: '200-400',
|
||||||
// price:'200-400',
|
title: '融合时尚与传统,精选非遗划账',
|
||||||
// title:'融合时尚与传统,精选非遗划账'
|
},
|
||||||
// },
|
{
|
||||||
// {
|
img: ' https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FDSCaeopg-000-1.png',
|
||||||
// img:'',
|
name: '奢华专属',
|
||||||
// name:'奢华专属',
|
price: '400-800',
|
||||||
// price:'400-800',
|
title: '非遗匠心独运,奢华专属定制',
|
||||||
// title:'非遗匠心独运,奢华专属定制'
|
}
|
||||||
// }
|
|
||||||
])
|
])
|
||||||
const own=ref([
|
const Own = ref([{
|
||||||
// tab:'选择服务'
|
img: 'https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FObQGBPnJ-zhuangfa.png',
|
||||||
// {
|
name: '妆发预约',
|
||||||
// img:'',
|
price: '20',
|
||||||
// name:'妆发预约',
|
title: '包括底妆,眉毛,眼妆,腮红和唇妆,根据您的肤色和服装风格进行个性化设计'
|
||||||
// price:'20',
|
},
|
||||||
// title:'包括底妆,眉毛,眼妆,腮红和唇妆,根据您的肤色和服装风格进行个性化设计'
|
{
|
||||||
// },
|
img: 'https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FDFNymmCN-sheying.png',
|
||||||
// {
|
name: '摄影服务',
|
||||||
// img:'',
|
price: '15',
|
||||||
// name:'摄影服务',
|
title: '提供专业的摄影棚和灯光设备,为客户打造舒适的拍摄环境'
|
||||||
// price:'15',
|
}
|
||||||
// title:'提供专业的摄影棚和灯光设备,为客户打造舒适的拍摄环境'
|
|
||||||
// },
|
|
||||||
])
|
])
|
||||||
|
const zhi = ref('0')
|
||||||
|
|
||||||
|
const showWhole = (zhiValue) => {
|
||||||
|
zhi.value = zhiValue
|
||||||
|
console.log(zhi.value)
|
||||||
|
}
|
||||||
|
|
||||||
|
const showOwn = (zhiValue) => {
|
||||||
|
zhi.value = zhiValue
|
||||||
|
console.log(zhi.value)
|
||||||
|
}
|
||||||
|
|
||||||
|
const close1 = () => {
|
||||||
|
popup1.value.close()
|
||||||
|
}
|
||||||
|
const close2 = () => {
|
||||||
|
popup2.value.close()
|
||||||
|
}
|
||||||
|
|
||||||
|
const popup1 = ref(null)
|
||||||
|
const popup2 = ref(null)
|
||||||
|
const showPopup1 = ref(false)
|
||||||
|
const showPopup2 = ref(false)
|
||||||
|
|
||||||
|
const openPopup1 = () => {
|
||||||
|
showPopup1.value = true;
|
||||||
|
popup1.value.open('center');
|
||||||
|
}
|
||||||
|
|
||||||
|
const openPopup2 = () => {
|
||||||
|
showPopup2.value = true;
|
||||||
|
popup2.value.open('center');
|
||||||
|
}
|
||||||
|
|
||||||
|
const closePopup1 = () => {
|
||||||
|
showPopup1.value = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
const closePopup2 = () => {
|
||||||
|
showPopup2.value = false;
|
||||||
|
}
|
||||||
|
const selectedLocation = ref(null)
|
||||||
|
const handleFormSubmit = () => {
|
||||||
|
selectedLocation.value = null
|
||||||
|
}
|
||||||
|
const goToText = (index) =>{
|
||||||
|
console.log(index);
|
||||||
|
uni.navigateTo({
|
||||||
|
url:"/pages/booking/CostumeDisplay/CostumeDisplay?info="
|
||||||
|
+ JSON.stringify(Whole.value[index])
|
||||||
|
})
|
||||||
|
}
|
||||||
|
const goToContact = ()=>{
|
||||||
|
uni.navigateTo({
|
||||||
|
url:'/pages/mine/Contact/Contact'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
console.log(Whole.value[1])
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.ml-7 {
|
.ml-7 {
|
||||||
margin-left: 13.13rpx;
|
margin-left: 13.13rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-9 {
|
.ml-9 {
|
||||||
margin-left: 16.88rpx;
|
margin-left: 16.88rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-13 {
|
.ml-13 {
|
||||||
margin-left: 24.38rpx;
|
margin-left: 24.38rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-21 {
|
.ml-21 {
|
||||||
margin-left: 39.38rpx;
|
margin-left: 39.38rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-1 {
|
.ml-1 {
|
||||||
margin-left: 1.88rpx;
|
margin-left: 1.88rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mt-15 {
|
.mt-15 {
|
||||||
margin-top: 28.13rpx;
|
margin-top: 28.13rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-23 {
|
.ml-23 {
|
||||||
margin-left: 43.13rpx;
|
margin-left: 43.13rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mt-11 {
|
.mt-11 {
|
||||||
margin-top: 20.63rpx;
|
margin-top: 20.63rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-3 {
|
.ml-3 {
|
||||||
margin-left: 5.63rpx;
|
margin-left: 5.63rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
padding-top: 45rpx;
|
padding-top: 45rpx;
|
||||||
background-color: #f5f5dc;
|
background-color: #f5f5dc;
|
||||||
|
@ -266,9 +358,16 @@ const own=ref([
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.font_66 {
|
||||||
|
font-size: 22.5rpx;
|
||||||
|
font-family: Open Sans;
|
||||||
|
line-height: 26.25rpx;
|
||||||
|
color: #898989;
|
||||||
|
}
|
||||||
.group {
|
.group {
|
||||||
padding-top: 11.25rpx;
|
padding-top: 11.25rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
margin-left: 71.25rpx;
|
margin-left: 71.25rpx;
|
||||||
background-color: #ffffff00;
|
background-color: #ffffff00;
|
||||||
|
@ -276,105 +375,142 @@ const own=ref([
|
||||||
width: 281.25rpx;
|
width: 281.25rpx;
|
||||||
height: 281.25rpx;
|
height: 281.25rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font {
|
.font {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
font-family: Open Sans;
|
font-family: Open Sans;
|
||||||
line-height: 27.75rpx;
|
line-height: 27.75rpx;
|
||||||
color: #323232;
|
color: #323232;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
line-height: 27.96rpx;
|
line-height: 27.96rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pos {
|
.pos {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 21.62rpx;
|
left: 21.62rpx;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section_2 {
|
.section_2 {
|
||||||
padding-left: 33.75rpx;
|
padding-left: 33.75rpx;
|
||||||
padding-right: 28.13rpx;
|
padding-right: 28.13rpx;
|
||||||
background-color: #fffef8;
|
background-color: #fffef8;
|
||||||
border-radius: 18.75rpx;
|
border-radius: 18.75rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pos_2 {
|
.pos_2 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 20.63rpx;
|
left: 20.63rpx;
|
||||||
right: 20.63rpx;
|
right: 20.63rpx;
|
||||||
top: 53.63rpx;
|
top: 53.63rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_2 {
|
.group_2 {
|
||||||
padding: 31.88rpx 0 15rpx;
|
padding: 31.88rpx 0 15rpx;
|
||||||
border-bottom: solid 1.88rpx #e2e0e0;
|
border-bottom: solid 1.88rpx #e2e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
width: 43.13rpx;
|
width: 43.13rpx;
|
||||||
height: 43.13rpx;
|
height: 43.13rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font_2 {
|
.font_2 {
|
||||||
font-size: 26.25rpx;
|
font-size: 26.25rpx;
|
||||||
font-family: Open Sans;
|
font-family: Open Sans;
|
||||||
line-height: 24.3rpx;
|
line-height: 24.3rpx;
|
||||||
color: #323232;
|
color: #323232;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_2 {
|
.text_2 {
|
||||||
line-height: 24rpx;
|
line-height: 24rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_3 {
|
.text_3 {
|
||||||
line-height: 24rpx;
|
line-height: 24rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_2 {
|
.image_2 {
|
||||||
width: 33.75rpx;
|
width: 33.75rpx;
|
||||||
height: 33.75rpx;
|
height: 33.75rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_3 {
|
.group_3 {
|
||||||
padding: 22.5rpx 0 37.5rpx;
|
padding: 22.5rpx 0 37.5rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font_3 {
|
.font_3 {
|
||||||
font-size: 26.25rpx;
|
font-size: 26.25rpx;
|
||||||
font-family: Open Sans;
|
font-family: Open Sans;
|
||||||
line-height: 31.88rpx;
|
line-height: 31.88rpx;
|
||||||
color: #323232;
|
color: #323232;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_4 {
|
.group_4 {
|
||||||
margin-top: 26.25rpx;
|
margin-top: 26.25rpx;
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_4 {
|
.text_4 {
|
||||||
line-height: 27.69rpx;
|
line-height: 27.69rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section_3 {
|
.section_3 {
|
||||||
padding: 31.88rpx 0;
|
padding: 31.88rpx 0;
|
||||||
background-color: #fffef8;
|
background-color: #fffef8;
|
||||||
border-radius: 18.75rpx;
|
border-radius: 18.75rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.equal-division {
|
.equal-division {
|
||||||
margin: 0 41.25rpx;
|
margin: 0 41.25rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section_4 {
|
.section_4 {
|
||||||
flex: 1 1 281.25rpx;
|
flex: 1 1 281.25rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_3 {
|
.image_3 {
|
||||||
width: 192rpx;
|
width: 192rpx;
|
||||||
height: 192rpx;
|
height: 192rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font_4 {
|
.font_4 {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
font-family: Inter;
|
font-family: Inter;
|
||||||
line-height: 27.75rpx;
|
line-height: 27.75rpx;
|
||||||
color: #323232;
|
color: #323232;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_5 {
|
.text_5 {
|
||||||
line-height: 27.99rpx;
|
line-height: 27.99rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section_5 {
|
.section_5 {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex: 1 1 281.25rpx;
|
flex: 1 1 281.25rpx;
|
||||||
}
|
}
|
||||||
.equal-division-item {
|
|
||||||
|
.clickable-item {
|
||||||
padding: 15rpx 0 41.25rpx;
|
padding: 15rpx 0 41.25rpx;
|
||||||
background-color: #fff291;
|
background-color: white;
|
||||||
border-radius: 18.75rpx;
|
border-radius: 18.75rpx;
|
||||||
height: 281.25rpx;
|
height: 281.25rpx;
|
||||||
|
flex: 1 1 281.25rpx;
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
box-sizing: border-box;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clickable-item.selected {
|
||||||
|
background-color: #f08b00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clickable-item.selected::after {
|
||||||
|
background-color: #f08b00;
|
||||||
}
|
}
|
||||||
.section_6 {
|
.section_6 {
|
||||||
background-color: #ffffff99;
|
background-color: #ffffff99;
|
||||||
|
@ -382,6 +518,7 @@ const own=ref([
|
||||||
width: 281.25rpx;
|
width: 281.25rpx;
|
||||||
height: 281.25rpx;
|
height: 281.25rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pos_3 {
|
.pos_3 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -389,43 +526,55 @@ const own=ref([
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section_7 {
|
.section_7 {
|
||||||
margin-top: 30rpx;
|
margin-top: 30rpx;
|
||||||
padding-bottom: 46.88rpx;
|
padding-bottom: 46.88rpx;
|
||||||
background-color: #fff3c3;
|
background-color: #fff3c3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_5 {
|
.group_5 {
|
||||||
padding: 30rpx 30rpx 37.5rpx;
|
padding: 30rpx 30rpx 37.5rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_6 {
|
.text_6 {
|
||||||
line-height: 27.86rpx;
|
line-height: 27.86rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section_8 {
|
.section_8 {
|
||||||
margin-top: 16.88rpx;
|
margin-top: 16.88rpx;
|
||||||
padding: 26.25rpx 26.25rpx 26.25rpx 39.38rpx;
|
padding: 26.25rpx 26.25rpx 26.25rpx 39.38rpx;
|
||||||
background-color: #fffef8;
|
background-color: #fffef8;
|
||||||
border-radius: 18.75rpx;
|
border-radius: 18.75rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.view {
|
.view {
|
||||||
margin-top: 41.25rpx;
|
margin-top: 41.25rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_4 {
|
.image_4 {
|
||||||
border-radius: 9.38rpx;
|
border-radius: 9.38rpx;
|
||||||
width: 118.13rpx;
|
width: 118.13rpx;
|
||||||
height: 151.88rpx;
|
height: 151.88rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_7 {
|
.text_7 {
|
||||||
line-height: 24.26rpx;
|
line-height: 24.26rpx;
|
||||||
}
|
}
|
||||||
|
.text_77 {
|
||||||
|
line-height: 24.96rpx;
|
||||||
|
}
|
||||||
.font_6 {
|
.font_6 {
|
||||||
font-size: 33.75rpx;
|
font-size: 33.75rpx;
|
||||||
font-family: Open Sans;
|
font-family: Open Sans;
|
||||||
line-height: 24.3rpx;
|
line-height: 24.3rpx;
|
||||||
color: #ff3c3c;
|
color: #ff3c3c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_8 {
|
.text_8 {
|
||||||
line-height: 24.81rpx;
|
line-height: 24.81rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
padding: 7.5rpx 0;
|
padding: 7.5rpx 0;
|
||||||
background-color: #fbb612;
|
background-color: #fbb612;
|
||||||
|
@ -433,22 +582,33 @@ const own=ref([
|
||||||
width: 75rpx;
|
width: 75rpx;
|
||||||
height: 37.5rpx;
|
height: 37.5rpx;
|
||||||
}
|
}
|
||||||
|
.button2 {
|
||||||
|
padding: 7.5rpx 0;
|
||||||
|
background-color: #f5f5dc;
|
||||||
|
border-radius: 50rpx;
|
||||||
|
width: 37.5rpx;
|
||||||
|
height: 37.5rpx;
|
||||||
|
}
|
||||||
.font_5 {
|
.font_5 {
|
||||||
font-size: 22.5rpx;
|
font-size: 22.5rpx;
|
||||||
font-family: Open Sans;
|
font-family: Open Sans;
|
||||||
line-height: 20.72rpx;
|
line-height: 20.72rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_5 {
|
.image_5 {
|
||||||
width: 37.5rpx;
|
width: 37.5rpx;
|
||||||
height: 37.5rpx;
|
height: 37.5rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_10 {
|
.text_10 {
|
||||||
line-height: 24.15rpx;
|
line-height: 24.15rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_12 {
|
.text_12 {
|
||||||
line-height: 24.81rpx;
|
line-height: 24.81rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-wrapper {
|
.text-wrapper {
|
||||||
padding: 7.5rpx 0;
|
padding: 7.5rpx 0;
|
||||||
background-color: #d9d9d9;
|
background-color: #d9d9d9;
|
||||||
|
@ -456,27 +616,38 @@ const own=ref([
|
||||||
width: 75rpx;
|
width: 75rpx;
|
||||||
height: 37.5rpx;
|
height: 37.5rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_11 {
|
.text_11 {
|
||||||
line-height: 20.61rpx;
|
line-height: 20.61rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_6 {
|
.image_6 {
|
||||||
width: 118.13rpx;
|
width: 118.13rpx;
|
||||||
height: 151.88rpx;
|
height: 151.88rpx;
|
||||||
}
|
}
|
||||||
|
.image_66 {
|
||||||
|
border-radius: 9.38rpx;
|
||||||
|
width: 93.75rpx;
|
||||||
|
height: 118.13rpx;
|
||||||
|
}
|
||||||
.text_14 {
|
.text_14 {
|
||||||
line-height: 24.23rpx;
|
line-height: 24.23rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.divider {
|
.divider {
|
||||||
margin: 0 22.5rpx;
|
margin: 0 22.5rpx;
|
||||||
background-color: #ff8550;
|
background-color: #ff8550;
|
||||||
height: 1.88rpx;
|
height: 1.88rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_6 {
|
.group_6 {
|
||||||
padding: 22.5rpx 30rpx 0;
|
padding: 22.5rpx 30rpx 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_15 {
|
.text_15 {
|
||||||
line-height: 27.64rpx;
|
line-height: 27.64rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section_9 {
|
.section_9 {
|
||||||
flex: 1 1 322.5rpx;
|
flex: 1 1 322.5rpx;
|
||||||
padding: 26.25rpx 0;
|
padding: 26.25rpx 0;
|
||||||
|
@ -484,20 +655,31 @@ const own=ref([
|
||||||
border-radius: 18.75rpx;
|
border-radius: 18.75rpx;
|
||||||
height: 153.75rpx;
|
height: 153.75rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_7 {
|
.image_7 {
|
||||||
border-radius: 9.38rpx;
|
border-radius: 9.38rpx;
|
||||||
width: 123.75rpx;
|
width: 123.75rpx;
|
||||||
height: 101.25rpx;
|
height: 101.25rpx;
|
||||||
}
|
}
|
||||||
|
.image_77 {
|
||||||
|
margin-left: 48.75rpx;
|
||||||
|
}
|
||||||
|
|
||||||
.font_8 {
|
.font_8 {
|
||||||
font-size: 26.25rpx;
|
font-size: 26.25rpx;
|
||||||
font-family: Inter;
|
font-family: Inter;
|
||||||
line-height: 24.3rpx;
|
line-height: 24.3rpx;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
.group_10 {
|
||||||
|
margin-left: 22.5rpx;
|
||||||
|
margin-top: 15rpx;
|
||||||
|
width: 405rpx;
|
||||||
|
}
|
||||||
.text_16 {
|
.text_16 {
|
||||||
line-height: 24.21rpx;
|
line-height: 24.21rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section_10 {
|
.section_10 {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
@ -508,47 +690,61 @@ const own=ref([
|
||||||
border-top: solid 1.88rpx #c4c4c4;
|
border-top: solid 1.88rpx #c4c4c4;
|
||||||
border-bottom: solid 1.88rpx #c4c4c4;
|
border-bottom: solid 1.88rpx #c4c4c4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_17 {
|
.text_17 {
|
||||||
line-height: 24.09rpx;
|
line-height: 24.09rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
width: 28.13rpx;
|
width: 28.13rpx;
|
||||||
height: 28.13rpx;
|
height: 28.13rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font_7 {
|
.font_7 {
|
||||||
font-size: 22.5rpx;
|
font-size: 22.5rpx;
|
||||||
font-family: Open Sans;
|
font-family: Open Sans;
|
||||||
line-height: 20.72rpx;
|
line-height: 20.72rpx;
|
||||||
color: #8a8a8a;
|
color: #8a8a8a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_13 {
|
.text_13 {
|
||||||
line-height: 21.38rpx;
|
line-height: 21.38rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_9 {
|
.text_9 {
|
||||||
line-height: 21.36rpx;
|
line-height: 21.36rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_18 {
|
.text_18 {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
line-height: 20.77rpx;
|
line-height: 20.77rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section_11 {
|
.section_11 {
|
||||||
margin-top: 48.75rpx;
|
margin-top: 48.75rpx;
|
||||||
padding: 15rpx 22.5rpx;
|
padding: 15rpx 22.5rpx;
|
||||||
background-color: #fffef8;
|
background-color: #fffef8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_7 {
|
.group_7 {
|
||||||
width: 180.06rpx;
|
width: 180.06rpx;
|
||||||
}
|
}
|
||||||
|
.group_77{
|
||||||
|
margin-left: 37.5rpx;
|
||||||
|
}
|
||||||
|
|
||||||
.pos_4 {
|
.pos_4 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_19 {
|
.text_19 {
|
||||||
color: #fbb612;
|
color: #fbb612;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 24.84rpx;
|
line-height: 24.84rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_21 {
|
.text_21 {
|
||||||
color: #fbb612;
|
color: #fbb612;
|
||||||
font-size: 26.25rpx;
|
font-size: 26.25rpx;
|
||||||
|
@ -556,22 +752,26 @@ const own=ref([
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 19.29rpx;
|
line-height: 19.29rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button_3 {
|
.button_3 {
|
||||||
padding: 9.38rpx 11.25rpx;
|
padding: 9.38rpx 11.25rpx;
|
||||||
background-color: #d9d9d9;
|
background-color: #d9d9d9;
|
||||||
border-radius: 9.38rpx;
|
border-radius: 9.38rpx;
|
||||||
height: 37.5rpx;
|
height: 37.5rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_22 {
|
.text_22 {
|
||||||
color: #323232;
|
color: #323232;
|
||||||
font-size: 18.75rpx;
|
font-size: 18.75rpx;
|
||||||
font-family: Inter;
|
font-family: Inter;
|
||||||
line-height: 17.36rpx;
|
line-height: 17.36rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_8 {
|
.image_8 {
|
||||||
width: 18.75rpx;
|
width: 18.75rpx;
|
||||||
height: 18.75rpx;
|
height: 18.75rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button_2 {
|
.button_2 {
|
||||||
padding: 26.25rpx 0;
|
padding: 26.25rpx 0;
|
||||||
background-color: #fbb612;
|
background-color: #fbb612;
|
||||||
|
@ -582,5 +782,12 @@ const own=ref([
|
||||||
.text_20 {
|
.text_20 {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section_12 {
|
||||||
|
margin: 26.25rpx 16.88rpx 0 11.25rpx;
|
||||||
|
padding: 15rpx 26.25rpx;
|
||||||
|
background-color: #fffef8;
|
||||||
|
border-radius: 18.75rpx;
|
||||||
|
}
|
||||||
@import url(/common/css/global.css);
|
@import url(/common/css/global.css);
|
||||||
</style>
|
</style>
|
|
@ -1,10 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="flex-col page">
|
<view class="flex-col page">
|
||||||
<view class="flex-row section">
|
<view class="flex-row section">
|
||||||
<image
|
<image class="self-center image" :src="avator" />
|
||||||
class="self-center image"
|
|
||||||
:src="avator"
|
|
||||||
/>
|
|
||||||
<view class="flex-col self-start group">
|
<view class="flex-col self-start group">
|
||||||
<text class="self-start text">默认用户</text>
|
<text class="self-start text">默认用户</text>
|
||||||
<view class="flex-col justify-start items-center self-stretch text-wrapper mt-6">
|
<view class="flex-col justify-start items-center self-stretch text-wrapper mt-6">
|
||||||
|
@ -18,82 +15,49 @@
|
||||||
<view class="flex-col relative group_2">
|
<view class="flex-col relative group_2">
|
||||||
<view class="flex-row equal-division">
|
<view class="flex-row equal-division">
|
||||||
<view class="flex-col items-center group_3 group_1" @click="goto()">
|
<view class="flex-col items-center group_3 group_1" @click="goto()">
|
||||||
<image
|
<image class="image_2" :src="dingdan" />
|
||||||
class="image_2"
|
|
||||||
:src="dingdan"
|
|
||||||
/>
|
|
||||||
<text class="font text_4">总订单</text>
|
<text class="font text_4">总订单</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-col items-center group_3 group_4">
|
<view class="flex-col items-center group_3 group_4">
|
||||||
<image
|
<image class="image_2" :src="qianbao" />
|
||||||
class="image_2"
|
|
||||||
:src="qianbao"
|
|
||||||
/>
|
|
||||||
<text class="font text_1">待付款</text>
|
<text class="font text_1">待付款</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-col items-center group_3 group_5">
|
<view class="flex-col items-center group_3 group_5">
|
||||||
<image
|
<image class="image_2" :src="daifahuo" />
|
||||||
class="image_2"
|
|
||||||
:src="daifahuo"
|
|
||||||
/>
|
|
||||||
<text class="font">待发货</text>
|
<text class="font">待发货</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-col items-start group_3 group_6">
|
<view class="flex-col items-start group_3 group_6">
|
||||||
<image
|
<image class="image_2" :src="daishouhuo" />
|
||||||
class="image_2"
|
|
||||||
:src="daishouhuo"
|
|
||||||
/>
|
|
||||||
<text class="font">待收货</text>
|
<text class="font">待收货</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-col items-center group_3 group_7">
|
<view class="flex-col items-center group_3 group_7">
|
||||||
<image
|
<image class="image_2" :src="tuikuan" />
|
||||||
class="image_2"
|
|
||||||
:src="tuikuan"
|
|
||||||
/>
|
|
||||||
<text class="font text_9">退款/售后</text>
|
<text class="font text_9">退款/售后</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-col mt-37">
|
<view class="flex-col mt-37">
|
||||||
<view class="flex-row justify-between items-center section_2">
|
<view class="flex-row justify-between items-center section_2">
|
||||||
<view class="flex-row items-center">
|
<view class="flex-row items-center">
|
||||||
<image
|
<image class="shrink-0 image_3" :src="address" />
|
||||||
class="shrink-0 image_3"
|
|
||||||
:src="address"
|
|
||||||
/>
|
|
||||||
<text class="font_2 ml-5">地址列表</text>
|
<text class="font_2 ml-5">地址列表</text>
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image class="image_4 image_5" :src="you" />
|
||||||
class="image_4 image_5"
|
|
||||||
:src="you"
|
|
||||||
/>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="list-divider mt-5"></view>
|
<view class="list-divider mt-5"></view>
|
||||||
<view class="flex-row justify-between items-center section_4 mt-5">
|
<view class="flex-row justify-between items-center section_4 mt-5" @click="goToText()">
|
||||||
<view class="flex-row items-center">
|
<view class="flex-row items-center">
|
||||||
<image
|
<image class="shrink-0 image_3" :src="lianxiren_s" />
|
||||||
class="shrink-0 image_3"
|
|
||||||
:src="lianxiren_s"
|
|
||||||
/>
|
|
||||||
<text class="font_2 text_5 ml-5">联系人列表</text>
|
<text class="font_2 text_5 ml-5">联系人列表</text>
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image class="image_6" :src="you" />
|
||||||
class="image_6"
|
|
||||||
:src="you"
|
|
||||||
/>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="list-divider mt-5"></view>
|
<view class="list-divider mt-5"></view>
|
||||||
<view class="flex-row justify-between items-center list-item_2 mt-5">
|
<view class="flex-row justify-between items-center list-item_2 mt-5" @click="goTo()">
|
||||||
<view class="flex-row items-center">
|
<view class="flex-row items-center">
|
||||||
<image
|
<image class="shrink-0 image_8" :src="setting_s" />
|
||||||
class="shrink-0 image_8"
|
|
||||||
:src="setting_s"
|
|
||||||
/>
|
|
||||||
<text class="font_2 text_6 ml-7">设置</text>
|
<text class="font_2 text_6 ml-7">设置</text>
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image class="image_4 image_7" :src="you" />
|
||||||
class="image_4 image_7"
|
|
||||||
:src="you"
|
|
||||||
/>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -101,8 +65,12 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import {ref} from 'vue'
|
import {
|
||||||
import { userStore } from '../../../store/userStore'
|
ref
|
||||||
|
} from 'vue'
|
||||||
|
import {
|
||||||
|
userStore
|
||||||
|
} from '../../../store/userStore'
|
||||||
import address from '@/pages/mine/main/img/address.png'
|
import address from '@/pages/mine/main/img/address.png'
|
||||||
import avator from '@/pages/mine/main/img/avator.png'
|
import avator from '@/pages/mine/main/img/avator.png'
|
||||||
import background from '@/pages/mine/main/img/background.png'
|
import background from '@/pages/mine/main/img/background.png'
|
||||||
|
@ -180,21 +148,35 @@ const loginUser=(code)=>{
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
const goToText = () => {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/mine/Contact/Contact'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
const goTo = ()=>{
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/mine/bookings/booking'
|
||||||
|
})
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.mt-37 {
|
.mt-37 {
|
||||||
margin-top: 69.38rpx;
|
margin-top: 69.38rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-5 {
|
.ml-5 {
|
||||||
margin-left: 9.38rpx;
|
margin-left: 9.38rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mt-5 {
|
.mt-5 {
|
||||||
margin-top: 9.38rpx;
|
margin-top: 9.38rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-7 {
|
.ml-7 {
|
||||||
margin-left: 13.13rpx;
|
margin-left: 13.13rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
// padding-bottom: 564.38rpx;
|
// padding-bottom: 564.38rpx;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
@ -204,43 +186,51 @@ const loginUser=(code)=>{
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
padding: 213.75rpx 0 105rpx;
|
padding: 213.75rpx 0 105rpx;
|
||||||
background-image: url('https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=608ce961205c6b6c4a5f231d50bcfd3e.png');
|
background-image: url('https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=608ce961205c6b6c4a5f231d50bcfd3e.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 150rpx;
|
width: 150rpx;
|
||||||
height: 151.88rpx;
|
height: 151.88rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group {
|
.group {
|
||||||
margin-left: 34.67rpx;
|
margin-left: 34.67rpx;
|
||||||
margin-top: 32.06rpx;
|
margin-top: 32.06rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 37.5rpx;
|
font-size: 37.5rpx;
|
||||||
font-family: Open Sans;
|
font-family: Open Sans;
|
||||||
line-height: 34.91rpx;
|
line-height: 34.91rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-wrapper {
|
.text-wrapper {
|
||||||
padding: 23.34rpx 0 23.85rpx;
|
padding: 23.34rpx 0 23.85rpx;
|
||||||
background-color: #fbdab4;
|
background-color: #fbdab4;
|
||||||
border-radius: 18.75rpx;
|
border-radius: 18.75rpx;
|
||||||
width: 222.34rpx;
|
width: 222.34rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font {
|
.font {
|
||||||
font-size: 26.25rpx;
|
font-size: 26.25rpx;
|
||||||
font-family: Open Sans;
|
font-family: Open Sans;
|
||||||
line-height: 24.34rpx;
|
line-height: 24.34rpx;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_2 {
|
.text_2 {
|
||||||
font-size: 28.13rpx;
|
font-size: 28.13rpx;
|
||||||
line-height: 25.93rpx;
|
line-height: 25.93rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-wrapper_2 {
|
.text-wrapper_2 {
|
||||||
margin-left: 24.49rpx;
|
margin-left: 24.49rpx;
|
||||||
margin-top: 78.75rpx;
|
margin-top: 78.75rpx;
|
||||||
|
@ -250,106 +240,133 @@ const loginUser=(code)=>{
|
||||||
width: 222.34rpx;
|
width: 222.34rpx;
|
||||||
height: 73.13rpx;
|
height: 73.13rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_3 {
|
.text_3 {
|
||||||
font-size: 28.13rpx;
|
font-size: 28.13rpx;
|
||||||
line-height: 26.03rpx;
|
line-height: 26.03rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_2 {
|
.group_2 {
|
||||||
margin-top: -48.75rpx;
|
margin-top: -48.75rpx;
|
||||||
padding-left: 26.25rpx;
|
padding-left: 26.25rpx;
|
||||||
padding-right: 26.23rpx;
|
padding-right: 26.23rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.equal-division {
|
.equal-division {
|
||||||
padding: 14.38rpx 18.92rpx 31.05rpx;
|
padding: 14.38rpx 18.92rpx 31.05rpx;
|
||||||
background-color: #fff1e2;
|
background-color: #fff1e2;
|
||||||
border-radius: 9.38rpx;
|
border-radius: 9.38rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_3 {
|
.group_3 {
|
||||||
flex: 1 1 131.93rpx;
|
flex: 1 1 131.93rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_1 {
|
.group_1 {
|
||||||
padding: 9.99rpx 0 9.99rpx;
|
padding: 9.99rpx 0 9.99rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_2 {
|
.image_2 {
|
||||||
width: 95.63rpx;
|
width: 95.63rpx;
|
||||||
height: 95.63rpx;
|
height: 95.63rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_4 {
|
.text_4 {
|
||||||
line-height: 24.07rpx;
|
line-height: 24.07rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_4 {
|
.group_4 {
|
||||||
padding: 9.99rpx 0 11.79rpx;
|
padding: 9.99rpx 0 11.79rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_1 {
|
.text_1 {
|
||||||
line-height: 24.23rpx;
|
line-height: 24.23rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_5 {
|
.group_5 {
|
||||||
padding: 9.99rpx 0 11.76rpx;
|
padding: 9.99rpx 0 11.76rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_6 {
|
.group_6 {
|
||||||
padding: 9.99rpx 6.64rpx 11.76rpx 29.66rpx;
|
padding: 9.99rpx 6.64rpx 11.76rpx 29.66rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_7 {
|
.group_7 {
|
||||||
padding: 10.01rpx 0 11.94rpx;
|
padding: 10.01rpx 0 11.94rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_9 {
|
.text_9 {
|
||||||
font-size: 24.38rpx;
|
font-size: 24.38rpx;
|
||||||
line-height: 22.52rpx;
|
line-height: 22.52rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section_2 {
|
.section_2 {
|
||||||
padding: 22.5rpx 26.61rpx;
|
padding: 22.5rpx 26.61rpx;
|
||||||
background-color: #fffef8;
|
background-color: #fffef8;
|
||||||
border-radius: 18.75rpx;
|
border-radius: 18.75rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_3 {
|
.image_3 {
|
||||||
width: 43.13rpx;
|
width: 43.13rpx;
|
||||||
height: 43.13rpx;
|
height: 43.13rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.font_2 {
|
.font_2 {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
font-family: Open Sans;
|
font-family: Open Sans;
|
||||||
line-height: 27.69rpx;
|
line-height: 27.69rpx;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_4 {
|
.image_4 {
|
||||||
width: 48.75rpx;
|
width: 48.75rpx;
|
||||||
height: 48.75rpx;
|
height: 48.75rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_5 {
|
.image_5 {
|
||||||
margin-right: 6.38rpx;
|
margin-right: 6.38rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-divider {
|
.list-divider {
|
||||||
background-color: #0000002e;
|
background-color: #0000002e;
|
||||||
height: 1.89rpx;
|
height: 1.89rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section_4 {
|
.section_4 {
|
||||||
padding: 22.95rpx 26.61rpx 22.05rpx;
|
padding: 22.95rpx 26.61rpx 22.05rpx;
|
||||||
background-color: #fffef8;
|
background-color: #fffef8;
|
||||||
border-radius: 18.75rpx;
|
border-radius: 18.75rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_5 {
|
.text_5 {
|
||||||
line-height: 27.86rpx;
|
line-height: 27.86rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_6 {
|
.image_6 {
|
||||||
margin-right: 6.38rpx;
|
margin-right: 6.38rpx;
|
||||||
width: 48.75rpx;
|
width: 48.75rpx;
|
||||||
height: 50.63rpx;
|
height: 50.63rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-item_2 {
|
.list-item_2 {
|
||||||
padding: 22.5rpx;
|
padding: 22.5rpx;
|
||||||
background-color: #fffef8;
|
background-color: #fffef8;
|
||||||
border-radius: 18.75rpx;
|
border-radius: 18.75rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_8 {
|
.image_8 {
|
||||||
filter: drop-shadow(0rpx 7.5rpx 3.75rpx #00000040);
|
filter: drop-shadow(0rpx 7.5rpx 3.75rpx #00000040);
|
||||||
width: 43.13rpx;
|
width: 43.13rpx;
|
||||||
height: 43.13rpx;
|
height: 43.13rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_6 {
|
.text_6 {
|
||||||
line-height: 27.11rpx;
|
line-height: 27.11rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image_7 {
|
.image_7 {
|
||||||
margin-right: 10.48rpx;
|
margin-right: 10.48rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import url(../../../common/css/global.css);
|
@import url(../../../common/css/global.css);
|
||||||
</style>
|
</style>
|
2
unpackage/dist/dev/mp-weixin/addProduct.js
vendored
2
unpackage/dist/dev/mp-weixin/addProduct.js
vendored
|
@ -75,5 +75,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-ac6f555c"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-ac6f555c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/component/addProduct.vue"]]);
|
||||||
exports.MiniProgramPage = MiniProgramPage;
|
exports.MiniProgramPage = MiniProgramPage;
|
||||||
|
|
5
unpackage/dist/dev/mp-weixin/app.js
vendored
5
unpackage/dist/dev/mp-weixin/app.js
vendored
|
@ -27,12 +27,15 @@ if (!Math) {
|
||||||
"./pages/Shopping-cart/component/addProduct.js";
|
"./pages/Shopping-cart/component/addProduct.js";
|
||||||
"./pages/mine/OrderDetails/OrderDetails.js";
|
"./pages/mine/OrderDetails/OrderDetails.js";
|
||||||
"./pages/service/productDetail/productDetail.js";
|
"./pages/service/productDetail/productDetail.js";
|
||||||
|
"./pages/mine/bookings/booking.js";
|
||||||
|
"./pages/mine/bookings/bookings.js";
|
||||||
|
"./pages/mine/Contact/Contact.js";
|
||||||
}
|
}
|
||||||
const _sfc_main = {};
|
const _sfc_main = {};
|
||||||
function _sfc_render(_ctx, _cache) {
|
function _sfc_render(_ctx, _cache) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/jiangchengfeiyi-xiaochengxu/App.vue"]]);
|
||||||
function createApp() {
|
function createApp() {
|
||||||
const app = common_vendor.createSSRApp(App);
|
const app = common_vendor.createSSRApp(App);
|
||||||
app.use(store_index.pinia);
|
app.use(store_index.pinia);
|
||||||
|
|
5
unpackage/dist/dev/mp-weixin/app.json
vendored
5
unpackage/dist/dev/mp-weixin/app.json
vendored
|
@ -23,7 +23,10 @@
|
||||||
"pages/login/login",
|
"pages/login/login",
|
||||||
"pages/Shopping-cart/component/addProduct",
|
"pages/Shopping-cart/component/addProduct",
|
||||||
"pages/mine/OrderDetails/OrderDetails",
|
"pages/mine/OrderDetails/OrderDetails",
|
||||||
"pages/service/productDetail/productDetail"
|
"pages/service/productDetail/productDetail",
|
||||||
|
"pages/mine/bookings/booking",
|
||||||
|
"pages/mine/bookings/bookings",
|
||||||
|
"pages/mine/Contact/Contact"
|
||||||
],
|
],
|
||||||
"window": {
|
"window": {
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
|
|
22
unpackage/dist/dev/mp-weixin/common/vendor.js
vendored
22
unpackage/dist/dev/mp-weixin/common/vendor.js
vendored
|
@ -180,6 +180,7 @@ const stringifySymbol = (v, i = "") => {
|
||||||
var _a;
|
var _a;
|
||||||
return isSymbol(v) ? `Symbol(${(_a = v.description) != null ? _a : i})` : v;
|
return isSymbol(v) ? `Symbol(${(_a = v.description) != null ? _a : i})` : v;
|
||||||
};
|
};
|
||||||
|
const LINEFEED = "\n";
|
||||||
const SLOT_DEFAULT_NAME = "d";
|
const SLOT_DEFAULT_NAME = "d";
|
||||||
const ON_SHOW = "onShow";
|
const ON_SHOW = "onShow";
|
||||||
const ON_HIDE = "onHide";
|
const ON_HIDE = "onHide";
|
||||||
|
@ -620,7 +621,7 @@ function getApiCallbacks(args) {
|
||||||
}
|
}
|
||||||
return apiCallbacks;
|
return apiCallbacks;
|
||||||
}
|
}
|
||||||
function normalizeErrMsg(errMsg, name) {
|
function normalizeErrMsg$1(errMsg, name) {
|
||||||
if (!errMsg || errMsg.indexOf(":fail") === -1) {
|
if (!errMsg || errMsg.indexOf(":fail") === -1) {
|
||||||
return name + ":ok";
|
return name + ":ok";
|
||||||
}
|
}
|
||||||
|
@ -637,7 +638,7 @@ function createAsyncApiCallback(name, args = {}, { beforeAll, beforeSuccess } =
|
||||||
const callbackId = invokeCallbackId++;
|
const callbackId = invokeCallbackId++;
|
||||||
addInvokeCallback(callbackId, name, (res) => {
|
addInvokeCallback(callbackId, name, (res) => {
|
||||||
res = res || {};
|
res = res || {};
|
||||||
res.errMsg = normalizeErrMsg(res.errMsg, name);
|
res.errMsg = normalizeErrMsg$1(res.errMsg, name);
|
||||||
isFunction(beforeAll) && beforeAll(res);
|
isFunction(beforeAll) && beforeAll(res);
|
||||||
if (res.errMsg === name + ":ok") {
|
if (res.errMsg === name + ":ok") {
|
||||||
isFunction(beforeSuccess) && beforeSuccess(res, args);
|
isFunction(beforeSuccess) && beforeSuccess(res, args);
|
||||||
|
@ -769,7 +770,7 @@ function promisify$1(name, fn) {
|
||||||
}
|
}
|
||||||
function formatApiArgs(args, options) {
|
function formatApiArgs(args, options) {
|
||||||
const params = args[0];
|
const params = args[0];
|
||||||
if (!options || !options.formatArgs || !isPlainObject$1(options.formatArgs) && isPlainObject$1(params)) {
|
if (!options || !isPlainObject$1(options.formatArgs) && isPlainObject$1(params)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const formatArgs = options.formatArgs;
|
const formatArgs = options.formatArgs;
|
||||||
|
@ -816,12 +817,12 @@ function beforeInvokeApi(name, args, protocol, options) {
|
||||||
return errMsg;
|
return errMsg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function parseErrMsg(errMsg) {
|
function normalizeErrMsg(errMsg) {
|
||||||
if (!errMsg || isString(errMsg)) {
|
if (!errMsg || isString(errMsg)) {
|
||||||
return errMsg;
|
return errMsg;
|
||||||
}
|
}
|
||||||
if (errMsg.stack) {
|
if (errMsg.stack) {
|
||||||
console.error(errMsg.message + "\n" + errMsg.stack);
|
console.error(errMsg.message + LINEFEED + errMsg.stack);
|
||||||
return errMsg.message;
|
return errMsg.message;
|
||||||
}
|
}
|
||||||
return errMsg;
|
return errMsg;
|
||||||
|
@ -835,7 +836,7 @@ function wrapperTaskApi(name, fn, protocol, options) {
|
||||||
}
|
}
|
||||||
return fn(args, {
|
return fn(args, {
|
||||||
resolve: (res) => invokeSuccess(id, name, res),
|
resolve: (res) => invokeSuccess(id, name, res),
|
||||||
reject: (errMsg2, errRes) => invokeFail(id, name, parseErrMsg(errMsg2), errRes)
|
reject: (errMsg2, errRes) => invokeFail(id, name, normalizeErrMsg(errMsg2), errRes)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1297,8 +1298,8 @@ function populateParameters(fromRes, toRes) {
|
||||||
appVersion: "1.0.0",
|
appVersion: "1.0.0",
|
||||||
appVersionCode: "100",
|
appVersionCode: "100",
|
||||||
appLanguage: getAppLanguage(hostLanguage),
|
appLanguage: getAppLanguage(hostLanguage),
|
||||||
uniCompileVersion: "4.23",
|
uniCompileVersion: "4.15",
|
||||||
uniRuntimeVersion: "4.23",
|
uniRuntimeVersion: "4.15",
|
||||||
uniPlatform: "mp-weixin",
|
uniPlatform: "mp-weixin",
|
||||||
deviceBrand,
|
deviceBrand,
|
||||||
deviceModel: model,
|
deviceModel: model,
|
||||||
|
@ -7303,7 +7304,7 @@ function initDefaultProps(options, isBehavior = false) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
if (options.behaviors) {
|
if (options.behaviors) {
|
||||||
if (options.behaviors.includes("wx://form-field")) {
|
if (options.behaviors.includes("__GLOBAL__://form-field")) {
|
||||||
if (!options.properties || !options.properties.name) {
|
if (!options.properties || !options.properties.name) {
|
||||||
properties.name = {
|
properties.name = {
|
||||||
type: null,
|
type: null,
|
||||||
|
@ -7474,7 +7475,7 @@ function initBehaviors(vueOptions) {
|
||||||
const behaviors = [];
|
const behaviors = [];
|
||||||
if (isArray(vueBehaviors)) {
|
if (isArray(vueBehaviors)) {
|
||||||
vueBehaviors.forEach((behavior) => {
|
vueBehaviors.forEach((behavior) => {
|
||||||
behaviors.push(behavior.replace("uni://", "wx://"));
|
behaviors.push(behavior.replace("uni://", "__GLOBAL__://"));
|
||||||
if (behavior === "uni://form-field") {
|
if (behavior === "uni://form-field") {
|
||||||
if (isArray(vueProps)) {
|
if (isArray(vueProps)) {
|
||||||
vueProps.push("name");
|
vueProps.push("name");
|
||||||
|
@ -8371,4 +8372,5 @@ exports.sr = sr;
|
||||||
exports.t = t;
|
exports.t = t;
|
||||||
exports.toRaw = toRaw;
|
exports.toRaw = toRaw;
|
||||||
exports.unref = unref;
|
exports.unref = unref;
|
||||||
|
exports.watch = watch;
|
||||||
exports.wx$1 = wx$1;
|
exports.wx$1 = wx$1;
|
||||||
|
|
|
@ -10,5 +10,5 @@ function _sfc_render(_ctx, _cache) {
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6d058dc0"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6d058dc0"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/Phone/Phone.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -72,5 +72,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-fb57d854"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-fb57d854"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -163,5 +163,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-641af6de"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-641af6de"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/productmain/productmain.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -15,5 +15,5 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-60893f73"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-60893f73"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/AppointmentHome.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -15,5 +15,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cab9a6c6"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cab9a6c6"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/BillingOfFees/BillingOfFees.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -4,5 +4,5 @@ const _sfc_main = {};
|
||||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-43413e24"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-43413e24"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/ContactInformation.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -4,5 +4,5 @@ const _sfc_main = {};
|
||||||
function _sfc_render(_ctx, _cache) {
|
function _sfc_render(_ctx, _cache) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a9d91b4b"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a9d91b4b"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/ReservationInstructions/ReservationInstructions.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -10,5 +10,5 @@ function _sfc_render(_ctx, _cache) {
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-d54bd2fc"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-d54bd2fc"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/Simple/Simple.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -4,5 +4,5 @@ const _sfc_main = {};
|
||||||
function _sfc_render(_ctx, _cache) {
|
function _sfc_render(_ctx, _cache) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-1d20d48c"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-1d20d48c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/bookingpay/bookingpay.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -4,5 +4,5 @@ const _sfc_main = {};
|
||||||
function _sfc_render(_ctx, _cache) {
|
function _sfc_render(_ctx, _cache) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-f815bf4c"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-f815bf4c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/date.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -1,48 +1,149 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
const common_vendor = require("../../../common/vendor.js");
|
const common_vendor = require("../../../common/vendor.js");
|
||||||
|
if (!Array) {
|
||||||
|
const _easycom_uni_popup2 = common_vendor.resolveComponent("uni-popup");
|
||||||
|
_easycom_uni_popup2();
|
||||||
|
}
|
||||||
|
const _easycom_uni_popup = () => "../../../uni_modules/uni-popup/components/uni-popup/uni-popup.js";
|
||||||
|
if (!Math) {
|
||||||
|
_easycom_uni_popup();
|
||||||
|
}
|
||||||
const _sfc_main = {
|
const _sfc_main = {
|
||||||
__name: "respectable",
|
__name: "respectable",
|
||||||
setup(__props) {
|
setup(__props) {
|
||||||
common_vendor.ref([
|
common_vendor.ref([]);
|
||||||
// tab:'选择服装价位',
|
const Whole = common_vendor.ref([
|
||||||
// {
|
{
|
||||||
// img:'',
|
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FFQDXFHYB-000-2.png",
|
||||||
// name:'简约风尚',
|
name: "简约风尚",
|
||||||
// price:'100-200',
|
price: "100-200",
|
||||||
// title:'传承非遗之美,简约演绎经典'
|
title: "传承非遗之美,简约演绎经典"
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// img:'',
|
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FdTSYNsqi-000-3.png",
|
||||||
// name:'时尚精选',
|
name: "时尚精选",
|
||||||
// price:'200-400',
|
price: "200-400",
|
||||||
// title:'融合时尚与传统,精选非遗划账'
|
title: "融合时尚与传统,精选非遗划账"
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// img:'',
|
img: " https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FDSCaeopg-000-1.png",
|
||||||
// name:'奢华专属',
|
name: "奢华专属",
|
||||||
// price:'400-800',
|
price: "400-800",
|
||||||
// title:'非遗匠心独运,奢华专属定制'
|
title: "非遗匠心独运,奢华专属定制"
|
||||||
// }
|
}
|
||||||
]);
|
]);
|
||||||
common_vendor.ref([
|
const Own = common_vendor.ref([
|
||||||
// tab:'选择服务'
|
{
|
||||||
// {
|
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FObQGBPnJ-zhuangfa.png",
|
||||||
// img:'',
|
name: "妆发预约",
|
||||||
// name:'妆发预约',
|
price: "20",
|
||||||
// price:'20',
|
title: "包括底妆,眉毛,眼妆,腮红和唇妆,根据您的肤色和服装风格进行个性化设计"
|
||||||
// title:'包括底妆,眉毛,眼妆,腮红和唇妆,根据您的肤色和服装风格进行个性化设计'
|
},
|
||||||
// },
|
{
|
||||||
// {
|
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FDFNymmCN-sheying.png",
|
||||||
// img:'',
|
name: "摄影服务",
|
||||||
// name:'摄影服务',
|
price: "15",
|
||||||
// price:'15',
|
title: "提供专业的摄影棚和灯光设备,为客户打造舒适的拍摄环境"
|
||||||
// title:'提供专业的摄影棚和灯光设备,为客户打造舒适的拍摄环境'
|
}
|
||||||
// },
|
|
||||||
]);
|
]);
|
||||||
|
const zhi = common_vendor.ref("0");
|
||||||
|
const showWhole = (zhiValue) => {
|
||||||
|
zhi.value = zhiValue;
|
||||||
|
console.log(zhi.value);
|
||||||
|
};
|
||||||
|
const showOwn = (zhiValue) => {
|
||||||
|
zhi.value = zhiValue;
|
||||||
|
console.log(zhi.value);
|
||||||
|
};
|
||||||
|
const close1 = () => {
|
||||||
|
popup1.value.close();
|
||||||
|
};
|
||||||
|
const close2 = () => {
|
||||||
|
popup2.value.close();
|
||||||
|
};
|
||||||
|
const popup1 = common_vendor.ref(null);
|
||||||
|
const popup2 = common_vendor.ref(null);
|
||||||
|
const showPopup1 = common_vendor.ref(false);
|
||||||
|
const showPopup2 = common_vendor.ref(false);
|
||||||
|
const openPopup1 = () => {
|
||||||
|
showPopup1.value = true;
|
||||||
|
popup1.value.open("center");
|
||||||
|
};
|
||||||
|
const openPopup2 = () => {
|
||||||
|
showPopup2.value = true;
|
||||||
|
popup2.value.open("center");
|
||||||
|
};
|
||||||
|
common_vendor.ref(null);
|
||||||
|
const goToText = (index) => {
|
||||||
|
console.log(index);
|
||||||
|
common_vendor.index.navigateTo({
|
||||||
|
url: "/pages/booking/CostumeDisplay/CostumeDisplay?info=" + JSON.stringify(Whole.value[index])
|
||||||
|
});
|
||||||
|
};
|
||||||
|
const goToContact = () => {
|
||||||
|
common_vendor.index.navigateTo({
|
||||||
|
url: "/pages/mine/Contact/Contact"
|
||||||
|
});
|
||||||
|
};
|
||||||
|
console.log(Whole.value[1]);
|
||||||
return (_ctx, _cache) => {
|
return (_ctx, _cache) => {
|
||||||
return {};
|
return common_vendor.e({
|
||||||
|
a: showPopup1.value
|
||||||
|
}, showPopup1.value ? {
|
||||||
|
b: common_vendor.o(close1),
|
||||||
|
c: common_vendor.sr(popup1, "cad4fb76-0", {
|
||||||
|
"k": "popup1"
|
||||||
|
}),
|
||||||
|
d: common_vendor.p({
|
||||||
|
["mask-click"]: false,
|
||||||
|
["background-color"]: "white"
|
||||||
|
})
|
||||||
|
} : {}, {
|
||||||
|
e: showPopup2.value
|
||||||
|
}, showPopup2.value ? {
|
||||||
|
f: common_vendor.o(close2),
|
||||||
|
g: common_vendor.sr(popup2, "cad4fb76-1", {
|
||||||
|
"k": "popup2"
|
||||||
|
}),
|
||||||
|
h: common_vendor.p({
|
||||||
|
["mask-click"]: false,
|
||||||
|
["background-color"]: "white"
|
||||||
|
})
|
||||||
|
} : {}, {
|
||||||
|
i: common_vendor.o(($event) => goToContact()),
|
||||||
|
j: common_vendor.o(($event) => showWhole("0")),
|
||||||
|
k: common_vendor.o(($event) => showOwn("1")),
|
||||||
|
l: zhi.value === "0"
|
||||||
|
}, zhi.value === "0" ? {
|
||||||
|
m: common_vendor.f(Whole.value, (item, index, i0) => {
|
||||||
|
return {
|
||||||
|
a: item.img,
|
||||||
|
b: common_vendor.t(item.name),
|
||||||
|
c: common_vendor.t(item.price),
|
||||||
|
d: common_vendor.t(item.title),
|
||||||
|
e: item,
|
||||||
|
f: common_vendor.o(($event) => goToText(index), item)
|
||||||
|
};
|
||||||
|
}),
|
||||||
|
n: common_vendor.o(openPopup1)
|
||||||
|
} : {}, {
|
||||||
|
o: zhi.value === "1"
|
||||||
|
}, zhi.value === "1" ? {
|
||||||
|
p: common_vendor.f(Own.value, (item, k0, i0) => {
|
||||||
|
return {
|
||||||
|
a: item.img,
|
||||||
|
b: common_vendor.t(item.name),
|
||||||
|
c: common_vendor.t(item.price),
|
||||||
|
d: common_vendor.t(item.title),
|
||||||
|
e: item
|
||||||
|
};
|
||||||
|
}),
|
||||||
|
q: common_vendor.o(openPopup1)
|
||||||
|
} : {}, {
|
||||||
|
r: common_vendor.o(openPopup2)
|
||||||
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cad4fb76"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cad4fb76"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/respectable/respectable.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
{
|
{
|
||||||
"navigationBarTitleText": "",
|
"navigationBarTitleText": "",
|
||||||
"usingComponents": {}
|
"usingComponents": {
|
||||||
|
"uni-popup": "../../../uni_modules/uni-popup/components/uni-popup/uni-popup"
|
||||||
|
}
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
|
@ -436,6 +436,12 @@ text.data-v-cad4fb76 {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.font_66.data-v-cad4fb76 {
|
||||||
|
font-size: 22.5rpx;
|
||||||
|
font-family: Open Sans;
|
||||||
|
line-height: 26.25rpx;
|
||||||
|
color: #898989;
|
||||||
|
}
|
||||||
.group.data-v-cad4fb76 {
|
.group.data-v-cad4fb76 {
|
||||||
padding-top: 11.25rpx;
|
padding-top: 11.25rpx;
|
||||||
}
|
}
|
||||||
|
@ -540,11 +546,23 @@ text.data-v-cad4fb76 {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex: 1 1 281.25rpx;
|
flex: 1 1 281.25rpx;
|
||||||
}
|
}
|
||||||
.equal-division-item.data-v-cad4fb76 {
|
.clickable-item.data-v-cad4fb76 {
|
||||||
padding: 15rpx 0 41.25rpx;
|
padding: 15rpx 0 41.25rpx;
|
||||||
background-color: #fff291;
|
background-color: white;
|
||||||
border-radius: 18.75rpx;
|
border-radius: 18.75rpx;
|
||||||
height: 281.25rpx;
|
height: 281.25rpx;
|
||||||
|
flex: 1 1 281.25rpx;
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
box-sizing: border-box;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.clickable-item.selected.data-v-cad4fb76 {
|
||||||
|
background-color: #f08b00;
|
||||||
|
}
|
||||||
|
.clickable-item.selected.data-v-cad4fb76::after {
|
||||||
|
background-color: #f08b00;
|
||||||
}
|
}
|
||||||
.section_6.data-v-cad4fb76 {
|
.section_6.data-v-cad4fb76 {
|
||||||
background-color: #ffffff99;
|
background-color: #ffffff99;
|
||||||
|
@ -587,6 +605,9 @@ text.data-v-cad4fb76 {
|
||||||
.text_7.data-v-cad4fb76 {
|
.text_7.data-v-cad4fb76 {
|
||||||
line-height: 24.26rpx;
|
line-height: 24.26rpx;
|
||||||
}
|
}
|
||||||
|
.text_77.data-v-cad4fb76 {
|
||||||
|
line-height: 24.96rpx;
|
||||||
|
}
|
||||||
.font_6.data-v-cad4fb76 {
|
.font_6.data-v-cad4fb76 {
|
||||||
font-size: 33.75rpx;
|
font-size: 33.75rpx;
|
||||||
font-family: Open Sans;
|
font-family: Open Sans;
|
||||||
|
@ -603,6 +624,13 @@ text.data-v-cad4fb76 {
|
||||||
width: 75rpx;
|
width: 75rpx;
|
||||||
height: 37.5rpx;
|
height: 37.5rpx;
|
||||||
}
|
}
|
||||||
|
.button2.data-v-cad4fb76 {
|
||||||
|
padding: 7.5rpx 0;
|
||||||
|
background-color: #f5f5dc;
|
||||||
|
border-radius: 50rpx;
|
||||||
|
width: 37.5rpx;
|
||||||
|
height: 37.5rpx;
|
||||||
|
}
|
||||||
.font_5.data-v-cad4fb76 {
|
.font_5.data-v-cad4fb76 {
|
||||||
font-size: 22.5rpx;
|
font-size: 22.5rpx;
|
||||||
font-family: Open Sans;
|
font-family: Open Sans;
|
||||||
|
@ -633,6 +661,11 @@ text.data-v-cad4fb76 {
|
||||||
width: 118.13rpx;
|
width: 118.13rpx;
|
||||||
height: 151.88rpx;
|
height: 151.88rpx;
|
||||||
}
|
}
|
||||||
|
.image_66.data-v-cad4fb76 {
|
||||||
|
border-radius: 9.38rpx;
|
||||||
|
width: 93.75rpx;
|
||||||
|
height: 118.13rpx;
|
||||||
|
}
|
||||||
.text_14.data-v-cad4fb76 {
|
.text_14.data-v-cad4fb76 {
|
||||||
line-height: 24.23rpx;
|
line-height: 24.23rpx;
|
||||||
}
|
}
|
||||||
|
@ -659,12 +692,20 @@ text.data-v-cad4fb76 {
|
||||||
width: 123.75rpx;
|
width: 123.75rpx;
|
||||||
height: 101.25rpx;
|
height: 101.25rpx;
|
||||||
}
|
}
|
||||||
|
.image_77.data-v-cad4fb76 {
|
||||||
|
margin-left: 48.75rpx;
|
||||||
|
}
|
||||||
.font_8.data-v-cad4fb76 {
|
.font_8.data-v-cad4fb76 {
|
||||||
font-size: 26.25rpx;
|
font-size: 26.25rpx;
|
||||||
font-family: Inter;
|
font-family: Inter;
|
||||||
line-height: 24.3rpx;
|
line-height: 24.3rpx;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
.group_10.data-v-cad4fb76 {
|
||||||
|
margin-left: 22.5rpx;
|
||||||
|
margin-top: 15rpx;
|
||||||
|
width: 405rpx;
|
||||||
|
}
|
||||||
.text_16.data-v-cad4fb76 {
|
.text_16.data-v-cad4fb76 {
|
||||||
line-height: 24.21rpx;
|
line-height: 24.21rpx;
|
||||||
}
|
}
|
||||||
|
@ -709,6 +750,9 @@ text.data-v-cad4fb76 {
|
||||||
.group_7.data-v-cad4fb76 {
|
.group_7.data-v-cad4fb76 {
|
||||||
width: 180.06rpx;
|
width: 180.06rpx;
|
||||||
}
|
}
|
||||||
|
.group_77.data-v-cad4fb76 {
|
||||||
|
margin-left: 37.5rpx;
|
||||||
|
}
|
||||||
.pos_4.data-v-cad4fb76 {
|
.pos_4.data-v-cad4fb76 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -752,3 +796,9 @@ text.data-v-cad4fb76 {
|
||||||
.text_20.data-v-cad4fb76 {
|
.text_20.data-v-cad4fb76 {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
.section_12.data-v-cad4fb76 {
|
||||||
|
margin: 26.25rpx 16.88rpx 0 11.25rpx;
|
||||||
|
padding: 15rpx 26.25rpx;
|
||||||
|
background-color: #fffef8;
|
||||||
|
border-radius: 18.75rpx;
|
||||||
|
}
|
|
@ -76,5 +76,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-07e72d3c"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-07e72d3c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/home/home.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -54,5 +54,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-e4e4508d"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-e4e4508d"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/login/login.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -62,5 +62,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-add9df0c"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-add9df0c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/mine/OrderDetails/OrderDetails.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -11,6 +11,16 @@ const _sfc_main = {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
store_userStore.userStore();
|
store_userStore.userStore();
|
||||||
|
const goToText = () => {
|
||||||
|
common_vendor.index.navigateTo({
|
||||||
|
url: "/pages/mine/Contact/Contact"
|
||||||
|
});
|
||||||
|
};
|
||||||
|
const goTo = () => {
|
||||||
|
common_vendor.index.navigateTo({
|
||||||
|
url: "/pages/mine/bookings/booking"
|
||||||
|
});
|
||||||
|
};
|
||||||
return (_ctx, _cache) => {
|
return (_ctx, _cache) => {
|
||||||
return {
|
return {
|
||||||
a: common_vendor.unref(common_assets.avator),
|
a: common_vendor.unref(common_assets.avator),
|
||||||
|
@ -24,11 +34,13 @@ const _sfc_main = {
|
||||||
i: common_vendor.unref(common_assets.you$1),
|
i: common_vendor.unref(common_assets.you$1),
|
||||||
j: common_vendor.unref(common_assets.lianxiren_s),
|
j: common_vendor.unref(common_assets.lianxiren_s),
|
||||||
k: common_vendor.unref(common_assets.you$1),
|
k: common_vendor.unref(common_assets.you$1),
|
||||||
l: common_vendor.unref(common_assets.setting_s),
|
l: common_vendor.o(($event) => goToText()),
|
||||||
m: common_vendor.unref(common_assets.you$1)
|
m: common_vendor.unref(common_assets.setting_s),
|
||||||
|
n: common_vendor.unref(common_assets.you$1),
|
||||||
|
o: common_vendor.o(($event) => goTo())
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-8172b2ba"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-8172b2ba"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/mine/main/main.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<view class="flex-col page data-v-8172b2ba"><view class="flex-row section data-v-8172b2ba"><image class="self-center image data-v-8172b2ba" src="{{a}}"/><view class="flex-col self-start group data-v-8172b2ba"><text class="self-start text data-v-8172b2ba">默认用户</text><view class="flex-col justify-start items-center self-stretch text-wrapper mt-6 data-v-8172b2ba"><text class="font text_2 data-v-8172b2ba">剩余积分:0</text></view></view><view class="flex-col justify-start items-center self-start text-wrapper_2 data-v-8172b2ba"><text class="font text_3 data-v-8172b2ba">优惠卷:0 张</text></view></view><view class="flex-col relative group_2 data-v-8172b2ba"><view class="flex-row equal-division data-v-8172b2ba"><view class="flex-col items-center group_3 group_1 data-v-8172b2ba" bindtap="{{c}}"><image class="image_2 data-v-8172b2ba" src="{{b}}"/><text class="font text_4 data-v-8172b2ba">总订单</text></view><view class="flex-col items-center group_3 group_4 data-v-8172b2ba"><image class="image_2 data-v-8172b2ba" src="{{d}}"/><text class="font text_1 data-v-8172b2ba">待付款</text></view><view class="flex-col items-center group_3 group_5 data-v-8172b2ba"><image class="image_2 data-v-8172b2ba" src="{{e}}"/><text class="font data-v-8172b2ba">待发货</text></view><view class="flex-col items-start group_3 group_6 data-v-8172b2ba"><image class="image_2 data-v-8172b2ba" src="{{f}}"/><text class="font data-v-8172b2ba">待收货</text></view><view class="flex-col items-center group_3 group_7 data-v-8172b2ba"><image class="image_2 data-v-8172b2ba" src="{{g}}"/><text class="font text_9 data-v-8172b2ba">退款/售后</text></view></view><view class="flex-col mt-37 data-v-8172b2ba"><view class="flex-row justify-between items-center section_2 data-v-8172b2ba"><view class="flex-row items-center data-v-8172b2ba"><image class="shrink-0 image_3 data-v-8172b2ba" src="{{h}}"/><text class="font_2 ml-5 data-v-8172b2ba">地址列表</text></view><image class="image_4 image_5 data-v-8172b2ba" src="{{i}}"/></view><view class="list-divider mt-5 data-v-8172b2ba"></view><view class="flex-row justify-between items-center section_4 mt-5 data-v-8172b2ba"><view class="flex-row items-center data-v-8172b2ba"><image class="shrink-0 image_3 data-v-8172b2ba" src="{{j}}"/><text class="font_2 text_5 ml-5 data-v-8172b2ba">联系人列表</text></view><image class="image_6 data-v-8172b2ba" src="{{k}}"/></view><view class="list-divider mt-5 data-v-8172b2ba"></view><view class="flex-row justify-between items-center list-item_2 mt-5 data-v-8172b2ba"><view class="flex-row items-center data-v-8172b2ba"><image class="shrink-0 image_8 data-v-8172b2ba" src="{{l}}"/><text class="font_2 text_6 ml-7 data-v-8172b2ba">设置</text></view><image class="image_4 image_7 data-v-8172b2ba" src="{{m}}"/></view></view></view></view>
|
<view class="flex-col page data-v-8172b2ba"><view class="flex-row section data-v-8172b2ba"><image class="self-center image data-v-8172b2ba" src="{{a}}"/><view class="flex-col self-start group data-v-8172b2ba"><text class="self-start text data-v-8172b2ba">默认用户</text><view class="flex-col justify-start items-center self-stretch text-wrapper mt-6 data-v-8172b2ba"><text class="font text_2 data-v-8172b2ba">剩余积分:0</text></view></view><view class="flex-col justify-start items-center self-start text-wrapper_2 data-v-8172b2ba"><text class="font text_3 data-v-8172b2ba">优惠卷:0 张</text></view></view><view class="flex-col relative group_2 data-v-8172b2ba"><view class="flex-row equal-division data-v-8172b2ba"><view class="flex-col items-center group_3 group_1 data-v-8172b2ba" bindtap="{{c}}"><image class="image_2 data-v-8172b2ba" src="{{b}}"/><text class="font text_4 data-v-8172b2ba">总订单</text></view><view class="flex-col items-center group_3 group_4 data-v-8172b2ba"><image class="image_2 data-v-8172b2ba" src="{{d}}"/><text class="font text_1 data-v-8172b2ba">待付款</text></view><view class="flex-col items-center group_3 group_5 data-v-8172b2ba"><image class="image_2 data-v-8172b2ba" src="{{e}}"/><text class="font data-v-8172b2ba">待发货</text></view><view class="flex-col items-start group_3 group_6 data-v-8172b2ba"><image class="image_2 data-v-8172b2ba" src="{{f}}"/><text class="font data-v-8172b2ba">待收货</text></view><view class="flex-col items-center group_3 group_7 data-v-8172b2ba"><image class="image_2 data-v-8172b2ba" src="{{g}}"/><text class="font text_9 data-v-8172b2ba">退款/售后</text></view></view><view class="flex-col mt-37 data-v-8172b2ba"><view class="flex-row justify-between items-center section_2 data-v-8172b2ba"><view class="flex-row items-center data-v-8172b2ba"><image class="shrink-0 image_3 data-v-8172b2ba" src="{{h}}"/><text class="font_2 ml-5 data-v-8172b2ba">地址列表</text></view><image class="image_4 image_5 data-v-8172b2ba" src="{{i}}"/></view><view class="list-divider mt-5 data-v-8172b2ba"></view><view class="flex-row justify-between items-center section_4 mt-5 data-v-8172b2ba" bindtap="{{l}}"><view class="flex-row items-center data-v-8172b2ba"><image class="shrink-0 image_3 data-v-8172b2ba" src="{{j}}"/><text class="font_2 text_5 ml-5 data-v-8172b2ba">联系人列表</text></view><image class="image_6 data-v-8172b2ba" src="{{k}}"/></view><view class="list-divider mt-5 data-v-8172b2ba"></view><view class="flex-row justify-between items-center list-item_2 mt-5 data-v-8172b2ba" bindtap="{{o}}"><view class="flex-row items-center data-v-8172b2ba"><image class="shrink-0 image_8 data-v-8172b2ba" src="{{m}}"/><text class="font_2 text_6 ml-7 data-v-8172b2ba">设置</text></view><image class="image_4 image_7 data-v-8172b2ba" src="{{n}}"/></view></view></view></view>
|
|
@ -65,19 +65,19 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
return (_ctx, _cache) => {
|
return (_ctx, _cache) => {
|
||||||
return {
|
return {
|
||||||
a: "",
|
a: _ctx.orderStatus === "全部" ? 1 : "",
|
||||||
b: isSelected("全") ? 1 : "",
|
b: isSelected("全") ? 1 : "",
|
||||||
c: common_vendor.o(($event) => changeTab("全部")),
|
c: common_vendor.o(($event) => changeTab("全部")),
|
||||||
d: "",
|
d: _ctx.orderStatus === "待支付" ? 1 : "",
|
||||||
e: isSelected("待支付") ? 1 : "",
|
e: isSelected("待支付") ? 1 : "",
|
||||||
f: common_vendor.o(($event) => changeTab("待支付")),
|
f: common_vendor.o(($event) => changeTab("待支付")),
|
||||||
g: "",
|
g: _ctx.orderStatus === "待发货" ? 1 : "",
|
||||||
h: isSelected("待发货") ? 1 : "",
|
h: isSelected("待发货") ? 1 : "",
|
||||||
i: common_vendor.o(($event) => changeTab("待发货")),
|
i: common_vendor.o(($event) => changeTab("待发货")),
|
||||||
j: "",
|
j: _ctx.orderStatus === "已发货" ? 1 : "",
|
||||||
k: isSelected("已发货") ? 1 : "",
|
k: isSelected("已发货") ? 1 : "",
|
||||||
l: common_vendor.o(($event) => changeTab("已发货")),
|
l: common_vendor.o(($event) => changeTab("已发货")),
|
||||||
m: "",
|
m: _ctx.orderStatus === "售后" ? 1 : "",
|
||||||
n: isSelected("售后") ? 1 : "",
|
n: isSelected("售后") ? 1 : "",
|
||||||
o: common_vendor.o(($event) => changeTab("售后")),
|
o: common_vendor.o(($event) => changeTab("售后")),
|
||||||
p: common_vendor.f(Status.value.displayedOrders, (order, index, i0) => {
|
p: common_vendor.f(Status.value.displayedOrders, (order, index, i0) => {
|
||||||
|
@ -122,5 +122,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7d0f2622"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7d0f2622"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/mine/mineorders/mineorders.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -76,5 +76,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-c20b9e4d"]]);
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-c20b9e4d"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/component/addressComponent.vue"]]);
|
||||||
wx.createComponent(Component);
|
wx.createComponent(Component);
|
||||||
|
|
|
@ -55,5 +55,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0b647166"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0b647166"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/paysuccess/paysuccess.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -4,5 +4,5 @@ const _sfc_main = {};
|
||||||
function _sfc_render(_ctx, _cache) {
|
function _sfc_render(_ctx, _cache) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-8a444854"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-8a444854"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/product-unpay/product-unpay.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -180,5 +180,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-eda1e8f0"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-eda1e8f0"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/product-waitpay/product-waitpay.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -14,5 +14,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-f0df60ad"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-f0df60ad"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/productOrderDetail/productOrderDetail.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -4,5 +4,5 @@ const _sfc_main = {};
|
||||||
function _sfc_render(_ctx, _cache) {
|
function _sfc_render(_ctx, _cache) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-4d02f7b2"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-4d02f7b2"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/service/productDetail/productDetail.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -83,5 +83,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3361b524"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3361b524"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/store-home/ProductDetails/ProductDetails.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -105,5 +105,5 @@ const _sfc_main = {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7e3c386d"]]);
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7e3c386d"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/store-home/main/main.vue"]]);
|
||||||
wx.createPage(MiniProgramPage);
|
wx.createPage(MiniProgramPage);
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "3.6.0",
|
"libVersion": "3.6.5",
|
||||||
"appid": "wx3f968a09e31d6bed",
|
"appid": "wx3f968a09e31d6bed",
|
||||||
"projectname": "FeiYi",
|
"projectname": "FeiYi",
|
||||||
"condition": {
|
"condition": {
|
||||||
|
|
|
@ -389,5 +389,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||||
l: common_vendor.n($options.isDesktop ? "fixforpc-z-index" : "")
|
l: common_vendor.n($options.isDesktop ? "fixforpc-z-index" : "")
|
||||||
}) : {});
|
}) : {});
|
||||||
}
|
}
|
||||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/jiangchengfeiyi-xiaochengxu/uni_modules/uni-popup/components/uni-popup/uni-popup.vue"]]);
|
||||||
wx.createComponent(Component);
|
wx.createComponent(Component);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<view wx:if="{{a}}" class="{{['uni-popup', k, l]}}"><view bindtouchstart="{{j}}"><uni-transition wx:if="{{b}}" key="1" bindclick="{{c}}" u-i="4302e1fd-0" bind:__l="__l" u-p="{{d}}"/><uni-transition wx:if="{{i}}" u-s="{{['d']}}" key="2" bindclick="{{h}}" u-i="4302e1fd-1" bind:__l="__l" u-p="{{i}}"><view style="{{e}}" class="{{['uni-popup__wrapper', f]}}" bindtap="{{g}}"><slot/></view></uni-transition></view></view>
|
<view wx:if="{{a}}" class="{{['uni-popup', k, l]}}"><view bindtouchstart="{{j}}"><uni-transition wx:if="{{b}}" key="1" bindclick="{{c}}" u-i="6f1d5c71-0" bind:__l="__l" u-p="{{d}}"/><uni-transition wx:if="{{i}}" u-s="{{['d']}}" key="2" bindclick="{{h}}" u-i="6f1d5c71-1" bind:__l="__l" u-p="{{i}}"><view style="{{e}}" class="{{['uni-popup__wrapper', f]}}" bindtap="{{g}}"><slot/></view></uni-transition></view></view>
|
|
@ -261,5 +261,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||||
e: common_vendor.o((...args) => $options.onClick && $options.onClick(...args))
|
e: common_vendor.o((...args) => $options.onClick && $options.onClick(...args))
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/jiangchengfeiyi-xiaochengxu/uni_modules/uni-transition/components/uni-transition/uni-transition.vue"]]);
|
||||||
wx.createComponent(Component);
|
wx.createComponent(Component);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user