diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 35eb1dd..43da0a2 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -2,5 +2,6 @@
+
\ No newline at end of file
diff --git a/api/request.ts b/api/request.ts
index a4c63e5..219aee6 100644
--- a/api/request.ts
+++ b/api/request.ts
@@ -1,3 +1,5 @@
-export const baseUrl = 'http://localhost:9092/api' //后端接口文档
+export const Url = 'http://localhost:9092/api' //后端接口文档
export const testUrl = 'http://123.249.108.160:8888/api' //自己组的服务器接口地址
-export const suiUrl = 'http://154.8.193.216:9092/api' //隋宇霏的接口地址
\ No newline at end of file
+export const suiUrl = 'http://154.8.193.216:9092/api' //隋宇霏的接口地址
+
+export const baseUrl = testUrl
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
index 49dc1a3..83dab4b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -50,9 +50,10 @@
/* 快应用特有相关 */
"mp-weixin" : {
/* 小程序特有相关 */
- "appid" : "wx3f968a09e31d6bed",
+ "appid" : "wx61b63e27bddf4ea2",
"setting" : {
- "urlCheck" : false
+ "urlCheck" : false,
+ "minified" : true
},
"usingComponents" : true
},
diff --git a/pages.json b/pages.json
index 485844f..722f957 100644
--- a/pages.json
+++ b/pages.json
@@ -61,7 +61,7 @@
"path" : "pages/store-home/ProductDetails/ProductDetails",
"style" :
{
- "navigationBarTitleText" : ""
+ "navigationBarTitleText" : "泠泷水月阁工作室"
}
},
{
@@ -114,13 +114,6 @@
"navigationBarTitleText" : ""
}
},
- {
- "path" : "pages/order/paysuccess/paysuccess",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
{
"path": "pages/booking/Simple/Simple",
"style": {
@@ -134,13 +127,6 @@
"navigationBarTitleText" : ""
}
},
- {
- "path" : "pages/order/productOrderDetail/productOrderDetail",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
{
"path" : "pages/login/login",
"style" :
@@ -196,6 +182,20 @@
{
"navigationBarTitleText" : ""
}
+ },
+ {
+ "path" : "pages/workshop/productmain/productmain",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/workshop/component/timePopUp",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
}
],
"globalStyle": {
@@ -208,30 +208,26 @@
}
},
"tabBar": {
- "backgroundColor": "#F7E7C6",
+ "backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "./static/home.png",
- "selectedIconPath": "./static/homeselected.png",
"text":"首页"
},
{
"pagePath": "pages/store-home/main/main",
"iconPath": "./static/store.png",
- "selectedIconPath": "./static/storeselected.png",
"text":"商城"
},
{
"pagePath": "pages/Shopping-cart/productmain/productmain",
"iconPath": "./static/shopcar.png",
- "selectedIconPath": "./static/shopcarselected.png",
"text":"购物车"
},
{
"pagePath": "pages/mine/main/main",
"iconPath": "./static/mine.png",
- "selectedIconPath": "./static/mineselected.png",
"text":"我的"
}
]
diff --git a/pages/Shopping-cart/newaddress_Info/img/dingwei.png b/pages/Shopping-cart/newaddress_Info/img/dingwei.png
deleted file mode 100644
index 42904d6..0000000
Binary files a/pages/Shopping-cart/newaddress_Info/img/dingwei.png and /dev/null differ
diff --git a/pages/Shopping-cart/newaddress_Info/img/selected.png b/pages/Shopping-cart/newaddress_Info/img/selected.png
deleted file mode 100644
index 52a1349..0000000
Binary files a/pages/Shopping-cart/newaddress_Info/img/selected.png and /dev/null differ
diff --git a/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue b/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue
index 96f47c4..1029029 100644
--- a/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue
+++ b/pages/Shopping-cart/newaddress_Info/newaddress_Info.vue
@@ -48,8 +48,6 @@
import {ref , onMounted} from 'vue'
import { testUrl , baseUrl , suiUrl } from '../../../api/request';
import { onLoad } from '@dcloudio/uni-app';
-import dingwei from '@/pages/Shopping-cart/newaddress_Info/img/dingwei.png'
-import selected from '@/pages/Shopping-cart/newaddress_Info/img/selected.png'
const userInfo = ref({})
const addressParam = ref({
userId: 0,
diff --git a/pages/Shopping-cart/productmain/img/add.png b/pages/Shopping-cart/productmain/img/add.png
deleted file mode 100644
index 7f1530a..0000000
Binary files a/pages/Shopping-cart/productmain/img/add.png and /dev/null differ
diff --git a/pages/Shopping-cart/productmain/img/choose.png b/pages/Shopping-cart/productmain/img/choose.png
deleted file mode 100644
index 5b700ad..0000000
Binary files a/pages/Shopping-cart/productmain/img/choose.png and /dev/null differ
diff --git a/pages/Shopping-cart/productmain/img/choosed.png b/pages/Shopping-cart/productmain/img/choosed.png
deleted file mode 100644
index 8d36d1f..0000000
Binary files a/pages/Shopping-cart/productmain/img/choosed.png and /dev/null differ
diff --git a/pages/Shopping-cart/productmain/img/productimg.png b/pages/Shopping-cart/productmain/img/productimg.png
deleted file mode 100644
index 1ddfcae..0000000
Binary files a/pages/Shopping-cart/productmain/img/productimg.png and /dev/null differ
diff --git a/pages/Shopping-cart/productmain/img/pull.png b/pages/Shopping-cart/productmain/img/pull.png
deleted file mode 100644
index b4410ee..0000000
Binary files a/pages/Shopping-cart/productmain/img/pull.png and /dev/null differ
diff --git a/pages/Shopping-cart/productmain/img/rmb.png b/pages/Shopping-cart/productmain/img/rmb.png
deleted file mode 100644
index cc3c40f..0000000
Binary files a/pages/Shopping-cart/productmain/img/rmb.png and /dev/null differ
diff --git a/pages/Shopping-cart/productmain/img/short.png b/pages/Shopping-cart/productmain/img/short.png
deleted file mode 100644
index 4db3f01..0000000
Binary files a/pages/Shopping-cart/productmain/img/short.png and /dev/null differ
diff --git a/pages/Shopping-cart/productmain/productmain.vue b/pages/Shopping-cart/productmain/productmain.vue
index e2deb4f..6ab8d21 100644
--- a/pages/Shopping-cart/productmain/productmain.vue
+++ b/pages/Shopping-cart/productmain/productmain.vue
@@ -133,14 +133,6 @@
import { ref , onMounted} from 'vue'
import { onShow } from "@dcloudio/uni-app";
import { baseUrl , testUrl ,suiUrl} from '../../../api/request';
-//本地图片
-import product_img from '@/pages/Shopping-cart/productmain/img/productimg.png';
-import add from '@/pages/Shopping-cart/productmain/img/add.png';
-import choose from '@/pages/Shopping-cart/productmain/img/choose.png';
-import choosed from '@/pages/Shopping-cart/productmain/img/choosed.png';
-import pull from '@/pages/Shopping-cart/productmain/img/pull.png';
-import rmb from '@/pages/Shopping-cart/productmain/img/rmb.png';
-import short from '@/pages/Shopping-cart/productmain/img/short.png';
const products = ref([])
const current = ref(1) //用于判断是实体类商品还是服务类商品
const allCheck = ref(false) //全选
diff --git a/pages/home/home.vue b/pages/home/home.vue
index d985c44..5ef96e8 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -1,135 +1,51 @@
-
-
-
-
- 热门精品
-
-
- 非遗工坊
-
-
-
-
- 写真预约
-
+
+
+
+ 限定手制|非量售卖
+ 匠
+ 承
+ 非
+ 遗
+
+
+
+
+ 写真预约
+ 伊人摸样,丹青绘画
-
-
- 推荐商品
-
- 更多
-
-
-
-
-
-
-
- 琉璃发体验包
-
- ¥750
-
-
-
-
- 琉璃发体验包
-
- ¥750
-
-
-
-
- 琉璃发体验包
-
- ¥750
-
-
-
- 推荐服务
-
- 更多
-
-
-
-
-
-
-
- 琉璃发体验包
-
- ¥750
-
-
-
-
- 琉璃发体验包
-
- ¥750
-
-
-
-
- 琉璃发体验包
-
- ¥750
-
-
-
- 活动资讯
-
- 更多
-
-
+
+
+
+ 手作材包
+ 朴物良社,匠心手作
-
-
-
- “五色五育”研学——端午香囊篇
- 为进一步深入贯彻落实习近平总书记...
- 2024-08-04
-
-
+
+
+
+ 推荐商品
+ 伊人摸样,丹青绘画
+
+
+ 活动咨询
+ 朴物良社,匠心手作
+
@@ -138,14 +54,6 @@
import {ref} from 'vue'
import { baseUrl, testUrl , suiUrl} from '@/api/request';
import { onShow } from "@dcloudio/uni-app";
-import dec from '@/pages/home/img/dec.png'
-import product from '@/pages/home/img/product.png'
-import right from '@/pages/home/img/right.png'
-import left from '@/pages/home/img/left.png'
-import rili from '@/pages/home/img/rili.png'
-import xuanchuan from '@/pages/home/img/xuanchuan.png'
-import shizi from '@/pages/home/img/shizi.png'
-import you from '@/pages/home/img/you.png'
//变量
const items = ref( [null, null, null])
const items_1 = ref( [null, null, null])
@@ -153,11 +61,6 @@ onShow(() => {
uni.removeStorageSync('businessId')
getMyUser()
})
-const jump_feiyi =()=>{
- uni.navigateTo({
- url: '/pages/workshop/index/index'
- })
-}
const getMyUser = async () =>{
const res = await uni.request({
url: baseUrl + '/user/get/login',
@@ -178,219 +81,181 @@ const getMyUser = async () =>{
})
}
}
-//跳转商品详情页面
-const jump_product =()=>{
- uni.navigateTo({
- url:'../../pages/store-home/ProductDetails/ProductDetails'
- })
-}
const jump_xiezhen =()=>{
uni.navigateTo({
url: '../../pages/booking/respectable/respectable'
})
}
+const jump_feiyi =()=>{ //跳转非遗工坊
+ uni.navigateTo({
+ url: '/pages/workshop/index/index'
+ })
+}
+const jump_store =()=>{
+ uni.switchTab({
+ url: '/pages/store-home/main/main'
+ })
+}
\ No newline at end of file
diff --git a/pages/order/product-waitpay/img/add.png b/pages/order/product-waitpay/img/add.png
deleted file mode 100644
index 0b3310f..0000000
Binary files a/pages/order/product-waitpay/img/add.png and /dev/null differ
diff --git a/pages/order/product-waitpay/img/dingwei.png b/pages/order/product-waitpay/img/dingwei.png
deleted file mode 100644
index f09812a..0000000
Binary files a/pages/order/product-waitpay/img/dingwei.png and /dev/null differ
diff --git a/pages/order/product-waitpay/img/product.png b/pages/order/product-waitpay/img/product.png
deleted file mode 100644
index f7b1566..0000000
Binary files a/pages/order/product-waitpay/img/product.png and /dev/null differ
diff --git a/pages/order/product-waitpay/img/rmb_32.png b/pages/order/product-waitpay/img/rmb_32.png
deleted file mode 100644
index 015faa7..0000000
Binary files a/pages/order/product-waitpay/img/rmb_32.png and /dev/null differ
diff --git a/pages/order/product-waitpay/img/rmb_36px.png b/pages/order/product-waitpay/img/rmb_36px.png
deleted file mode 100644
index 60e9daf..0000000
Binary files a/pages/order/product-waitpay/img/rmb_36px.png and /dev/null differ
diff --git a/pages/order/product-waitpay/img/rmb_cheng.png b/pages/order/product-waitpay/img/rmb_cheng.png
deleted file mode 100644
index b176eea..0000000
Binary files a/pages/order/product-waitpay/img/rmb_cheng.png and /dev/null differ
diff --git a/pages/order/product-waitpay/img/rmb_huang.png b/pages/order/product-waitpay/img/rmb_huang.png
deleted file mode 100644
index a780003..0000000
Binary files a/pages/order/product-waitpay/img/rmb_huang.png and /dev/null differ
diff --git a/pages/order/product-waitpay/img/short.png b/pages/order/product-waitpay/img/short.png
deleted file mode 100644
index 51481c5..0000000
Binary files a/pages/order/product-waitpay/img/short.png and /dev/null differ
diff --git a/pages/order/product-waitpay/img/yiwen.png b/pages/order/product-waitpay/img/yiwen.png
deleted file mode 100644
index 654306a..0000000
Binary files a/pages/order/product-waitpay/img/yiwen.png and /dev/null differ
diff --git a/pages/order/product-waitpay/img/you_cheng.png b/pages/order/product-waitpay/img/you_cheng.png
deleted file mode 100644
index 96adf0d..0000000
Binary files a/pages/order/product-waitpay/img/you_cheng.png and /dev/null differ
diff --git a/pages/order/product-waitpay/img/you_hei.png b/pages/order/product-waitpay/img/you_hei.png
deleted file mode 100644
index 871a146..0000000
Binary files a/pages/order/product-waitpay/img/you_hei.png and /dev/null differ
diff --git a/pages/order/product-waitpay/product-waitpay.vue b/pages/order/product-waitpay/product-waitpay.vue
index 2e32add..e923396 100644
--- a/pages/order/product-waitpay/product-waitpay.vue
+++ b/pages/order/product-waitpay/product-waitpay.vue
@@ -10,7 +10,7 @@
{{ addressRealInfo.detailAddress }}
@@ -18,7 +18,7 @@
更换地址
@@ -58,7 +58,7 @@
@@ -66,7 +66,7 @@
@@ -78,7 +78,7 @@
@@ -126,7 +126,7 @@
{{ sumprice }}.00
@@ -144,7 +144,7 @@
应付:
{{ sumprice }}.
@@ -166,19 +166,6 @@ import {onMounted, ref, toRaw} from 'vue'
import emitter from '../../../utils/emitter'
import { onLoad , onShow } from "@dcloudio/uni-app";
import { baseUrl } from '../../../api/request';
-//图片暂时存在本地
-import addressComponentVue from '../component/addressComponent.vue'; //带入组件
-import add from '@/pages/order/product-waitpay/img/add.png';
-import dingwei from '@/pages/order/product-waitpay/img/dingwei.png';
-import product from '@/pages/order/product-waitpay/img/product.png';
-import rmb_32 from '@/pages/order/product-waitpay/img/rmb_32.png';
-import rmb_36px from '@/pages/order/product-waitpay/img/rmb_36px.png';
-import rmb_cheng from '@/pages/order/product-waitpay/img/rmb_cheng.png';
-import rmb_huang from '@/pages/order/product-waitpay/img/rmb_huang.png';
-import short from '@/pages/order/product-waitpay/img/short.png';
-import yiwen from '@/pages/order/product-waitpay/img/yiwen.png';
-import you_cheng from '@/pages/order/product-waitpay/img/you_cheng.png';
-import you_hei from '@/pages/order/product-waitpay/img/you_hei.png';
//一些暂时变量
const num = ref(1)
const price = ref(138)
diff --git a/pages/order/productOrderDetail/productOrderDetail.vue b/pages/order/productOrderDetail/productOrderDetail.vue
deleted file mode 100644
index bb643a0..0000000
--- a/pages/order/productOrderDetail/productOrderDetail.vue
+++ /dev/null
@@ -1,489 +0,0 @@
-
-
-
-
-
-
-
- 等待商家发货
-
-
-
-
- 张三 15888610253
- 黑龙江省哈尔滨市呼兰区学院路街道288号哈尔滨华德学院
-
-
-
-
-
-
-
-
-
- 非遗绒花
- 【材料包】
-
- 已选种类:紫色
-
-
-
- 138.
-
-
- 00
-
-
-
- ×1
-
-
- 商品总价
-
-
- 138.00
-
-
-
- 优惠券
-
-
- 50.00
-
-
-
-
-
- 应付款:
-
- 88.00
-
-
- 买家留言
-
-
- 希望所使用的材料是可持续来源的,并且制作工艺要精细,以确保每一朵花瓣都能生动地展现出绒花的质感和美感。
-
-
-
-
- 订单编号:
-
- E20241005095840091406189
-
- 复制
-
-
-
-
- 创建时间:
- 2024-10-05 09:58:41
-
-
-
- 在线客服
-
-
-
-
-
-
- 更多精选商品
-
-
-
-
-
- 【非遗手工艺体验】玉雕-古法制玉体验
-
-
- 99.00
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/store-home/ProductDetails/ProductDetails.vue b/pages/store-home/ProductDetails/ProductDetails.vue
index 2032032..4ab7bc8 100644
--- a/pages/store-home/ProductDetails/ProductDetails.vue
+++ b/pages/store-home/ProductDetails/ProductDetails.vue
@@ -1,113 +1,69 @@
-
-
-
-
- 商品
- 详情
- 推荐
-
-
-
-
+
+
+
+ ¥
+ {{ goodObject.price }}
-
-
- 图片
- 展示
-
-
+
+ {{ goodObject.name }}
+
-
-
-
-
+ 中秋节限定
-
-
-
- ¥
- {{ goodObject.price }}
-
-
- {{ goodObject.name }}
-
-
- 中秋节限定
-
-
-
-
-
- 商品简介:{{ goodObject.introDetail }}
-
-
-
-
-
-
- 商品标签:
-
- #{{ labelList[index] }}
-
-
-
-
- 用户须知
- 1.发货后不接受退货、不接受7天无理由退货
- 2.商品购买后无法自主退款,需联系客服进行退款处理
-
- 3.定制款商品购买后不接受退货退款,包售后需要录制开箱视频,并且开箱视频需要从拆包装开始
-
- 4.商品售罄后的款式也可以重新预定,需等待并联系客服
- 5.定制商品的具体发货日期根据制作团队制作情况而定
- 6.只售后邮寄破损
+
+
+
+ 商品简介:{{ goodObject.introDetail }}
+
+
+
+
+
+ 商品标签:
+
+ #{{ item }}
-
- 商品详情
-
-
-
-
- 客服
-
-
-
- 加入购物车
-
-
- 立即购买
-
-
+
+ 用户须知
+ 1.发货后不接受退货、不接受7天无理由退货
+ 2.商品购买后无法自主退款,需联系客服进行退款处理
+
+ 3.定制款商品购买后不接受退货退款,包售后需要录制开箱视频,并且开箱视频需要从拆包装开始
+
+ 4.商品售罄后的款式也可以重新预定,需等待并联系客服
+ 5.定制商品的具体发货日期根据制作团队制作情况而定
+ 6.只售后邮寄破损
+
+
+
+
+
+ 客服
+
+
+
+ 加入购物车
+
+
+ 立即购买
@@ -125,14 +81,6 @@ import { onLoad , onShow } from "@dcloudio/uni-app";
import { baseUrl } from '../../../api/request';
import emitter from '../../../utils/emitter'
import addProduct from '../../Shopping-cart/component/addProduct.vue';
-//相关图片
-import denglong from '@/pages/store-home/ProductDetails/img/denglong.png';
-import haibao from '@/pages/store-home/ProductDetails/img/haibao.png';
-import kefu from '@/pages/store-home/ProductDetails/img/kefu.png';
-import show1 from '@/pages/store-home/ProductDetails/img/show1.png';
-import show2 from '@/pages/store-home/ProductDetails/img/show2.png';
-import show3 from '@/pages/store-home/ProductDetails/img/show3.png';
-import show4 from '@/pages/store-home/ProductDetails/img/show4.png';
const popup = ref(null) //弹窗对象
const goodObject = ref({}) //商品对象
// const checkedData = ref([{}]) //对齐批量购买
@@ -178,11 +126,8 @@ const jump_buy =()=> {
\ No newline at end of file
diff --git a/pages/store-home/ProductDetails/img/denglong.png b/pages/store-home/ProductDetails/img/denglong.png
deleted file mode 100644
index bcd82ea..0000000
Binary files a/pages/store-home/ProductDetails/img/denglong.png and /dev/null differ
diff --git a/pages/store-home/ProductDetails/img/haibao.png b/pages/store-home/ProductDetails/img/haibao.png
deleted file mode 100644
index 1a9c5df..0000000
Binary files a/pages/store-home/ProductDetails/img/haibao.png and /dev/null differ
diff --git a/pages/store-home/ProductDetails/img/kefu.png b/pages/store-home/ProductDetails/img/kefu.png
deleted file mode 100644
index 796f5d4..0000000
Binary files a/pages/store-home/ProductDetails/img/kefu.png and /dev/null differ
diff --git a/pages/store-home/ProductDetails/img/show1.png b/pages/store-home/ProductDetails/img/show1.png
deleted file mode 100644
index ba0c2c1..0000000
Binary files a/pages/store-home/ProductDetails/img/show1.png and /dev/null differ
diff --git a/pages/store-home/ProductDetails/img/show2.png b/pages/store-home/ProductDetails/img/show2.png
deleted file mode 100644
index 57a61e7..0000000
Binary files a/pages/store-home/ProductDetails/img/show2.png and /dev/null differ
diff --git a/pages/store-home/ProductDetails/img/show3.png b/pages/store-home/ProductDetails/img/show3.png
deleted file mode 100644
index 7b6de73..0000000
Binary files a/pages/store-home/ProductDetails/img/show3.png and /dev/null differ
diff --git a/pages/store-home/ProductDetails/img/show4.png b/pages/store-home/ProductDetails/img/show4.png
deleted file mode 100644
index b5b420d..0000000
Binary files a/pages/store-home/ProductDetails/img/show4.png and /dev/null differ
diff --git a/pages/store-home/ProductDetails/img/zhuye.png b/pages/store-home/ProductDetails/img/zhuye.png
deleted file mode 100644
index 343c6d1..0000000
Binary files a/pages/store-home/ProductDetails/img/zhuye.png and /dev/null differ
diff --git a/pages/store-home/main/img/cailiaobao.png b/pages/store-home/main/img/cailiaobao.png
deleted file mode 100644
index 5e14e41..0000000
Binary files a/pages/store-home/main/img/cailiaobao.png and /dev/null differ
diff --git a/pages/store-home/main/img/dingzhi.png b/pages/store-home/main/img/dingzhi.png
deleted file mode 100644
index fe9c8c7..0000000
Binary files a/pages/store-home/main/img/dingzhi.png and /dev/null differ
diff --git a/pages/store-home/main/img/jifenduihuan.png b/pages/store-home/main/img/jifenduihuan.png
deleted file mode 100644
index 9ae355a..0000000
Binary files a/pages/store-home/main/img/jifenduihuan.png and /dev/null differ
diff --git a/pages/store-home/main/img/lunbotu1.png b/pages/store-home/main/img/lunbotu1.png
deleted file mode 100644
index 6fc0b65..0000000
Binary files a/pages/store-home/main/img/lunbotu1.png and /dev/null differ
diff --git a/pages/store-home/main/img/shangpingtupian.png b/pages/store-home/main/img/shangpingtupian.png
deleted file mode 100644
index 12fbf4b..0000000
Binary files a/pages/store-home/main/img/shangpingtupian.png and /dev/null differ
diff --git a/pages/store-home/main/img/shouchiwu.png b/pages/store-home/main/img/shouchiwu.png
deleted file mode 100644
index 76fd73a..0000000
Binary files a/pages/store-home/main/img/shouchiwu.png and /dev/null differ
diff --git a/pages/store-home/main/img/sousuokuang.png b/pages/store-home/main/img/sousuokuang.png
deleted file mode 100644
index 6f9b05c..0000000
Binary files a/pages/store-home/main/img/sousuokuang.png and /dev/null differ
diff --git a/pages/store-home/main/img/tianjia.png b/pages/store-home/main/img/tianjia.png
deleted file mode 100644
index 531f024..0000000
Binary files a/pages/store-home/main/img/tianjia.png and /dev/null differ
diff --git a/pages/store-home/main/img/toushi.png b/pages/store-home/main/img/toushi.png
deleted file mode 100644
index 902ceec..0000000
Binary files a/pages/store-home/main/img/toushi.png and /dev/null differ
diff --git a/pages/store-home/main/main.vue b/pages/store-home/main/main.vue
index 76e0a5d..199d388 100644
--- a/pages/store-home/main/main.vue
+++ b/pages/store-home/main/main.vue
@@ -59,15 +59,6 @@ import {
ref,onMounted, toRaw
} from 'vue';
import { baseUrl, testUrl , suiUrl} from '@/api/request';
-import img1 from '@/pages/store-home/main/img/cailiaobao.png';
-import img2 from '@/pages/store-home/main/img/shouchiwu.png';
-import img3 from '@/pages/store-home/main/img/toushi.png';
-import img4 from '@/pages/store-home/main/img/dingzhi.png';
-import img5 from '@/pages/store-home/main/img/jifenduihuan.png';
-import product_img from '@/pages/store-home/main/img/shangpingtupian.png';
-import add_img from '@/pages/store-home/main/img/tianjia.png';
-import sousuokuang from '@/pages/store-home/main/img/sousuokuang.png';
-
const currentColor = ref(0);
const sort =ref([{}]) //商品类别对象数组
const headerList = ref([{}]) //类别标题和介绍
diff --git a/pages/workshop/component/timePopUp.vue b/pages/workshop/component/timePopUp.vue
new file mode 100644
index 0000000..e1fd091
--- /dev/null
+++ b/pages/workshop/component/timePopUp.vue
@@ -0,0 +1,415 @@
+
+
+
+
+
+
+
+
+ ¥
+ {{ productInfo.price }}
+
+ 请选择
+
+ 场次
+
+
+
+
+
+
+
+ 参加日期:2024年11月
+ 当前预约人数:10
+
+
+
+ 选择预约时间
+
+
+
+
+ 今天12-09
+
+
+
+
+
+
+
+
+ 10:00-12:00
+ 可预约
+
+
+
+ 12:00-14:00
+ 可预约
+
+
+ 可预约
+
+ 14:00-16:00
+
+
+
+
+ 16:00-18:00
+ 可预约
+
+
+
+
+ 预约时间
+
+ 2024-12-09
+ 暂未选择
+
+
+
+
+ 购买须知:本次课程活动最少需要到
+ 达5人才能进行授课
+
+
+
+
+
+ 加入购物车
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/workshop/index/index.vue b/pages/workshop/index/index.vue
new file mode 100644
index 0000000..dbd1660
--- /dev/null
+++ b/pages/workshop/index/index.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+ {{ item.price }}
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/workshop/productmain/productmain.vue b/pages/workshop/productmain/productmain.vue
new file mode 100644
index 0000000..292db9e
--- /dev/null
+++ b/pages/workshop/productmain/productmain.vue
@@ -0,0 +1,313 @@
+
+
+
+
+
+
+
+ ¥
+ {{ productObject.price }}
+
+
+ {{ productObject.name }}
+
+ {{ productObject.introDetail }}
+
+
+
+ 最近可预约时间:2024.11.11
+ 9:30 - 10:30
+
+
+
+ 用户须知
+
+ 1.请根据预约时间,提前10-15分钟到达活动地点,以便顺利参与体验。
+
+ 2.穿着轻便、易清洗的衣物,以防止材料染色。
+
+ 3.如您在购买服务后,因个人原因需要取消服务或者变更服务的预约时间,请您务必联系我们的客服。
+
+
+ 4.只要您在体验活动开始前取消购买,我们将为您提供全额退款服务。
+
+
+ 5.如遇特殊情况,如突发疾病或其他不可抗力因素,请及时与客服沟通,我们将根据实际情况处理退款事宜。
+
+
+
+
+
+
+ 客服
+
+
+
+ 加入购物车
+
+
+ 立即预约
+
+
+
+
+ 服务详情
+
+
+
+
+
+
+
+
+
+
diff --git a/static/home.png b/static/home.png
index 9bbe9f9..b252610 100644
Binary files a/static/home.png and b/static/home.png differ
diff --git a/static/homeselected.png b/static/homeselected.png
deleted file mode 100644
index 74b7b2f..0000000
Binary files a/static/homeselected.png and /dev/null differ
diff --git a/static/mine.png b/static/mine.png
index 0296358..ad60e7f 100644
Binary files a/static/mine.png and b/static/mine.png differ
diff --git a/static/mineselected.png b/static/mineselected.png
deleted file mode 100644
index bcf5ecb..0000000
Binary files a/static/mineselected.png and /dev/null differ
diff --git a/static/shopcar.png b/static/shopcar.png
index f8252ab..912a802 100644
Binary files a/static/shopcar.png and b/static/shopcar.png differ
diff --git a/static/shopcarselected.png b/static/shopcarselected.png
deleted file mode 100644
index b26fda5..0000000
Binary files a/static/shopcarselected.png and /dev/null differ
diff --git a/static/store.png b/static/store.png
index 8939831..19a1652 100644
Binary files a/static/store.png and b/static/store.png differ
diff --git a/static/storeselected.png b/static/storeselected.png
deleted file mode 100644
index 80e6bb9..0000000
Binary files a/static/storeselected.png and /dev/null differ
diff --git a/store/userStore.ts b/store/userStore.ts
deleted file mode 100644
index ef6668a..0000000
--- a/store/userStore.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-import {defineStore} from "pinia";
-import { baseUrl, testUrl , suiUrl} from '@/api/request';
-export const userStore = defineStore('userInfo', {
- state: () => {
- return {
- userInfo: {
- id: 2,
- userAvatar: '',
- userName: '匠承非遗',
- points: 800
- }
- }
- },
- actions: {
- // updateUserInfo: async () => {
- // const res = await uni.request({
- // url: testUrl + '/user/updateUser'
- // })
- // console.log(res)
- // },
- // getLoginUser(res) {
-
- // }
- }
-})
diff --git a/unpackage/dist/dev/mp-weixin/addProduct.js b/unpackage/dist/dev/mp-weixin/addProduct.js
index 5083a7f..2da82fb 100644
--- a/unpackage/dist/dev/mp-weixin/addProduct.js
+++ b/unpackage/dist/dev/mp-weixin/addProduct.js
@@ -75,5 +75,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-ac6f555c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/component/addProduct.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-ac6f555c"]]);
exports.MiniProgramPage = MiniProgramPage;
diff --git a/unpackage/dist/dev/mp-weixin/api/request.js b/unpackage/dist/dev/mp-weixin/api/request.js
index 64a1e34..de58d7a 100644
--- a/unpackage/dist/dev/mp-weixin/api/request.js
+++ b/unpackage/dist/dev/mp-weixin/api/request.js
@@ -1,3 +1,4 @@
"use strict";
-const baseUrl = "http://localhost:9092/api";
+const testUrl = "http://123.249.108.160:8888/api";
+const baseUrl = testUrl;
exports.baseUrl = baseUrl;
diff --git a/unpackage/dist/dev/mp-weixin/app.js b/unpackage/dist/dev/mp-weixin/app.js
index 015e5eb..f902777 100644
--- a/unpackage/dist/dev/mp-weixin/app.js
+++ b/unpackage/dist/dev/mp-weixin/app.js
@@ -27,6 +27,7 @@ if (!Math) {
"./pages/Shopping-cart/component/addProduct.js";
"./pages/mine/OrderDetails/OrderDetails.js";
"./pages/service/productDetail/productDetail.js";
+ "./pages/workshop/index/index.js";
"./pages/booking/CostumeDisplay/CostumeDisplay.js";
"./pages/booking/CostumeDetails/CostumeDetails.js";
"./pages/mine/Contact/Contact.js";
@@ -35,7 +36,7 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
return {};
}
-const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/jiangchengfeiyi-xiaochengxu/App.vue"]]);
+const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
function createApp() {
const app = common_vendor.createSSRApp(App);
app.use(store_index.pinia);
diff --git a/unpackage/dist/dev/mp-weixin/common/vendor.js b/unpackage/dist/dev/mp-weixin/common/vendor.js
index 1c6c9f1..ee3f3eb 100644
--- a/unpackage/dist/dev/mp-weixin/common/vendor.js
+++ b/unpackage/dist/dev/mp-weixin/common/vendor.js
@@ -180,7 +180,6 @@ const stringifySymbol = (v, i = "") => {
var _a;
return isSymbol(v) ? `Symbol(${(_a = v.description) != null ? _a : i})` : v;
};
-const LINEFEED = "\n";
const SLOT_DEFAULT_NAME = "d";
const ON_SHOW = "onShow";
const ON_HIDE = "onHide";
@@ -621,7 +620,7 @@ function getApiCallbacks(args) {
}
return apiCallbacks;
}
-function normalizeErrMsg$1(errMsg, name) {
+function normalizeErrMsg(errMsg, name) {
if (!errMsg || errMsg.indexOf(":fail") === -1) {
return name + ":ok";
}
@@ -638,7 +637,7 @@ function createAsyncApiCallback(name, args = {}, { beforeAll, beforeSuccess } =
const callbackId = invokeCallbackId++;
addInvokeCallback(callbackId, name, (res) => {
res = res || {};
- res.errMsg = normalizeErrMsg$1(res.errMsg, name);
+ res.errMsg = normalizeErrMsg(res.errMsg, name);
isFunction(beforeAll) && beforeAll(res);
if (res.errMsg === name + ":ok") {
isFunction(beforeSuccess) && beforeSuccess(res, args);
@@ -770,7 +769,7 @@ function promisify$1(name, fn) {
}
function formatApiArgs(args, options) {
const params = args[0];
- if (!options || !isPlainObject$1(options.formatArgs) && isPlainObject$1(params)) {
+ if (!options || !options.formatArgs || !isPlainObject$1(options.formatArgs) && isPlainObject$1(params)) {
return;
}
const formatArgs = options.formatArgs;
@@ -817,12 +816,12 @@ function beforeInvokeApi(name, args, protocol, options) {
return errMsg;
}
}
-function normalizeErrMsg(errMsg) {
+function parseErrMsg(errMsg) {
if (!errMsg || isString(errMsg)) {
return errMsg;
}
if (errMsg.stack) {
- console.error(errMsg.message + LINEFEED + errMsg.stack);
+ console.error(errMsg.message + "\n" + errMsg.stack);
return errMsg.message;
}
return errMsg;
@@ -836,7 +835,7 @@ function wrapperTaskApi(name, fn, protocol, options) {
}
return fn(args, {
resolve: (res) => invokeSuccess(id, name, res),
- reject: (errMsg2, errRes) => invokeFail(id, name, normalizeErrMsg(errMsg2), errRes)
+ reject: (errMsg2, errRes) => invokeFail(id, name, parseErrMsg(errMsg2), errRes)
});
};
}
@@ -1298,8 +1297,8 @@ function populateParameters(fromRes, toRes) {
appVersion: "1.0.0",
appVersionCode: "100",
appLanguage: getAppLanguage(hostLanguage),
- uniCompileVersion: "4.15",
- uniRuntimeVersion: "4.15",
+ uniCompileVersion: "4.23",
+ uniRuntimeVersion: "4.23",
uniPlatform: "mp-weixin",
deviceBrand,
deviceModel: model,
@@ -7304,7 +7303,7 @@ function initDefaultProps(options, isBehavior = false) {
};
}
if (options.behaviors) {
- if (options.behaviors.includes("__GLOBAL__://form-field")) {
+ if (options.behaviors.includes("wx://form-field")) {
if (!options.properties || !options.properties.name) {
properties.name = {
type: null,
@@ -7475,7 +7474,7 @@ function initBehaviors(vueOptions) {
const behaviors = [];
if (isArray(vueBehaviors)) {
vueBehaviors.forEach((behavior) => {
- behaviors.push(behavior.replace("uni://", "__GLOBAL__://"));
+ behaviors.push(behavior.replace("uni://", "wx://"));
if (behavior === "uni://form-field") {
if (isArray(vueProps)) {
vueProps.push("name");
diff --git a/unpackage/dist/dev/mp-weixin/pages/Shopping-cart/Phone/Phone.js b/unpackage/dist/dev/mp-weixin/pages/Shopping-cart/Phone/Phone.js
index 5b34f16..af0173b 100644
--- a/unpackage/dist/dev/mp-weixin/pages/Shopping-cart/Phone/Phone.js
+++ b/unpackage/dist/dev/mp-weixin/pages/Shopping-cart/Phone/Phone.js
@@ -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"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/Phone/Phone.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6d058dc0"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/Shopping-cart/newaddress_Info/newaddress_Info.js b/unpackage/dist/dev/mp-weixin/pages/Shopping-cart/newaddress_Info/newaddress_Info.js
index b4c633b..8c69c2a 100644
--- a/unpackage/dist/dev/mp-weixin/pages/Shopping-cart/newaddress_Info/newaddress_Info.js
+++ b/unpackage/dist/dev/mp-weixin/pages/Shopping-cart/newaddress_Info/newaddress_Info.js
@@ -72,5 +72,5 @@ const _sfc_main = {
};
}
};
-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"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-fb57d854"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/Shopping-cart/productmain/productmain.js b/unpackage/dist/dev/mp-weixin/pages/Shopping-cart/productmain/productmain.js
index 07fc86c..becd12c 100644
--- a/unpackage/dist/dev/mp-weixin/pages/Shopping-cart/productmain/productmain.js
+++ b/unpackage/dist/dev/mp-weixin/pages/Shopping-cart/productmain/productmain.js
@@ -163,5 +163,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-641af6de"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/productmain/productmain.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-641af6de"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/booking/AppointmentHome.js b/unpackage/dist/dev/mp-weixin/pages/booking/AppointmentHome.js
index 99abf27..078f7f6 100644
--- a/unpackage/dist/dev/mp-weixin/pages/booking/AppointmentHome.js
+++ b/unpackage/dist/dev/mp-weixin/pages/booking/AppointmentHome.js
@@ -15,5 +15,5 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
};
}
});
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-60893f73"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/AppointmentHome.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-60893f73"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/booking/BillingOfFees/BillingOfFees.js b/unpackage/dist/dev/mp-weixin/pages/booking/BillingOfFees/BillingOfFees.js
index 59012db..038beec 100644
--- a/unpackage/dist/dev/mp-weixin/pages/booking/BillingOfFees/BillingOfFees.js
+++ b/unpackage/dist/dev/mp-weixin/pages/booking/BillingOfFees/BillingOfFees.js
@@ -15,5 +15,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cab9a6c6"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/BillingOfFees/BillingOfFees.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cab9a6c6"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/booking/ContactInformation.js b/unpackage/dist/dev/mp-weixin/pages/booking/ContactInformation.js
index e4ea835..bb23879 100644
--- a/unpackage/dist/dev/mp-weixin/pages/booking/ContactInformation.js
+++ b/unpackage/dist/dev/mp-weixin/pages/booking/ContactInformation.js
@@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {};
}
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-43413e24"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/ContactInformation.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-43413e24"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/booking/CostumeDetails/CostumeDetails.js b/unpackage/dist/dev/mp-weixin/pages/booking/CostumeDetails/CostumeDetails.js
index bff4794..051e208 100644
--- a/unpackage/dist/dev/mp-weixin/pages/booking/CostumeDetails/CostumeDetails.js
+++ b/unpackage/dist/dev/mp-weixin/pages/booking/CostumeDetails/CostumeDetails.js
@@ -45,5 +45,4 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/CostumeDetails/CostumeDetails.vue"]]);
-wx.createPage(MiniProgramPage);
+wx.createPage(_sfc_main);
diff --git a/unpackage/dist/dev/mp-weixin/pages/booking/CostumeDisplay/CostumeDisplay.js b/unpackage/dist/dev/mp-weixin/pages/booking/CostumeDisplay/CostumeDisplay.js
index 97c0039..4c76fe5 100644
--- a/unpackage/dist/dev/mp-weixin/pages/booking/CostumeDisplay/CostumeDisplay.js
+++ b/unpackage/dist/dev/mp-weixin/pages/booking/CostumeDisplay/CostumeDisplay.js
@@ -57,5 +57,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-d97852c0"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/CostumeDisplay/CostumeDisplay.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-d97852c0"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/booking/ReservationInstructions/ReservationInstructions.js b/unpackage/dist/dev/mp-weixin/pages/booking/ReservationInstructions/ReservationInstructions.js
index 9720bc7..ccd57ba 100644
--- a/unpackage/dist/dev/mp-weixin/pages/booking/ReservationInstructions/ReservationInstructions.js
+++ b/unpackage/dist/dev/mp-weixin/pages/booking/ReservationInstructions/ReservationInstructions.js
@@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
return {};
}
-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"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a9d91b4b"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/booking/Simple/Simple.js b/unpackage/dist/dev/mp-weixin/pages/booking/Simple/Simple.js
index a7bf5f5..803cefc 100644
--- a/unpackage/dist/dev/mp-weixin/pages/booking/Simple/Simple.js
+++ b/unpackage/dist/dev/mp-weixin/pages/booking/Simple/Simple.js
@@ -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"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/Simple/Simple.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-d54bd2fc"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/booking/bookingpay/bookingpay.js b/unpackage/dist/dev/mp-weixin/pages/booking/bookingpay/bookingpay.js
index aa1bc8b..f314148 100644
--- a/unpackage/dist/dev/mp-weixin/pages/booking/bookingpay/bookingpay.js
+++ b/unpackage/dist/dev/mp-weixin/pages/booking/bookingpay/bookingpay.js
@@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
return {};
}
-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"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-1d20d48c"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/booking/date.js b/unpackage/dist/dev/mp-weixin/pages/booking/date.js
index 995a8f4..dd67dc4 100644
--- a/unpackage/dist/dev/mp-weixin/pages/booking/date.js
+++ b/unpackage/dist/dev/mp-weixin/pages/booking/date.js
@@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
return {};
}
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-f815bf4c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/date.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-f815bf4c"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/booking/respectable/respectable.js b/unpackage/dist/dev/mp-weixin/pages/booking/respectable/respectable.js
index 96006fe..6845546 100644
--- a/unpackage/dist/dev/mp-weixin/pages/booking/respectable/respectable.js
+++ b/unpackage/dist/dev/mp-weixin/pages/booking/respectable/respectable.js
@@ -153,5 +153,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cad4fb76"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/booking/respectable/respectable.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-cad4fb76"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/home/home.js b/unpackage/dist/dev/mp-weixin/pages/home/home.js
index 1e78aa0..48c1b6f 100644
--- a/unpackage/dist/dev/mp-weixin/pages/home/home.js
+++ b/unpackage/dist/dev/mp-weixin/pages/home/home.js
@@ -76,5 +76,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-07e72d3c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/home/home.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-07e72d3c"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/login/login.js b/unpackage/dist/dev/mp-weixin/pages/login/login.js
index f06fc4c..a3ebc4b 100644
--- a/unpackage/dist/dev/mp-weixin/pages/login/login.js
+++ b/unpackage/dist/dev/mp-weixin/pages/login/login.js
@@ -54,5 +54,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-e4e4508d"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/login/login.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-e4e4508d"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/mine/Contact/Contact.js b/unpackage/dist/dev/mp-weixin/pages/mine/Contact/Contact.js
index 166d6b7..d452772 100644
--- a/unpackage/dist/dev/mp-weixin/pages/mine/Contact/Contact.js
+++ b/unpackage/dist/dev/mp-weixin/pages/mine/Contact/Contact.js
@@ -256,5 +256,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0aa6b83b"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/mine/Contact/Contact.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0aa6b83b"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/mine/OrderDetails/OrderDetails.js b/unpackage/dist/dev/mp-weixin/pages/mine/OrderDetails/OrderDetails.js
index 9808391..cb44566 100644
--- a/unpackage/dist/dev/mp-weixin/pages/mine/OrderDetails/OrderDetails.js
+++ b/unpackage/dist/dev/mp-weixin/pages/mine/OrderDetails/OrderDetails.js
@@ -62,5 +62,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-add9df0c"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/mine/OrderDetails/OrderDetails.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-add9df0c"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/mine/main/main.js b/unpackage/dist/dev/mp-weixin/pages/mine/main/main.js
index 0b085b0..8852303 100644
--- a/unpackage/dist/dev/mp-weixin/pages/mine/main/main.js
+++ b/unpackage/dist/dev/mp-weixin/pages/mine/main/main.js
@@ -42,5 +42,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-8172b2ba"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/mine/main/main.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-8172b2ba"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/mine/mineorders/mineorders.js b/unpackage/dist/dev/mp-weixin/pages/mine/mineorders/mineorders.js
index ed0360a..0e00cb4 100644
--- a/unpackage/dist/dev/mp-weixin/pages/mine/mineorders/mineorders.js
+++ b/unpackage/dist/dev/mp-weixin/pages/mine/mineorders/mineorders.js
@@ -65,19 +65,19 @@ const _sfc_main = {
};
return (_ctx, _cache) => {
return {
- a: _ctx.orderStatus === "全部" ? 1 : "",
+ a: "",
b: isSelected("全部") ? 1 : "",
c: common_vendor.o(($event) => changeTab("全部")),
- d: _ctx.orderStatus === "待支付" ? 1 : "",
+ d: "",
e: isSelected("待支付") ? 1 : "",
f: common_vendor.o(($event) => changeTab("待支付")),
- g: _ctx.orderStatus === "待发货" ? 1 : "",
+ g: "",
h: isSelected("待发货") ? 1 : "",
i: common_vendor.o(($event) => changeTab("待发货")),
- j: _ctx.orderStatus === "已发货" ? 1 : "",
+ j: "",
k: isSelected("已发货") ? 1 : "",
l: common_vendor.o(($event) => changeTab("已发货")),
- m: _ctx.orderStatus === "售后" ? 1 : "",
+ m: "",
n: isSelected("售后") ? 1 : "",
o: common_vendor.o(($event) => changeTab("售后")),
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"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/mine/mineorders/mineorders.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7d0f2622"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/order/component/addressComponent.js b/unpackage/dist/dev/mp-weixin/pages/order/component/addressComponent.js
index 12fd0ff..7bf7b83 100644
--- a/unpackage/dist/dev/mp-weixin/pages/order/component/addressComponent.js
+++ b/unpackage/dist/dev/mp-weixin/pages/order/component/addressComponent.js
@@ -76,5 +76,5 @@ const _sfc_main = {
};
}
};
-const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-c20b9e4d"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/component/addressComponent.vue"]]);
+const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-c20b9e4d"]]);
wx.createComponent(Component);
diff --git a/unpackage/dist/dev/mp-weixin/pages/order/paysuccess/paysuccess.js b/unpackage/dist/dev/mp-weixin/pages/order/paysuccess/paysuccess.js
index 47f4d51..52b6768 100644
--- a/unpackage/dist/dev/mp-weixin/pages/order/paysuccess/paysuccess.js
+++ b/unpackage/dist/dev/mp-weixin/pages/order/paysuccess/paysuccess.js
@@ -55,5 +55,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0b647166"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/paysuccess/paysuccess.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0b647166"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/order/product-unpay/product-unpay.js b/unpackage/dist/dev/mp-weixin/pages/order/product-unpay/product-unpay.js
index 03f035d..ea440be 100644
--- a/unpackage/dist/dev/mp-weixin/pages/order/product-unpay/product-unpay.js
+++ b/unpackage/dist/dev/mp-weixin/pages/order/product-unpay/product-unpay.js
@@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
return {};
}
-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"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-8a444854"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/order/product-waitpay/product-waitpay.js b/unpackage/dist/dev/mp-weixin/pages/order/product-waitpay/product-waitpay.js
index 7280c61..8803671 100644
--- a/unpackage/dist/dev/mp-weixin/pages/order/product-waitpay/product-waitpay.js
+++ b/unpackage/dist/dev/mp-weixin/pages/order/product-waitpay/product-waitpay.js
@@ -180,5 +180,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-eda1e8f0"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/product-waitpay/product-waitpay.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-eda1e8f0"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/order/productOrderDetail/productOrderDetail.js b/unpackage/dist/dev/mp-weixin/pages/order/productOrderDetail/productOrderDetail.js
index 380a521..4e8dfa8 100644
--- a/unpackage/dist/dev/mp-weixin/pages/order/productOrderDetail/productOrderDetail.js
+++ b/unpackage/dist/dev/mp-weixin/pages/order/productOrderDetail/productOrderDetail.js
@@ -14,5 +14,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-f0df60ad"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/productOrderDetail/productOrderDetail.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-f0df60ad"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/service/productDetail/productDetail.js b/unpackage/dist/dev/mp-weixin/pages/service/productDetail/productDetail.js
index bb69c16..6867f54 100644
--- a/unpackage/dist/dev/mp-weixin/pages/service/productDetail/productDetail.js
+++ b/unpackage/dist/dev/mp-weixin/pages/service/productDetail/productDetail.js
@@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
return {};
}
-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"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-4d02f7b2"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/store-home/ProductDetails/ProductDetails.js b/unpackage/dist/dev/mp-weixin/pages/store-home/ProductDetails/ProductDetails.js
index 423d4cb..c4622d0 100644
--- a/unpackage/dist/dev/mp-weixin/pages/store-home/ProductDetails/ProductDetails.js
+++ b/unpackage/dist/dev/mp-weixin/pages/store-home/ProductDetails/ProductDetails.js
@@ -83,5 +83,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3361b524"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/store-home/ProductDetails/ProductDetails.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3361b524"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/store-home/main/main.js b/unpackage/dist/dev/mp-weixin/pages/store-home/main/main.js
index 5ecc3c7..33cbb61 100644
--- a/unpackage/dist/dev/mp-weixin/pages/store-home/main/main.js
+++ b/unpackage/dist/dev/mp-weixin/pages/store-home/main/main.js
@@ -104,5 +104,5 @@ const _sfc_main = {
};
}
};
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7e3c386d"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/store-home/main/main.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7e3c386d"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/workshop/index/index.js b/unpackage/dist/dev/mp-weixin/pages/workshop/index/index.js
index 263fabb..6b6e4ed 100644
--- a/unpackage/dist/dev/mp-weixin/pages/workshop/index/index.js
+++ b/unpackage/dist/dev/mp-weixin/pages/workshop/index/index.js
@@ -1,66 +1,48 @@
-// pages/workshop/index/index.js
-Page({
-
- /**
- * 页面的初始数据
- */
- data: {
-
- },
-
- /**
- * 生命周期函数--监听页面加载
- */
- onLoad(options) {
-
- },
-
- /**
- * 生命周期函数--监听页面初次渲染完成
- */
- onReady() {
-
- },
-
- /**
- * 生命周期函数--监听页面显示
- */
- onShow() {
-
- },
-
- /**
- * 生命周期函数--监听页面隐藏
- */
- onHide() {
-
- },
-
- /**
- * 生命周期函数--监听页面卸载
- */
- onUnload() {
-
- },
-
- /**
- * 页面相关事件处理函数--监听用户下拉动作
- */
- onPullDownRefresh() {
-
- },
-
- /**
- * 页面上拉触底事件的处理函数
- */
- onReachBottom() {
-
- },
-
- /**
- * 用户点击右上角分享
- */
- onShareAppMessage() {
-
+"use strict";
+const common_vendor = require("../../../common/vendor.js");
+const api_request = require("../../../api/request.js");
+const _sfc_main = {
+ __name: "index",
+ setup(__props) {
+ const products = common_vendor.ref();
+ const cookie = common_vendor.wx$1.getStorageSync("cookie");
+ common_vendor.ref([null, null]);
+ common_vendor.onMounted(() => {
+ getProducts();
+ });
+ const getProducts = async () => {
+ const res = await common_vendor.index.request({
+ url: api_request.baseUrl + "/goods/service/list/card",
+ method: "GET",
+ header: {
+ cookie
+ }
+ });
+ console.log(res.data.data);
+ if (res.data.code === 1) {
+ products.value = res.data.data;
+ }
+ };
+ const jump_detail = (index, item) => {
+ console.log(index);
+ common_vendor.index.navigateTo({
+ url: "../productmain/productmain?info=" + +JSON.stringify(item)
+ });
+ };
+ return (_ctx, _cache) => {
+ return {
+ a: common_vendor.f(products.value, (item, index, i0) => {
+ return {
+ a: item.goodImg,
+ b: common_vendor.t(item.name),
+ c: common_vendor.t(item.price),
+ d: index,
+ e: common_vendor.o(($event) => jump_detail(item, index), index)
+ };
+ })
+ };
+ };
}
-})
\ No newline at end of file
+};
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-6d033fba"]]);
+wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/workshop/index/index.wxml b/unpackage/dist/dev/mp-weixin/pages/workshop/index/index.wxml
index 64e5b47..cdc3b00 100644
--- a/unpackage/dist/dev/mp-weixin/pages/workshop/index/index.wxml
+++ b/unpackage/dist/dev/mp-weixin/pages/workshop/index/index.wxml
@@ -1,2 +1 @@
-
-pages/workshop/index/index.wxml
\ No newline at end of file
+{{item.b}}{{item.c}}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pages/workshop/index/index.wxss b/unpackage/dist/dev/mp-weixin/pages/workshop/index/index.wxss
new file mode 100644
index 0000000..39c90bb
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pages/workshop/index/index.wxss
@@ -0,0 +1,508 @@
+/* 水平间距 */
+/* 水平间距 */
+/************************************************************
+** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
+** 否则页面将无法正常显示 **
+************************************************************/
+html.data-v-6d033fba {
+ font-size: 16px;
+}
+body.data-v-6d033fba {
+ margin: 0;
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
+ 'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+view.data-v-6d033fba,
+image.data-v-6d033fba,
+text.data-v-6d033fba {
+ box-sizing: border-box;
+ flex-shrink: 0;
+}
+#app.data-v-6d033fba {
+ width: 100vw;
+ height: 100vh;
+}
+.flex-row.data-v-6d033fba {
+ display: flex;
+ flex-direction: row;
+}
+.flex-col.data-v-6d033fba {
+ display: flex;
+ flex-direction: column;
+}
+.justify-start.data-v-6d033fba {
+ justify-content: flex-start;
+}
+.justify-end.data-v-6d033fba {
+ justify-content: flex-end;
+}
+.justify-center.data-v-6d033fba {
+ justify-content: center;
+}
+.justify-between.data-v-6d033fba {
+ justify-content: space-between;
+}
+.justify-around.data-v-6d033fba {
+ justify-content: space-around;
+}
+.justify-evenly.data-v-6d033fba {
+ justify-content: space-evenly;
+}
+.items-start.data-v-6d033fba {
+ align-items: flex-start;
+}
+.items-end.data-v-6d033fba {
+ align-items: flex-end;
+}
+.items-center.data-v-6d033fba {
+ align-items: center;
+}
+.items-baseline.data-v-6d033fba {
+ align-items: baseline;
+}
+.items-stretch.data-v-6d033fba {
+ align-items: stretch;
+}
+.self-start.data-v-6d033fba {
+ align-self: flex-start;
+}
+.self-end.data-v-6d033fba {
+ align-self: flex-end;
+}
+.self-center.data-v-6d033fba {
+ align-self: center;
+}
+.self-baseline.data-v-6d033fba {
+ align-self: baseline;
+}
+.self-stretch.data-v-6d033fba {
+ align-self: stretch;
+}
+.flex-1.data-v-6d033fba {
+ flex: 1 1 0%;
+}
+.flex-auto.data-v-6d033fba {
+ flex: 1 1 auto;
+}
+.grow.data-v-6d033fba {
+ flex-grow: 1;
+}
+.grow-0.data-v-6d033fba {
+ flex-grow: 0;
+}
+.shrink.data-v-6d033fba {
+ flex-shrink: 1;
+}
+.shrink-0.data-v-6d033fba {
+ flex-shrink: 0;
+}
+.relative.data-v-6d033fba {
+ position: relative;
+}
+.ml-2.data-v-6d033fba {
+ margin-left: 3.75rpx;
+}
+.mt-2.data-v-6d033fba {
+ margin-top: 3.75rpx;
+}
+.ml-4.data-v-6d033fba {
+ margin-left: 7.5rpx;
+}
+.mt-4.data-v-6d033fba {
+ margin-top: 7.5rpx;
+}
+.ml-6.data-v-6d033fba {
+ margin-left: 11.25rpx;
+}
+.mt-6.data-v-6d033fba {
+ margin-top: 11.25rpx;
+}
+.ml-8.data-v-6d033fba {
+ margin-left: 15rpx;
+}
+.mt-8.data-v-6d033fba {
+ margin-top: 15rpx;
+}
+.ml-10.data-v-6d033fba {
+ margin-left: 18.75rpx;
+}
+.mt-10.data-v-6d033fba {
+ margin-top: 18.75rpx;
+}
+.ml-12.data-v-6d033fba {
+ margin-left: 22.5rpx;
+}
+.mt-12.data-v-6d033fba {
+ margin-top: 22.5rpx;
+}
+.ml-14.data-v-6d033fba {
+ margin-left: 26.25rpx;
+}
+.mt-14.data-v-6d033fba {
+ margin-top: 26.25rpx;
+}
+.ml-16.data-v-6d033fba {
+ margin-left: 30rpx;
+}
+.mt-16.data-v-6d033fba {
+ margin-top: 30rpx;
+}
+.ml-18.data-v-6d033fba {
+ margin-left: 33.75rpx;
+}
+.mt-18.data-v-6d033fba {
+ margin-top: 33.75rpx;
+}
+.ml-20.data-v-6d033fba {
+ margin-left: 37.5rpx;
+}
+.mt-20.data-v-6d033fba {
+ margin-top: 37.5rpx;
+}
+.ml-22.data-v-6d033fba {
+ margin-left: 41.25rpx;
+}
+.mt-22.data-v-6d033fba {
+ margin-top: 41.25rpx;
+}
+.ml-24.data-v-6d033fba {
+ margin-left: 45rpx;
+}
+.mt-24.data-v-6d033fba {
+ margin-top: 45rpx;
+}
+.ml-26.data-v-6d033fba {
+ margin-left: 48.75rpx;
+}
+.mt-26.data-v-6d033fba {
+ margin-top: 48.75rpx;
+}
+.ml-28.data-v-6d033fba {
+ margin-left: 52.5rpx;
+}
+.mt-28.data-v-6d033fba {
+ margin-top: 52.5rpx;
+}
+.ml-30.data-v-6d033fba {
+ margin-left: 56.25rpx;
+}
+.mt-30.data-v-6d033fba {
+ margin-top: 56.25rpx;
+}
+.ml-32.data-v-6d033fba {
+ margin-left: 60rpx;
+}
+.mt-32.data-v-6d033fba {
+ margin-top: 60rpx;
+}
+.ml-34.data-v-6d033fba {
+ margin-left: 63.75rpx;
+}
+.mt-34.data-v-6d033fba {
+ margin-top: 63.75rpx;
+}
+.ml-36.data-v-6d033fba {
+ margin-left: 67.5rpx;
+}
+.mt-36.data-v-6d033fba {
+ margin-top: 67.5rpx;
+}
+.ml-38.data-v-6d033fba {
+ margin-left: 71.25rpx;
+}
+.mt-38.data-v-6d033fba {
+ margin-top: 71.25rpx;
+}
+.ml-40.data-v-6d033fba {
+ margin-left: 75rpx;
+}
+.mt-40.data-v-6d033fba {
+ margin-top: 75rpx;
+}
+.ml-42.data-v-6d033fba {
+ margin-left: 78.75rpx;
+}
+.mt-42.data-v-6d033fba {
+ margin-top: 78.75rpx;
+}
+.ml-44.data-v-6d033fba {
+ margin-left: 82.5rpx;
+}
+.mt-44.data-v-6d033fba {
+ margin-top: 82.5rpx;
+}
+.ml-46.data-v-6d033fba {
+ margin-left: 86.25rpx;
+}
+.mt-46.data-v-6d033fba {
+ margin-top: 86.25rpx;
+}
+.ml-48.data-v-6d033fba {
+ margin-left: 90rpx;
+}
+.mt-48.data-v-6d033fba {
+ margin-top: 90rpx;
+}
+.ml-50.data-v-6d033fba {
+ margin-left: 93.75rpx;
+}
+.mt-50.data-v-6d033fba {
+ margin-top: 93.75rpx;
+}
+.ml-52.data-v-6d033fba {
+ margin-left: 97.5rpx;
+}
+.mt-52.data-v-6d033fba {
+ margin-top: 97.5rpx;
+}
+.ml-54.data-v-6d033fba {
+ margin-left: 101.25rpx;
+}
+.mt-54.data-v-6d033fba {
+ margin-top: 101.25rpx;
+}
+.ml-56.data-v-6d033fba {
+ margin-left: 105rpx;
+}
+.mt-56.data-v-6d033fba {
+ margin-top: 105rpx;
+}
+.ml-58.data-v-6d033fba {
+ margin-left: 108.75rpx;
+}
+.mt-58.data-v-6d033fba {
+ margin-top: 108.75rpx;
+}
+.ml-60.data-v-6d033fba {
+ margin-left: 112.5rpx;
+}
+.mt-60.data-v-6d033fba {
+ margin-top: 112.5rpx;
+}
+.ml-62.data-v-6d033fba {
+ margin-left: 116.25rpx;
+}
+.mt-62.data-v-6d033fba {
+ margin-top: 116.25rpx;
+}
+.ml-64.data-v-6d033fba {
+ margin-left: 120rpx;
+}
+.mt-64.data-v-6d033fba {
+ margin-top: 120rpx;
+}
+.ml-66.data-v-6d033fba {
+ margin-left: 123.75rpx;
+}
+.mt-66.data-v-6d033fba {
+ margin-top: 123.75rpx;
+}
+.ml-68.data-v-6d033fba {
+ margin-left: 127.5rpx;
+}
+.mt-68.data-v-6d033fba {
+ margin-top: 127.5rpx;
+}
+.ml-70.data-v-6d033fba {
+ margin-left: 131.25rpx;
+}
+.mt-70.data-v-6d033fba {
+ margin-top: 131.25rpx;
+}
+.ml-72.data-v-6d033fba {
+ margin-left: 135rpx;
+}
+.mt-72.data-v-6d033fba {
+ margin-top: 135rpx;
+}
+.ml-74.data-v-6d033fba {
+ margin-left: 138.75rpx;
+}
+.mt-74.data-v-6d033fba {
+ margin-top: 138.75rpx;
+}
+.ml-76.data-v-6d033fba {
+ margin-left: 142.5rpx;
+}
+.mt-76.data-v-6d033fba {
+ margin-top: 142.5rpx;
+}
+.ml-78.data-v-6d033fba {
+ margin-left: 146.25rpx;
+}
+.mt-78.data-v-6d033fba {
+ margin-top: 146.25rpx;
+}
+.ml-80.data-v-6d033fba {
+ margin-left: 150rpx;
+}
+.mt-80.data-v-6d033fba {
+ margin-top: 150rpx;
+}
+.ml-82.data-v-6d033fba {
+ margin-left: 153.75rpx;
+}
+.mt-82.data-v-6d033fba {
+ margin-top: 153.75rpx;
+}
+.ml-84.data-v-6d033fba {
+ margin-left: 157.5rpx;
+}
+.mt-84.data-v-6d033fba {
+ margin-top: 157.5rpx;
+}
+.ml-86.data-v-6d033fba {
+ margin-left: 161.25rpx;
+}
+.mt-86.data-v-6d033fba {
+ margin-top: 161.25rpx;
+}
+.ml-88.data-v-6d033fba {
+ margin-left: 165rpx;
+}
+.mt-88.data-v-6d033fba {
+ margin-top: 165rpx;
+}
+.ml-90.data-v-6d033fba {
+ margin-left: 168.75rpx;
+}
+.mt-90.data-v-6d033fba {
+ margin-top: 168.75rpx;
+}
+.ml-92.data-v-6d033fba {
+ margin-left: 172.5rpx;
+}
+.mt-92.data-v-6d033fba {
+ margin-top: 172.5rpx;
+}
+.ml-94.data-v-6d033fba {
+ margin-left: 176.25rpx;
+}
+.mt-94.data-v-6d033fba {
+ margin-top: 176.25rpx;
+}
+.ml-96.data-v-6d033fba {
+ margin-left: 180rpx;
+}
+.mt-96.data-v-6d033fba {
+ margin-top: 180rpx;
+}
+.ml-98.data-v-6d033fba {
+ margin-left: 183.75rpx;
+}
+.mt-98.data-v-6d033fba {
+ margin-top: 183.75rpx;
+}
+.ml-100.data-v-6d033fba {
+ margin-left: 187.5rpx;
+}
+.mt-100.data-v-6d033fba {
+ margin-top: 187.5rpx;
+}
+.mt-1.data-v-6d033fba {
+ margin-top: 1.88rpx;
+}
+.mt-17.data-v-6d033fba {
+ margin-top: 31.88rpx;
+}
+.page.data-v-6d033fba {
+ background-color: #ffffff;
+ background-image: url("https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJULGLADX-feiyigongfang.png");
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ width: 100%;
+ overflow-y: auto;
+ overflow-x: hidden;
+ height: 100%;
+}
+.section.data-v-6d033fba {
+ background-image: url("https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJULGLADX-feiyigongfang.png");
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ width: 750rpx;
+ height: 2096.25rpx;
+}
+.section_2.data-v-6d033fba {
+ padding: 15rpx 0;
+ background-color: #ffffff;
+}
+.pos.data-v-6d033fba {
+ position: fixed;
+ left: 0;
+ right: 0;
+ top: 0;
+ z-index: 1;
+}
+.section_3.data-v-6d033fba {
+ padding: 0 15rpx;
+ background-color: #f1e8e9;
+ border-radius: 18.75rpx;
+ width: 506.25rpx;
+}
+.image.data-v-6d033fba {
+ width: 43.13rpx;
+ height: 46.88rpx;
+}
+.font.data-v-6d033fba {
+ font-size: 24.38rpx;
+ font-family: FZSongKeBenXiuKaiS-R-GB;
+ color: #000000;
+}
+.text.data-v-6d033fba {
+ line-height: 23.04rpx;
+ letter-spacing: 9.75rpx;
+}
+.image_2.data-v-6d033fba {
+ width: 100vw;
+ height: 62.5vw;
+}
+.pos_2.data-v-6d033fba {
+ position: absolute;
+ left: 0;
+ right: 0;
+ top: 80.63rpx;
+}
+.pos_3.data-v-6d033fba {
+ position: absolute;
+ left: 30.75rpx;
+ top: 577.5rpx;
+}
+.grid-item.data-v-6d033fba {
+ padding-bottom: 30.23rpx;
+ background-color: #ffffff;
+ border-radius: 18.75rpx;
+ width: 332.85rpx;
+ margin: 0 26rpx 20rpx 0;
+}
+.image_1.data-v-6d033fba {
+ border-radius: 18.75rpx 18.75rpx 0rpx 0rpx;
+ width: 333.75rpx;
+ height: 324.38rpx;
+}
+.text_2.data-v-6d033fba {
+ margin-left: 15.56rpx;
+ margin-right: 3.19rpx;
+ line-height: 30rpx;
+}
+.group_2.data-v-6d033fba {
+ padding: 0 24.3rpx;
+}
+.image_4.data-v-6d033fba {
+ width: 26.25rpx;
+ height: 26.25rpx;
+}
+.font_2.data-v-6d033fba {
+ color: #c35c5d;
+ font-size: 30rpx;
+ font-family: Times New Roman;
+ line-height: 20.68rpx;
+}
+.flexbox.data-v-6d033fba {
+ display: flex;
+ flex-wrap: wrap;
+}
+.placeholderStyle.data-v-6d033fba {
+ color: #c35c5d;
+}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pages/workshop/productmain/productmain.js b/unpackage/dist/dev/mp-weixin/pages/workshop/productmain/productmain.js
new file mode 100644
index 0000000..597099d
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pages/workshop/productmain/productmain.js
@@ -0,0 +1,8 @@
+"use strict";
+const common_vendor = require("../../../common/vendor.js");
+const _sfc_main = {};
+function _sfc_render(_ctx, _cache) {
+ return {};
+}
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-521289db"]]);
+wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pages/workshop/productmain/productmain.json b/unpackage/dist/dev/mp-weixin/pages/workshop/productmain/productmain.json
new file mode 100644
index 0000000..a0812ee
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pages/workshop/productmain/productmain.json
@@ -0,0 +1,4 @@
+{
+ "navigationBarTitleText": "",
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pages/workshop/productmain/productmain.wxml b/unpackage/dist/dev/mp-weixin/pages/workshop/productmain/productmain.wxml
new file mode 100644
index 0000000..2fe3b1b
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pages/workshop/productmain/productmain.wxml
@@ -0,0 +1 @@
+玲泷水月阁¥299【非遗手工艺体验】纸笺加工技艺-流沙笺团扇制作体验 产品简介:纸笺加工技艺-流沙笺团扇制作体验,带您领略国家级非物质文化遗产的魅力。本活动让您亲手体验传统纸笺加工技艺,感受流沙笺团扇的制作过程,传承千年匠心精神。 最近可预约时间:2024.11.119:30 - 10:30用户须知 1.请根据预约时间,提前10-15分钟到达活动地点,以便顺利参与体验。 2.穿着轻便、易清洗的衣物,以防止材料染色。 3.如您在购买服务后,因个人原因需要取消服务或者变更服务的预约时间,请您务必联系我们的客服。 4.只要您在体验活动开始前取消购买,我们将为您提供全额退款服务。 5.如遇特殊情况,如突发疾病或其他不可抗力因素,请及时与客服沟通,我们将根据实际情况处理退款事宜。 客服加入购物车立即预约服务详情
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pages/workshop/productmain/productmain.wxss b/unpackage/dist/dev/mp-weixin/pages/workshop/productmain/productmain.wxss
new file mode 100644
index 0000000..a4fa9b0
--- /dev/null
+++ b/unpackage/dist/dev/mp-weixin/pages/workshop/productmain/productmain.wxss
@@ -0,0 +1,588 @@
+/* 水平间距 */
+/* 水平间距 */
+/************************************************************
+** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
+** 否则页面将无法正常显示 **
+************************************************************/
+html.data-v-521289db {
+ font-size: 16px;
+}
+body.data-v-521289db {
+ margin: 0;
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
+ 'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+view.data-v-521289db,
+image.data-v-521289db,
+text.data-v-521289db {
+ box-sizing: border-box;
+ flex-shrink: 0;
+}
+#app.data-v-521289db {
+ width: 100vw;
+ height: 100vh;
+}
+.flex-row.data-v-521289db {
+ display: flex;
+ flex-direction: row;
+}
+.flex-col.data-v-521289db {
+ display: flex;
+ flex-direction: column;
+}
+.justify-start.data-v-521289db {
+ justify-content: flex-start;
+}
+.justify-end.data-v-521289db {
+ justify-content: flex-end;
+}
+.justify-center.data-v-521289db {
+ justify-content: center;
+}
+.justify-between.data-v-521289db {
+ justify-content: space-between;
+}
+.justify-around.data-v-521289db {
+ justify-content: space-around;
+}
+.justify-evenly.data-v-521289db {
+ justify-content: space-evenly;
+}
+.items-start.data-v-521289db {
+ align-items: flex-start;
+}
+.items-end.data-v-521289db {
+ align-items: flex-end;
+}
+.items-center.data-v-521289db {
+ align-items: center;
+}
+.items-baseline.data-v-521289db {
+ align-items: baseline;
+}
+.items-stretch.data-v-521289db {
+ align-items: stretch;
+}
+.self-start.data-v-521289db {
+ align-self: flex-start;
+}
+.self-end.data-v-521289db {
+ align-self: flex-end;
+}
+.self-center.data-v-521289db {
+ align-self: center;
+}
+.self-baseline.data-v-521289db {
+ align-self: baseline;
+}
+.self-stretch.data-v-521289db {
+ align-self: stretch;
+}
+.flex-1.data-v-521289db {
+ flex: 1 1 0%;
+}
+.flex-auto.data-v-521289db {
+ flex: 1 1 auto;
+}
+.grow.data-v-521289db {
+ flex-grow: 1;
+}
+.grow-0.data-v-521289db {
+ flex-grow: 0;
+}
+.shrink.data-v-521289db {
+ flex-shrink: 1;
+}
+.shrink-0.data-v-521289db {
+ flex-shrink: 0;
+}
+.relative.data-v-521289db {
+ position: relative;
+}
+.ml-2.data-v-521289db {
+ margin-left: 3.75rpx;
+}
+.mt-2.data-v-521289db {
+ margin-top: 3.75rpx;
+}
+.ml-4.data-v-521289db {
+ margin-left: 7.5rpx;
+}
+.mt-4.data-v-521289db {
+ margin-top: 7.5rpx;
+}
+.ml-6.data-v-521289db {
+ margin-left: 11.25rpx;
+}
+.mt-6.data-v-521289db {
+ margin-top: 11.25rpx;
+}
+.ml-8.data-v-521289db {
+ margin-left: 15rpx;
+}
+.mt-8.data-v-521289db {
+ margin-top: 15rpx;
+}
+.ml-10.data-v-521289db {
+ margin-left: 18.75rpx;
+}
+.mt-10.data-v-521289db {
+ margin-top: 18.75rpx;
+}
+.ml-12.data-v-521289db {
+ margin-left: 22.5rpx;
+}
+.mt-12.data-v-521289db {
+ margin-top: 22.5rpx;
+}
+.ml-14.data-v-521289db {
+ margin-left: 26.25rpx;
+}
+.mt-14.data-v-521289db {
+ margin-top: 26.25rpx;
+}
+.ml-16.data-v-521289db {
+ margin-left: 30rpx;
+}
+.mt-16.data-v-521289db {
+ margin-top: 30rpx;
+}
+.ml-18.data-v-521289db {
+ margin-left: 33.75rpx;
+}
+.mt-18.data-v-521289db {
+ margin-top: 33.75rpx;
+}
+.ml-20.data-v-521289db {
+ margin-left: 37.5rpx;
+}
+.mt-20.data-v-521289db {
+ margin-top: 37.5rpx;
+}
+.ml-22.data-v-521289db {
+ margin-left: 41.25rpx;
+}
+.mt-22.data-v-521289db {
+ margin-top: 41.25rpx;
+}
+.ml-24.data-v-521289db {
+ margin-left: 45rpx;
+}
+.mt-24.data-v-521289db {
+ margin-top: 45rpx;
+}
+.ml-26.data-v-521289db {
+ margin-left: 48.75rpx;
+}
+.mt-26.data-v-521289db {
+ margin-top: 48.75rpx;
+}
+.ml-28.data-v-521289db {
+ margin-left: 52.5rpx;
+}
+.mt-28.data-v-521289db {
+ margin-top: 52.5rpx;
+}
+.ml-30.data-v-521289db {
+ margin-left: 56.25rpx;
+}
+.mt-30.data-v-521289db {
+ margin-top: 56.25rpx;
+}
+.ml-32.data-v-521289db {
+ margin-left: 60rpx;
+}
+.mt-32.data-v-521289db {
+ margin-top: 60rpx;
+}
+.ml-34.data-v-521289db {
+ margin-left: 63.75rpx;
+}
+.mt-34.data-v-521289db {
+ margin-top: 63.75rpx;
+}
+.ml-36.data-v-521289db {
+ margin-left: 67.5rpx;
+}
+.mt-36.data-v-521289db {
+ margin-top: 67.5rpx;
+}
+.ml-38.data-v-521289db {
+ margin-left: 71.25rpx;
+}
+.mt-38.data-v-521289db {
+ margin-top: 71.25rpx;
+}
+.ml-40.data-v-521289db {
+ margin-left: 75rpx;
+}
+.mt-40.data-v-521289db {
+ margin-top: 75rpx;
+}
+.ml-42.data-v-521289db {
+ margin-left: 78.75rpx;
+}
+.mt-42.data-v-521289db {
+ margin-top: 78.75rpx;
+}
+.ml-44.data-v-521289db {
+ margin-left: 82.5rpx;
+}
+.mt-44.data-v-521289db {
+ margin-top: 82.5rpx;
+}
+.ml-46.data-v-521289db {
+ margin-left: 86.25rpx;
+}
+.mt-46.data-v-521289db {
+ margin-top: 86.25rpx;
+}
+.ml-48.data-v-521289db {
+ margin-left: 90rpx;
+}
+.mt-48.data-v-521289db {
+ margin-top: 90rpx;
+}
+.ml-50.data-v-521289db {
+ margin-left: 93.75rpx;
+}
+.mt-50.data-v-521289db {
+ margin-top: 93.75rpx;
+}
+.ml-52.data-v-521289db {
+ margin-left: 97.5rpx;
+}
+.mt-52.data-v-521289db {
+ margin-top: 97.5rpx;
+}
+.ml-54.data-v-521289db {
+ margin-left: 101.25rpx;
+}
+.mt-54.data-v-521289db {
+ margin-top: 101.25rpx;
+}
+.ml-56.data-v-521289db {
+ margin-left: 105rpx;
+}
+.mt-56.data-v-521289db {
+ margin-top: 105rpx;
+}
+.ml-58.data-v-521289db {
+ margin-left: 108.75rpx;
+}
+.mt-58.data-v-521289db {
+ margin-top: 108.75rpx;
+}
+.ml-60.data-v-521289db {
+ margin-left: 112.5rpx;
+}
+.mt-60.data-v-521289db {
+ margin-top: 112.5rpx;
+}
+.ml-62.data-v-521289db {
+ margin-left: 116.25rpx;
+}
+.mt-62.data-v-521289db {
+ margin-top: 116.25rpx;
+}
+.ml-64.data-v-521289db {
+ margin-left: 120rpx;
+}
+.mt-64.data-v-521289db {
+ margin-top: 120rpx;
+}
+.ml-66.data-v-521289db {
+ margin-left: 123.75rpx;
+}
+.mt-66.data-v-521289db {
+ margin-top: 123.75rpx;
+}
+.ml-68.data-v-521289db {
+ margin-left: 127.5rpx;
+}
+.mt-68.data-v-521289db {
+ margin-top: 127.5rpx;
+}
+.ml-70.data-v-521289db {
+ margin-left: 131.25rpx;
+}
+.mt-70.data-v-521289db {
+ margin-top: 131.25rpx;
+}
+.ml-72.data-v-521289db {
+ margin-left: 135rpx;
+}
+.mt-72.data-v-521289db {
+ margin-top: 135rpx;
+}
+.ml-74.data-v-521289db {
+ margin-left: 138.75rpx;
+}
+.mt-74.data-v-521289db {
+ margin-top: 138.75rpx;
+}
+.ml-76.data-v-521289db {
+ margin-left: 142.5rpx;
+}
+.mt-76.data-v-521289db {
+ margin-top: 142.5rpx;
+}
+.ml-78.data-v-521289db {
+ margin-left: 146.25rpx;
+}
+.mt-78.data-v-521289db {
+ margin-top: 146.25rpx;
+}
+.ml-80.data-v-521289db {
+ margin-left: 150rpx;
+}
+.mt-80.data-v-521289db {
+ margin-top: 150rpx;
+}
+.ml-82.data-v-521289db {
+ margin-left: 153.75rpx;
+}
+.mt-82.data-v-521289db {
+ margin-top: 153.75rpx;
+}
+.ml-84.data-v-521289db {
+ margin-left: 157.5rpx;
+}
+.mt-84.data-v-521289db {
+ margin-top: 157.5rpx;
+}
+.ml-86.data-v-521289db {
+ margin-left: 161.25rpx;
+}
+.mt-86.data-v-521289db {
+ margin-top: 161.25rpx;
+}
+.ml-88.data-v-521289db {
+ margin-left: 165rpx;
+}
+.mt-88.data-v-521289db {
+ margin-top: 165rpx;
+}
+.ml-90.data-v-521289db {
+ margin-left: 168.75rpx;
+}
+.mt-90.data-v-521289db {
+ margin-top: 168.75rpx;
+}
+.ml-92.data-v-521289db {
+ margin-left: 172.5rpx;
+}
+.mt-92.data-v-521289db {
+ margin-top: 172.5rpx;
+}
+.ml-94.data-v-521289db {
+ margin-left: 176.25rpx;
+}
+.mt-94.data-v-521289db {
+ margin-top: 176.25rpx;
+}
+.ml-96.data-v-521289db {
+ margin-left: 180rpx;
+}
+.mt-96.data-v-521289db {
+ margin-top: 180rpx;
+}
+.ml-98.data-v-521289db {
+ margin-left: 183.75rpx;
+}
+.mt-98.data-v-521289db {
+ margin-top: 183.75rpx;
+}
+.ml-100.data-v-521289db {
+ margin-left: 187.5rpx;
+}
+.mt-100.data-v-521289db {
+ margin-top: 187.5rpx;
+}
+.ml-13.data-v-521289db {
+ margin-left: 24.38rpx;
+}
+.mt-11.data-v-521289db {
+ margin-top: 20.63rpx;
+}
+.mt-15.data-v-521289db {
+ margin-top: 28.13rpx;
+}
+.ml-1.data-v-521289db {
+ margin-left: 1.88rpx;
+}
+.mt-3.data-v-521289db {
+ margin-top: 5.63rpx;
+}
+.ml-31.data-v-521289db {
+ margin-left: 58.13rpx;
+}
+.page.data-v-521289db {
+ background-color: #ffffff;
+ width: 100%;
+ overflow-y: auto;
+ overflow-x: hidden;
+ height: 100%;
+}
+.section.data-v-521289db {
+ padding-bottom: 41.25rpx;
+ background-image: url("https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJULGLADX-feiyigongfang.png");
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+}
+.section_2.data-v-521289db {
+ padding: 22.5rpx 22.5rpx 20.63rpx;
+ background-color: #ffffff;
+}
+.image_2.data-v-521289db {
+ width: 33.75rpx;
+ height: 35.63rpx;
+}
+.font.data-v-521289db {
+ font-size: 30rpx;
+ font-family: FZSongKeBenXiuKaiS-R-GB;
+ line-height: 29.7rpx;
+}
+.text.data-v-521289db {
+ color: #000000;
+ line-height: 28.37rpx;
+}
+.image.data-v-521289db {
+ border-radius: 50%;
+ width: 46.88rpx;
+ height: 46.88rpx;
+}
+.image_3.data-v-521289db {
+ margin-top: 15rpx;
+ width: 100vw;
+ height: 70vw;
+}
+.list.data-v-521289db {
+ margin-top: 18.75rpx;
+}
+.section_3.data-v-521289db {
+ padding: 36.73rpx 17.1rpx 39.64rpx 17.12rpx;
+ background-color: #ffffffcc;
+ border-radius: 37.5rpx;
+}
+.group.data-v-521289db {
+ margin-left: 12.04rpx;
+ line-height: 29.7rpx;
+}
+.font_2.data-v-521289db {
+ font-size: 26.25rpx;
+ font-family: FZSongKeBenXiuKaiS-R-GB;
+ line-height: 31.88rpx;
+ color: #323232;
+}
+.text_3.data-v-521289db {
+ color: #ff0000;
+ line-height: 16.91rpx;
+}
+.text_2.data-v-521289db {
+ color: #ff0000;
+ font-size: 45rpx;
+ font-family: FZSongKeBenXiuKaiS-R-GB;
+ line-height: 29.7rpx;
+}
+.text_4.data-v-521289db {
+ color: #323233;
+ line-height: 35.63rpx;
+}
+.text_5.data-v-521289db {
+ margin-left: 5.79rpx;
+ margin-right: 3.58rpx;
+}
+.group_2.data-v-521289db {
+ padding: 0 14.94rpx;
+}
+.font_3.data-v-521289db {
+ font-size: 26.25rpx;
+ font-family: FZSongKeBenXiuKaiS-R-GB;
+ line-height: 24.92rpx;
+ color: #000000;
+}
+.section_4.data-v-521289db {
+ padding: 31.63rpx 18.04rpx 56.83rpx 26.76rpx;
+ background-color: #ffffffcc;
+ border-radius: 37.5rpx;
+}
+.text_6.data-v-521289db {
+ margin-left: 3.71rpx;
+ color: #323232;
+ line-height: 28.01rpx;
+ text-decoration: underline;
+}
+.text_7.data-v-521289db {
+ width: 648.75rpx;
+}
+.text_1.data-v-521289db {
+ margin-left: 3.66rpx;
+}
+.text_8.data-v-521289db {
+ margin-left: 3.86rpx;
+ line-height: 25.63rpx;
+}
+.text_9.data-v-521289db {
+ margin-left: 3.96rpx;
+}
+.text_10.data-v-521289db {
+ margin-left: 3.96rpx;
+ margin-right: 3.77rpx;
+}
+.section_5.data-v-521289db {
+ position: fixed;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ margin-top: 31.88rpx;
+ padding: 22.5rpx 33.75rpx 30.13rpx 39.38rpx;
+ background-color: #ffffff;
+}
+.image_4.data-v-521289db {
+ width: 46.88rpx;
+ height: 46.88rpx;
+}
+.text_13.data-v-521289db {
+ color: #9d2624;
+ font-size: 22.5rpx;
+ font-family: Open Sans;
+ line-height: 20.72rpx;
+}
+.text-wrapper.data-v-521289db {
+ padding: 29.1rpx 0 28.69rpx;
+ flex: 1 1 260.63rpx;
+ background-color: #e79ea14d;
+ border-radius: 93.75rpx;
+ height: 82.5rpx;
+}
+.text_11.data-v-521289db {
+ color: #ffffff;
+ line-height: 24.71rpx;
+}
+.text-wrapper_2.data-v-521289db {
+ padding: 26.49rpx 0 28.57rpx;
+ flex: 1 1 260.63rpx;
+ background-color: #e79ea1;
+ border-radius: 93.75rpx;
+ height: 82.5rpx;
+}
+.text_12.data-v-521289db {
+ color: #ffffff;
+ line-height: 27.43rpx;
+}
+.text_14.data-v-521289db {
+ margin-left: 4.74rpx;
+ margin-top: 32.87rpx;
+ color: #000000;
+ font-size: 30rpx;
+ font-family: Open Sans;
+ line-height: 27.71rpx;
+}
+.image_5.data-v-521289db {
+ margin-top: 18.17rpx;
+ width: 100vw;
+ height: 531.5vw;
+}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json
index 4c89ec2..62d6889 100644
--- a/unpackage/dist/dev/mp-weixin/project.config.json
+++ b/unpackage/dist/dev/mp-weixin/project.config.json
@@ -8,7 +8,7 @@
"urlCheck": false,
"es6": true,
"postcss": false,
- "minified": false,
+ "minified": true,
"newFeature": true,
"bigPackageSizeSupport": true,
"babelSetting": {
@@ -19,7 +19,7 @@
},
"compileType": "miniprogram",
"libVersion": "3.7.0",
- "appid": "wx3f968a09e31d6bed",
+ "appid": "wx61b63e27bddf4ea2",
"projectname": "FeiYi",
"condition": {
"search": {
diff --git a/unpackage/dist/dev/mp-weixin/uni_modules/uni-popup/components/uni-popup/uni-popup.js b/unpackage/dist/dev/mp-weixin/uni_modules/uni-popup/components/uni-popup/uni-popup.js
index 2167945..291ab4e 100644
--- a/unpackage/dist/dev/mp-weixin/uni_modules/uni-popup/components/uni-popup/uni-popup.js
+++ b/unpackage/dist/dev/mp-weixin/uni_modules/uni-popup/components/uni-popup/uni-popup.js
@@ -389,5 +389,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
l: common_vendor.n($options.isDesktop ? "fixforpc-z-index" : "")
}) : {});
}
-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"]]);
+const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
wx.createComponent(Component);
diff --git a/unpackage/dist/dev/mp-weixin/uni_modules/uni-transition/components/uni-transition/uni-transition.js b/unpackage/dist/dev/mp-weixin/uni_modules/uni-transition/components/uni-transition/uni-transition.js
index b35c215..cc27c04 100644
--- a/unpackage/dist/dev/mp-weixin/uni_modules/uni-transition/components/uni-transition/uni-transition.js
+++ b/unpackage/dist/dev/mp-weixin/uni_modules/uni-transition/components/uni-transition/uni-transition.js
@@ -261,5 +261,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
e: common_vendor.o((...args) => $options.onClick && $options.onClick(...args))
};
}
-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"]]);
+const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
wx.createComponent(Component);