This commit is contained in:
chen-xin-zhi 2025-01-02 11:18:59 +08:00
parent 2be612dc5e
commit 2073904697
186 changed files with 37381 additions and 5666 deletions

View File

@ -29,11 +29,8 @@ const _sfc_main = {
cookie: common_vendor.wx$1.getStorageSync("cookie")
},
data: {
userId: userInfo.value.id,
goodId: productBrief.value.id,
quantity: quantity.value,
subtotal: productBrief.value.price * quantity.value,
isGoodType: productBrief.value.isGoodType
quantity: quantity.value
}
});
if (res.data.code === 1) {
@ -46,13 +43,13 @@ const _sfc_main = {
console.log("失败原因-->", res.data);
common_vendor.index.showToast({
icon: "error",
title: "请求失败"
title: res.data.message
});
return;
}
};
const decrease = () => {
if (quantity.value > 0) {
if (quantity.value != 1) {
quantity.value -= 1;
}
};
@ -75,5 +72,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;

View File

@ -12,17 +12,14 @@ if (!Math) {
"./pages/booking/ContactInformation.js";
"./pages/booking/date.js";
"./pages/store-home/ProductDetails/ProductDetails.js";
"./pages/Shopping-cart/Phone/Phone.js";
"./pages/order/product-unpay/product-unpay.js";
"./pages/order/product-paysuccess/product-paysuccess.js";
"./pages/booking/BillingOfFees/BillingOfFees.js";
"./pages/booking/ReservationInstructions/ReservationInstructions.js";
"./pages/booking/respectable/respectable.js";
"./pages/Shopping-cart/newaddress_Info/newaddress_Info.js";
"./pages/order/product-waitpay/product-waitpay.js";
"./pages/order/paysuccess/paysuccess.js";
"./pages/booking/Simple/Simple.js";
"./pages/booking/bookingpay/bookingpay.js";
"./pages/order/productOrderDetail/productOrderDetail.js";
"./pages/login/login.js";
"./pages/Shopping-cart/component/addProduct.js";
"./pages/mine/OrderDetails/OrderDetails.js";
@ -31,12 +28,17 @@ if (!Math) {
"./pages/booking/CostumeDisplay/CostumeDisplay.js";
"./pages/booking/CostumeDetails/CostumeDetails.js";
"./pages/mine/Contact/Contact.js";
"./pages/workshop/productmain/productmain.js";
"./pages/workshop/component/timePopUp.js";
"./pages/store-home/main/testMain.js";
"./pages/syy.js";
"./pages/order/singleGoodOrder/singleGoodOrder.js";
}
const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
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() {
const app = common_vendor.createSSRApp(App);
app.use(store_index.pinia);

View File

@ -9,17 +9,14 @@
"pages/booking/ContactInformation",
"pages/booking/date",
"pages/store-home/ProductDetails/ProductDetails",
"pages/Shopping-cart/Phone/Phone",
"pages/order/product-unpay/product-unpay",
"pages/order/product-paysuccess/product-paysuccess",
"pages/booking/BillingOfFees/BillingOfFees",
"pages/booking/ReservationInstructions/ReservationInstructions",
"pages/booking/respectable/respectable",
"pages/Shopping-cart/newaddress_Info/newaddress_Info",
"pages/order/product-waitpay/product-waitpay",
"pages/order/paysuccess/paysuccess",
"pages/booking/Simple/Simple",
"pages/booking/bookingpay/bookingpay",
"pages/order/productOrderDetail/productOrderDetail",
"pages/login/login",
"pages/Shopping-cart/component/addProduct",
"pages/mine/OrderDetails/OrderDetails",
@ -27,7 +24,12 @@
"pages/workshop/index/index",
"pages/booking/CostumeDisplay/CostumeDisplay",
"pages/booking/CostumeDetails/CostumeDetails",
"pages/mine/Contact/Contact"
"pages/mine/Contact/Contact",
"pages/workshop/productmain/productmain",
"pages/workshop/component/timePopUp",
"pages/store-home/main/testMain",
"pages/syy",
"pages/order/singleGoodOrder/singleGoodOrder"
],
"window": {
"navigationBarTextStyle": "black",
@ -36,30 +38,26 @@
"backgroundColor": "#F8F8F8"
},
"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": "我的"
}
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 688 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 911 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 988 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 946 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 679 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 895 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 692 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 B

View File

@ -1,73 +0,0 @@
"use strict";
const product$1 = "/assets/product.7900e336.png";
const rili = "/assets/rili.7746043b.png";
const xuanchuan = "/assets/xuanchuan.f0fc207c.png";
const shizi = "/assets/shizi.dd0347ec.png";
const you$1 = "/assets/you.60391a00.png";
const add_img = "/assets/tianjia.187834c9.png";
const sousuokuang = "/assets/sousuokuang.6160c4c7.png";
const address = "/assets/address.e91cc3a1.png";
const avator = "/assets/avator.7ac17437.png";
const daifahuo = "/assets/daifahuo.8369326b.png";
const daishouhuo = "/assets/daishouhuo.ff694766.png";
const dingdan = "/assets/dingdan.6b4043d6.png";
const lianxiren_s = "/assets/lianxiren_s.17e4954c.png";
const qianbao = "/assets/qianbao.bbfd6c3d.png";
const setting_s = "/assets/setting_s.3e5c5149.png";
const tuikuan = "/assets/tuikuan.d34aac5f.png";
const you = "/assets/you.70a370f0.png";
const denglong = "/assets/denglong.a91d13af.png";
const kefu = "/assets/kefu.eef0848c.png";
const show1 = "/assets/show1.6119e6ca.png";
const show2 = "/assets/show2.6ef01c5d.png";
const show3 = "/assets/show3.4b906849.png";
const show4 = "/assets/show4.00c949b6.png";
const dingwei$1 = "/assets/dingwei.69908177.png";
const add = "/assets/add.dace8cf5.png";
const dingwei = "/assets/dingwei.a57a6fb6.png";
const rmb_36px = "/assets/rmb_36px.929d25f5.png";
const rmb_huang = "/assets/rmb_huang.28b44dfc.png";
const short = "/assets/short.be252386.png";
const yiwen = "/assets/yiwen.9096364a.png";
const you_cheng = "/assets/you_cheng.a0b56a7d.png";
const success = "/assets/success.3df77989.png";
const xian = "/assets/xian.51ee54bc.png";
const xian2 = "/assets/xian2.316f0e4c.png";
const rmb = "/assets/rmb.dd886a2c.png";
const product = "/assets/product.d45a003d.png";
exports.add = add;
exports.add_img = add_img;
exports.address = address;
exports.avator = avator;
exports.daifahuo = daifahuo;
exports.daishouhuo = daishouhuo;
exports.denglong = denglong;
exports.dingdan = dingdan;
exports.dingwei = dingwei$1;
exports.dingwei$1 = dingwei;
exports.kefu = kefu;
exports.lianxiren_s = lianxiren_s;
exports.product = product$1;
exports.product$1 = product;
exports.qianbao = qianbao;
exports.rili = rili;
exports.rmb = rmb;
exports.rmb_36px = rmb_36px;
exports.rmb_huang = rmb_huang;
exports.setting_s = setting_s;
exports.shizi = shizi;
exports.short = short;
exports.show1 = show1;
exports.show2 = show2;
exports.show3 = show3;
exports.show4 = show4;
exports.sousuokuang = sousuokuang;
exports.success = success;
exports.tuikuan = tuikuan;
exports.xian = xian;
exports.xian2 = xian2;
exports.xuanchuan = xuanchuan;
exports.yiwen = yiwen;
exports.you = you$1;
exports.you$1 = you;
exports.you_cheng = you_cheng;

View File

@ -0,0 +1,38 @@
"use strict";
const stateList = [
{
state: "待支付",
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FFybMDtHR-dengdaifukuan.png",
msg: "等待买家付款"
},
{
state: "待发货",
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FEOzVqolp-fahuo.png",
msg: "等待卖家发货"
},
{
state: "已退款",
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FlPnvgqCp-yituikuan.png",
msg: "订单已经退款"
},
{
state: "待收货",
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FEOzVqolp-fahuo.png",
msg: "商品已发货,注意查收"
},
{
state: "交易成功",
img: "",
msg: "订单完成,感谢您的支持"
},
{
state: "交易关闭",
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FaHDhacaI-dengdaifukuan.png",
msg: "您的订单已关闭"
}
];
const stateMap = /* @__PURE__ */ new Map();
stateList.forEach((item) => {
stateMap.set(item.state, item);
});
exports.stateMap = stateMap;

File diff suppressed because one or more lines are too long

View File

@ -1,14 +0,0 @@
"use strict";
const common_vendor = require("../../../common/vendor.js");
const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
return {
a: common_vendor.f(_ctx.items, (item, index, i0) => {
return {
a: index
};
})
};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6d058dc0"]]);
wx.createPage(MiniProgramPage);

View File

@ -1 +0,0 @@
<view class="flex-col page data-v-6d058dc0"><view class="flex-col list data-v-6d058dc0"><view wx:for="{{a}}" wx:for-item="item" wx:key="a" class="flex-row justify-between items-center list-item mt-9 data-v-6d058dc0"><view class="flex-row items-center data-v-6d058dc0"><text class="font data-v-6d058dc0">张三</text><text class="font_2 ml-9 data-v-6d058dc0">15888610253</text><view class="flex-col justify-start items-center shrink-0 text-wrapper ml-9 data-v-6d058dc0"><text class="text data-v-6d058dc0">默认</text></view></view><view class="flex-row data-v-6d058dc0"><image class="image data-v-6d058dc0" src="https://ide.code.fun/api/image?token=6711f04f38a7c1001587de59&name=6ff8502391df0676ffa6f9a4c72cf204.png"/><image class="ml-12 image data-v-6d058dc0" src="https://ide.code.fun/api/image?token=6711f04f38a7c1001587de59&name=33bb1d0b853cc38a598105b3dab0d494.png"/></view></view></view><view class="flex-col justify-start items-center section mt-593 data-v-6d058dc0"><view class="flex-col justify-start items-center text-wrapper_2 data-v-6d058dc0"><text class="font text_2 data-v-6d058dc0">新增联系人</text></view></view></view>

View File

@ -1,478 +0,0 @@
/* 水平间距 */
/* 水平间距 */
/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示 **
************************************************************/
html.data-v-6d058dc0 {
font-size: 16px;
}
body.data-v-6d058dc0 {
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-6d058dc0,
image.data-v-6d058dc0,
text.data-v-6d058dc0 {
box-sizing: border-box;
flex-shrink: 0;
}
#app.data-v-6d058dc0 {
width: 100vw;
height: 100vh;
}
.flex-row.data-v-6d058dc0 {
display: flex;
flex-direction: row;
}
.flex-col.data-v-6d058dc0 {
display: flex;
flex-direction: column;
}
.justify-start.data-v-6d058dc0 {
justify-content: flex-start;
}
.justify-end.data-v-6d058dc0 {
justify-content: flex-end;
}
.justify-center.data-v-6d058dc0 {
justify-content: center;
}
.justify-between.data-v-6d058dc0 {
justify-content: space-between;
}
.justify-around.data-v-6d058dc0 {
justify-content: space-around;
}
.justify-evenly.data-v-6d058dc0 {
justify-content: space-evenly;
}
.items-start.data-v-6d058dc0 {
align-items: flex-start;
}
.items-end.data-v-6d058dc0 {
align-items: flex-end;
}
.items-center.data-v-6d058dc0 {
align-items: center;
}
.items-baseline.data-v-6d058dc0 {
align-items: baseline;
}
.items-stretch.data-v-6d058dc0 {
align-items: stretch;
}
.self-start.data-v-6d058dc0 {
align-self: flex-start;
}
.self-end.data-v-6d058dc0 {
align-self: flex-end;
}
.self-center.data-v-6d058dc0 {
align-self: center;
}
.self-baseline.data-v-6d058dc0 {
align-self: baseline;
}
.self-stretch.data-v-6d058dc0 {
align-self: stretch;
}
.flex-1.data-v-6d058dc0 {
flex: 1 1 0%;
}
.flex-auto.data-v-6d058dc0 {
flex: 1 1 auto;
}
.grow.data-v-6d058dc0 {
flex-grow: 1;
}
.grow-0.data-v-6d058dc0 {
flex-grow: 0;
}
.shrink.data-v-6d058dc0 {
flex-shrink: 1;
}
.shrink-0.data-v-6d058dc0 {
flex-shrink: 0;
}
.relative.data-v-6d058dc0 {
position: relative;
}
.ml-2.data-v-6d058dc0 {
margin-left: 3.75rpx;
}
.mt-2.data-v-6d058dc0 {
margin-top: 3.75rpx;
}
.ml-4.data-v-6d058dc0 {
margin-left: 7.5rpx;
}
.mt-4.data-v-6d058dc0 {
margin-top: 7.5rpx;
}
.ml-6.data-v-6d058dc0 {
margin-left: 11.25rpx;
}
.mt-6.data-v-6d058dc0 {
margin-top: 11.25rpx;
}
.ml-8.data-v-6d058dc0 {
margin-left: 15rpx;
}
.mt-8.data-v-6d058dc0 {
margin-top: 15rpx;
}
.ml-10.data-v-6d058dc0 {
margin-left: 18.75rpx;
}
.mt-10.data-v-6d058dc0 {
margin-top: 18.75rpx;
}
.ml-12.data-v-6d058dc0 {
margin-left: 22.5rpx;
}
.mt-12.data-v-6d058dc0 {
margin-top: 22.5rpx;
}
.ml-14.data-v-6d058dc0 {
margin-left: 26.25rpx;
}
.mt-14.data-v-6d058dc0 {
margin-top: 26.25rpx;
}
.ml-16.data-v-6d058dc0 {
margin-left: 30rpx;
}
.mt-16.data-v-6d058dc0 {
margin-top: 30rpx;
}
.ml-18.data-v-6d058dc0 {
margin-left: 33.75rpx;
}
.mt-18.data-v-6d058dc0 {
margin-top: 33.75rpx;
}
.ml-20.data-v-6d058dc0 {
margin-left: 37.5rpx;
}
.mt-20.data-v-6d058dc0 {
margin-top: 37.5rpx;
}
.ml-22.data-v-6d058dc0 {
margin-left: 41.25rpx;
}
.mt-22.data-v-6d058dc0 {
margin-top: 41.25rpx;
}
.ml-24.data-v-6d058dc0 {
margin-left: 45rpx;
}
.mt-24.data-v-6d058dc0 {
margin-top: 45rpx;
}
.ml-26.data-v-6d058dc0 {
margin-left: 48.75rpx;
}
.mt-26.data-v-6d058dc0 {
margin-top: 48.75rpx;
}
.ml-28.data-v-6d058dc0 {
margin-left: 52.5rpx;
}
.mt-28.data-v-6d058dc0 {
margin-top: 52.5rpx;
}
.ml-30.data-v-6d058dc0 {
margin-left: 56.25rpx;
}
.mt-30.data-v-6d058dc0 {
margin-top: 56.25rpx;
}
.ml-32.data-v-6d058dc0 {
margin-left: 60rpx;
}
.mt-32.data-v-6d058dc0 {
margin-top: 60rpx;
}
.ml-34.data-v-6d058dc0 {
margin-left: 63.75rpx;
}
.mt-34.data-v-6d058dc0 {
margin-top: 63.75rpx;
}
.ml-36.data-v-6d058dc0 {
margin-left: 67.5rpx;
}
.mt-36.data-v-6d058dc0 {
margin-top: 67.5rpx;
}
.ml-38.data-v-6d058dc0 {
margin-left: 71.25rpx;
}
.mt-38.data-v-6d058dc0 {
margin-top: 71.25rpx;
}
.ml-40.data-v-6d058dc0 {
margin-left: 75rpx;
}
.mt-40.data-v-6d058dc0 {
margin-top: 75rpx;
}
.ml-42.data-v-6d058dc0 {
margin-left: 78.75rpx;
}
.mt-42.data-v-6d058dc0 {
margin-top: 78.75rpx;
}
.ml-44.data-v-6d058dc0 {
margin-left: 82.5rpx;
}
.mt-44.data-v-6d058dc0 {
margin-top: 82.5rpx;
}
.ml-46.data-v-6d058dc0 {
margin-left: 86.25rpx;
}
.mt-46.data-v-6d058dc0 {
margin-top: 86.25rpx;
}
.ml-48.data-v-6d058dc0 {
margin-left: 90rpx;
}
.mt-48.data-v-6d058dc0 {
margin-top: 90rpx;
}
.ml-50.data-v-6d058dc0 {
margin-left: 93.75rpx;
}
.mt-50.data-v-6d058dc0 {
margin-top: 93.75rpx;
}
.ml-52.data-v-6d058dc0 {
margin-left: 97.5rpx;
}
.mt-52.data-v-6d058dc0 {
margin-top: 97.5rpx;
}
.ml-54.data-v-6d058dc0 {
margin-left: 101.25rpx;
}
.mt-54.data-v-6d058dc0 {
margin-top: 101.25rpx;
}
.ml-56.data-v-6d058dc0 {
margin-left: 105rpx;
}
.mt-56.data-v-6d058dc0 {
margin-top: 105rpx;
}
.ml-58.data-v-6d058dc0 {
margin-left: 108.75rpx;
}
.mt-58.data-v-6d058dc0 {
margin-top: 108.75rpx;
}
.ml-60.data-v-6d058dc0 {
margin-left: 112.5rpx;
}
.mt-60.data-v-6d058dc0 {
margin-top: 112.5rpx;
}
.ml-62.data-v-6d058dc0 {
margin-left: 116.25rpx;
}
.mt-62.data-v-6d058dc0 {
margin-top: 116.25rpx;
}
.ml-64.data-v-6d058dc0 {
margin-left: 120rpx;
}
.mt-64.data-v-6d058dc0 {
margin-top: 120rpx;
}
.ml-66.data-v-6d058dc0 {
margin-left: 123.75rpx;
}
.mt-66.data-v-6d058dc0 {
margin-top: 123.75rpx;
}
.ml-68.data-v-6d058dc0 {
margin-left: 127.5rpx;
}
.mt-68.data-v-6d058dc0 {
margin-top: 127.5rpx;
}
.ml-70.data-v-6d058dc0 {
margin-left: 131.25rpx;
}
.mt-70.data-v-6d058dc0 {
margin-top: 131.25rpx;
}
.ml-72.data-v-6d058dc0 {
margin-left: 135rpx;
}
.mt-72.data-v-6d058dc0 {
margin-top: 135rpx;
}
.ml-74.data-v-6d058dc0 {
margin-left: 138.75rpx;
}
.mt-74.data-v-6d058dc0 {
margin-top: 138.75rpx;
}
.ml-76.data-v-6d058dc0 {
margin-left: 142.5rpx;
}
.mt-76.data-v-6d058dc0 {
margin-top: 142.5rpx;
}
.ml-78.data-v-6d058dc0 {
margin-left: 146.25rpx;
}
.mt-78.data-v-6d058dc0 {
margin-top: 146.25rpx;
}
.ml-80.data-v-6d058dc0 {
margin-left: 150rpx;
}
.mt-80.data-v-6d058dc0 {
margin-top: 150rpx;
}
.ml-82.data-v-6d058dc0 {
margin-left: 153.75rpx;
}
.mt-82.data-v-6d058dc0 {
margin-top: 153.75rpx;
}
.ml-84.data-v-6d058dc0 {
margin-left: 157.5rpx;
}
.mt-84.data-v-6d058dc0 {
margin-top: 157.5rpx;
}
.ml-86.data-v-6d058dc0 {
margin-left: 161.25rpx;
}
.mt-86.data-v-6d058dc0 {
margin-top: 161.25rpx;
}
.ml-88.data-v-6d058dc0 {
margin-left: 165rpx;
}
.mt-88.data-v-6d058dc0 {
margin-top: 165rpx;
}
.ml-90.data-v-6d058dc0 {
margin-left: 168.75rpx;
}
.mt-90.data-v-6d058dc0 {
margin-top: 168.75rpx;
}
.ml-92.data-v-6d058dc0 {
margin-left: 172.5rpx;
}
.mt-92.data-v-6d058dc0 {
margin-top: 172.5rpx;
}
.ml-94.data-v-6d058dc0 {
margin-left: 176.25rpx;
}
.mt-94.data-v-6d058dc0 {
margin-top: 176.25rpx;
}
.ml-96.data-v-6d058dc0 {
margin-left: 180rpx;
}
.mt-96.data-v-6d058dc0 {
margin-top: 180rpx;
}
.ml-98.data-v-6d058dc0 {
margin-left: 183.75rpx;
}
.mt-98.data-v-6d058dc0 {
margin-top: 183.75rpx;
}
.ml-100.data-v-6d058dc0 {
margin-left: 187.5rpx;
}
.mt-100.data-v-6d058dc0 {
margin-top: 187.5rpx;
}
.mt-9.data-v-6d058dc0 {
margin-top: 17.18rpx;
}
.ml-9.data-v-6d058dc0 {
margin-left: 17.18rpx;
}
.mt-593.data-v-6d058dc0 {
margin-top: 1131.68rpx;
}
.page.data-v-6d058dc0 {
padding-top: 20.99rpx;
background-color: #fffaf0;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.list.data-v-6d058dc0 {
padding: 0 20.99rpx;
}
.list-item.data-v-6d058dc0 {
padding: 30.53rpx 15.27rpx 30.53rpx 22.9rpx;
background-color: #ffffff;
border-radius: 9.54rpx;
border-left: solid 1.91rpx #818181;
border-right: solid 1.91rpx #818181;
border-top: solid 1.91rpx #818181;
border-bottom: solid 1.91rpx #818181;
}
.list-item.data-v-6d058dc0:first-child {
margin-top: 0;
}
.font.data-v-6d058dc0 {
font-size: 30.53rpx;
font-family: Open Sans;
line-height: 27.67rpx;
color: #323232;
}
.font_2.data-v-6d058dc0 {
font-size: 30.53rpx;
font-family: Open Sans;
line-height: 22.44rpx;
color: #323232;
}
.text-wrapper.data-v-6d058dc0 {
background-color: #ffbe55;
border-radius: 9.54rpx;
width: 70.61rpx;
height: 32.44rpx;
}
.text.data-v-6d058dc0 {
color: #ffffff;
font-size: 22.9rpx;
font-family: Open Sans;
line-height: 21.07rpx;
}
.image.data-v-6d058dc0 {
border-radius: 9.54rpx;
width: 40.08rpx;
height: 40.08rpx;
}
.section.data-v-6d058dc0 {
padding: 17.18rpx 0;
background-color: #ffffff;
}
.text-wrapper_2.data-v-6d058dc0 {
padding: 26.72rpx 0 22.9rpx;
background-color: #ffa948;
border-radius: 47.71rpx;
width: 629.77rpx;
}
.text_2.data-v-6d058dc0 {
color: #ffffff;
line-height: 28.24rpx;
}

View File

@ -1,31 +1,42 @@
"use strict";
const common_vendor = require("../../../common/vendor.js");
const api_request = require("../../../api/request.js");
const common_assets = require("../../../common/assets.js");
const utils_emitter = require("../../../utils/emitter.js");
if (!Math) {
addSelected();
}
const addSelected = () => "../../order/component/addSelected.js";
const _sfc_main = {
__name: "newaddress_Info",
setup(__props) {
const userInfo = common_vendor.ref({});
const addressParam = common_vendor.ref({
userId: 0,
name: "",
phone: "",
region: "",
detailAddress: "",
isDefault: 0
});
const isAdd = common_vendor.ref(false);
common_vendor.onLoad((options) => {
addressParam.value = JSON.parse(options.editInfo);
if (JSON.stringify(options) != "{}") {
addressParam.value = JSON.parse(options.editInfo);
} else {
isAdd.value = true;
}
});
common_vendor.onShow(() => {
});
common_vendor.onMounted(() => {
userInfo.value = common_vendor.index.getStorageSync("userInfo");
utils_emitter.emitter.on("region", (val) => {
addressParam.value.region = val;
});
if (!isAdd.value)
utils_emitter.emitter.emit("addRegion", addressParam.value.region);
});
const defaultAddress = (event) => {
event.detail.value[0] ? addressParam.value.isDefault = 1 : addressParam.value.isDefault = 0;
};
const newAddress = async () => {
console.log(addressParam.value);
addressParam.value.userId = userInfo.value.id;
const values = Object.values(addressParam.value);
if (values.some((value) => value === null || value === void 0 || value === "")) {
await common_vendor.index.showToast({
@ -34,16 +45,33 @@ const _sfc_main = {
});
return;
}
const res = await common_vendor.index.request({
url: api_request.baseUrl + "/address/add",
method: "POST",
header: {
"cookie": common_vendor.wx$1.getStorageSync("cookie")
},
data: { ...addressParam.value }
});
console.log("res==>", res.data);
if (res.data.code === 1) {
console.log(addressParam.value);
if (addressParam.value.id != void 0) {
const res = await common_vendor.index.request({
url: api_request.baseUrl + "/address/update",
method: "POST",
header: {
"cookie": common_vendor.wx$1.getStorageSync("cookie")
},
data: { ...addressParam.value }
});
console.log("res1==>", res.data);
sucRes(res.data.code);
} else {
const res = await common_vendor.index.request({
url: api_request.baseUrl + "/address/add",
method: "POST",
header: {
"cookie": common_vendor.wx$1.getStorageSync("cookie")
},
data: { ...addressParam.value }
});
console.log("res2==>", res.data);
sucRes(res.data.code);
}
};
const sucRes = (res) => {
if (res === 1) {
common_vendor.index.navigateBack({
//返回上一页
});
@ -61,16 +89,13 @@ const _sfc_main = {
b: common_vendor.o(($event) => addressParam.value.name = $event.detail.value),
c: addressParam.value.phone,
d: common_vendor.o(($event) => addressParam.value.phone = $event.detail.value),
e: addressParam.value.region,
f: common_vendor.o(($event) => addressParam.value.region = $event.detail.value),
g: common_vendor.unref(common_assets.dingwei),
h: addressParam.value.detailAddress,
i: common_vendor.o(($event) => addressParam.value.detailAddress = $event.detail.value),
j: common_vendor.o(defaultAddress),
k: common_vendor.o(newAddress)
e: addressParam.value.detailAddress,
f: common_vendor.o(($event) => addressParam.value.detailAddress = $event.detail.value),
g: common_vendor.o(defaultAddress),
h: common_vendor.o(newAddress)
};
};
}
};
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);

View File

@ -1,4 +1,6 @@
{
"navigationBarTitleText": "",
"usingComponents": {}
"usingComponents": {
"add-selected": "../../order/component/addSelected"
}
}

View File

@ -1 +1 @@
<view class="flex-col page data-v-fb57d854"><view class="flex-col group data-v-fb57d854"><text class="self-start font_2 text data-v-fb57d854">收货信息</text><view class="flex-col self-stretch section mt-15 data-v-fb57d854"><view class="flex-row items-center group_2 data-v-fb57d854"><text class="font_2 data-v-fb57d854">收货人</text><input class="text-wrapper ml-27 data-v-fb57d854" placeholder="请输入姓名" value="{{a}}" bindinput="{{b}}"/></view><view class="flex-row items-center group_3 data-v-fb57d854"><text class="font_2 text_3 data-v-fb57d854">手机号码</text><input class="text-wrapper_2 ml-12 data-v-fb57d854" placeholder="请输入手机号码" value="{{c}}" bindinput="{{d}}"/></view><view class="flex-row items-center group_4 data-v-fb57d854"><text class="font_2 text_5 data-v-fb57d854">所在地区</text><view class="flex-col justify-start flex-1 relative group_5 ml-13 data-v-fb57d854"><input class="text-wrapper_3 data-v-fb57d854" placeholder="请输入地区" value="{{e}}" bindinput="{{f}}"/><image class="image pos data-v-fb57d854" src="{{g}}"/></view></view><view class="flex-row items-center group_6 data-v-fb57d854"><text class="font_2 text_7 data-v-fb57d854">详细地址</text><block wx:if="{{r0}}"><textarea class="section_2 ml-12 data-v-fb57d854" placeholder="输入详细地址" value="{{h}}" bindinput="{{i}}"/></block></view><view class="flex-row justify-between items-center group_7 data-v-fb57d854"><checkbox-group class="data-v-fb57d854" bindchange="{{j}}"><text class="font_2 data-v-fb57d854">设为默认收货地址</text><checkbox class="data-v-fb57d854" value="1"/></checkbox-group></view></view></view><view class="flex-col justify-start items-center section_3 mt-462 data-v-fb57d854"><view class="flex-col justify-start items-center text-wrapper_4 data-v-fb57d854" bindtap="{{k}}"><text class="text_8 data-v-fb57d854">保存并使用</text></view></view></view>
<view class="flex-col page data-v-fb57d854"><view class="flex-col group data-v-fb57d854"><text class="self-start font_2 text data-v-fb57d854">收货信息</text><view class="flex-col self-stretch section mt-15 data-v-fb57d854"><view class="flex-row items-center group_2 data-v-fb57d854"><text class="font_2 data-v-fb57d854">收货人</text><input class="text-wrapper ml-27 data-v-fb57d854" placeholder="请输入姓名" value="{{a}}" bindinput="{{b}}"/></view><view class="flex-row items-center group_3 data-v-fb57d854"><text class="font_2 text_3 data-v-fb57d854">手机号码</text><input class="text-wrapper_2 ml-12 data-v-fb57d854" placeholder="请输入手机号码" value="{{c}}" bindinput="{{d}}"/></view><view class="flex-row items-center group_4 data-v-fb57d854"><text class="font_2 text_5 data-v-fb57d854">所在地区</text><view class="flex-col justify-start flex-1 relative group_5 ml-13 data-v-fb57d854"><view class="zujian data-v-fb57d854"><add-selected class="data-v-fb57d854" u-i="fb57d854-0" bind:__l="__l"></add-selected></view><image class="image pos data-v-fb57d854" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FkYDyjpPh-dingwei.png"/></view></view><view class="flex-row items-center group_6 data-v-fb57d854"><text class="font_2 text_7 data-v-fb57d854">详细地址</text><block wx:if="{{r0}}"><textarea class="section_2 ml-12 data-v-fb57d854" placeholder="输入详细地址" value="{{e}}" bindinput="{{f}}"/></block></view><view class="flex-row justify-between items-center group_7 data-v-fb57d854"><checkbox-group class="data-v-fb57d854" bindchange="{{g}}"><text class="font_2 data-v-fb57d854">设为默认收货地址</text><checkbox class="data-v-fb57d854" value="1"/></checkbox-group></view></view></view><view class="flex-col justify-start items-center section_3 mt-462 data-v-fb57d854"><view class="flex-col justify-start items-center text-wrapper_4 data-v-fb57d854" bindtap="{{h}}"><text class="text_8 data-v-fb57d854">保存并使用</text></view></view></view>

View File

@ -524,4 +524,9 @@ text.data-v-fb57d854 {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.9rpx;
}
.zujian.data-v-fb57d854 {
height: 100rpx;
width: 450rpx;
margin-left: 50rpx;
}

View File

@ -9,8 +9,9 @@ const _sfc_main = {
const allCheck = common_vendor.ref(false);
const checkedData = common_vendor.ref([]);
const totalPrice = common_vendor.ref(0);
common_vendor.wx$1.getStorageSync("userInfo");
common_vendor.onMounted(() => {
const stateText = common_vendor.ref({
topBtn: "编辑",
bottomBtn: "去结算"
});
common_vendor.onShow(() => {
getProductCart();
@ -29,9 +30,25 @@ const _sfc_main = {
item.checked = false;
});
}
console.log("res--->", res);
console.log("products-->", products.value);
};
const deleteProduct = async (idArr) => {
const res = await common_vendor.index.request({
url: api_request.baseUrl + "/cart/delete",
method: "POST",
data: idArr,
header: {
"cookie": common_vendor.wx$1.getStorageSync("cookie")
}
});
console.log(res.data);
if (res.data.code === 1) {
common_vendor.index.reLaunch({
url: "/pages/Shopping-cart/productmain/productmain"
});
totalPrice.value = 0;
}
};
const changeType = async (num) => {
current.value = num;
};
@ -39,21 +56,25 @@ const _sfc_main = {
"border-bottom": current.value === num ? "2px solid orange" : "2px solid #ffffff"
});
const checkBoxChange = (event) => {
console.log("方法被触发");
console.log("length---->", event.detail.value.length);
if (event.detail.value.length == products.value.length) {
allCheck.value = true;
} else {
allCheck.value = false;
}
checkedData.value = [{}];
checkedData.value = [];
totalPrice.value = 0;
let count = 0;
console.log("event--->", event.detail);
products.value[parseInt(event.detail.value)].checked = true;
if (event.detail.value.length) {
products.value[parseInt(event.detail.value)].checked = true;
} else {
products.value.forEach((item) => {
item.checked = false;
});
}
for (let key in event.detail.value) {
let temp = parseInt(event.detail.value[parseInt(key)]);
computed(products.value[temp].goodVO.price, products.value[temp].quantity);
computed(products.value[temp].cartGoodVO.price, products.value[temp].quantity);
}
event.detail.value.forEach((item) => {
products.value[parseInt(item)].checked = true;
@ -68,11 +89,7 @@ const _sfc_main = {
event.detail.value.forEach((item) => {
console.log("products.value[parseInt(item)].goodId", products.value[parseInt(item)].goodId);
if (products.value[parseInt(item)] !== null) {
checkedData.value[count] = {
goodId: products.value[parseInt(item)].goodId,
quantity: products.value[parseInt(item)].quantity
};
count += 1;
checkedData.value.push(products.value[parseInt(item)].id);
}
});
console.log("checkedData--->", checkedData.value);
@ -83,12 +100,9 @@ const _sfc_main = {
if (allCheck.value == true) {
products.value.forEach((item) => {
item.checked = true;
computed(item.goodVO.price, item.quantity);
computed(item.cartGoodVO.price, item.quantity);
});
checkedData.value = products.value.map((item) => ({
goodId: item.goodId,
quantity: item.quantity
}));
checkedData.value = products.value.map((item) => item.id);
console.log("checkedData--->", checkedData.value);
} else {
products.value.forEach((item) => {
@ -97,54 +111,104 @@ const _sfc_main = {
}
};
const decrease = (index, item) => {
console.log("decrease,index-->", index);
console.log("decrease,item-->", item);
if (products.value[index].quantity > 1) {
products.value[index].quantity -= 1;
if (item && products.value[index].quantity >= 1) {
computed(-products.value[index].goodVO.price, 1);
computed(-products.value[index].cartGoodVO.price, 1);
}
}
};
const increase = (index, item) => {
if (products.value[index].quantity <= 99) {
console.log("increase,index-->", index);
console.log("increase,item-->", item);
if (products.value[index].quantity < products.value[index].cartGoodVO.inventory) {
if (item && products.value[index].quantity <= products.value[index].cartGoodVO.inventory) {
computed(products.value[index].cartGoodVO.price, 1);
}
products.value[index].quantity += 1;
}
if (item) {
computed(products.value[index].goodVO.price, 1);
}
};
const computed = (price, quantity) => {
totalPrice.value += price * quantity;
totalPrice.value = common_vendor.round(totalPrice.value + price * quantity, 2);
return totalPrice.value;
};
const jump_product = () => {
const jump_product = (gid) => {
common_vendor.index.navigateTo({
url: "../../../pages/store-home/ProductDetails/ProductDetails"
url: "../../../pages/store-home/ProductDetails/ProductDetails?gid=" + JSON.stringify(gid)
});
};
const goToBuy = () => {
console.log("要传到订单详情页面的checked--->", checkedData.value);
common_vendor.index.navigateTo({
url: "/pages/order/product-waitpay/product-waitpay?cartInfo=" + JSON.stringify(checkedData.value)
});
const editOrSettle = async () => {
if (stateText.value.bottomBtn === "去结算") {
if (checkedData.value.length === 0) {
return;
}
const res = await common_vendor.index.request({
url: api_request.baseUrl + "/cart/submit/error",
method: "POST",
header: {
"cookie": common_vendor.wx$1.getStorageSync("cookie")
}
});
console.log(res.data);
if (res.data.data.length != 0) {
common_vendor.index.showModal({
title: "提示",
content: "购物车商品发生改变,点击移除变化商品",
showCancel: false,
success: (e) => {
if (e.confirm) {
deleteProduct(res.data.data);
}
}
});
} else {
common_vendor.index.navigateTo({
url: "/pages/order/product-waitpay/product-waitpay?cartInfo=" + JSON.stringify(checkedData.value)
});
checkedData.value.splice(0, checkedData.value.length);
}
} else {
common_vendor.index.showModal({
title: "提示",
content: "是否删除商品?",
success: (e) => {
if (e.confirm) {
deleteProduct(checkedData.value);
} else if (e.cancel)
return;
}
});
}
};
const changeState = () => {
if (stateText.value.topBtn === "编辑") {
stateText.value.topBtn = "完成", stateText.value.bottomBtn = "删除";
} else {
stateText.value.topBtn = "编辑", stateText.value.bottomBtn = "去结算";
}
};
return (_ctx, _cache) => {
return {
a: common_vendor.s(getTextStyle(1)),
b: common_vendor.o(($event) => changeType(1)),
c: common_vendor.s(getTextStyle(2)),
d: common_vendor.o(($event) => changeType(2)),
e: common_vendor.f(products.value, (item, index, i0) => {
a: common_vendor.t(stateText.value.topBtn),
b: common_vendor.o(changeState),
c: common_vendor.s(getTextStyle(1)),
d: common_vendor.o(($event) => changeType(1)),
e: common_vendor.s(getTextStyle(2)),
f: common_vendor.o(($event) => changeType(2)),
g: common_vendor.f(products.value, (item, index, i0) => {
return common_vendor.e(current.value == 1 ? {
a: index,
b: item.checked,
c: item.goodVO.goodImg,
d: common_vendor.o(jump_product, index),
e: common_vendor.t(item.goodVO.name),
f: common_vendor.o(jump_product, index),
g: common_vendor.t(item.goodVO.type),
h: common_vendor.o(jump_product, index),
i: common_vendor.t(item.goodVO.price),
j: common_vendor.o(jump_product, index),
c: item.cartGoodVO.goodImg.split(";")[0],
d: common_vendor.o(($event) => jump_product(item.goodId), index),
e: common_vendor.t(item.cartGoodVO.name),
f: common_vendor.o(($event) => jump_product(item.goodId), index),
g: common_vendor.t(item.cartGoodVO.type),
h: common_vendor.o(($event) => jump_product(item.goodId), index),
i: common_vendor.t(item.cartGoodVO.price),
j: common_vendor.o(($event) => jump_product(item.goodId), index),
k: common_vendor.o(($event) => decrease(index, item.checked), index),
l: common_vendor.t(item.quantity),
m: common_vendor.o(($event) => increase(index, item.checked), index)
@ -152,16 +216,17 @@ const _sfc_main = {
n: index
});
}),
f: current.value == 1,
g: current.value == 2,
h: common_vendor.o(checkBoxChange),
i: allCheck.value,
j: common_vendor.o(allChecked),
k: common_vendor.t(totalPrice.value),
l: common_vendor.o(goToBuy)
h: current.value == 1,
i: current.value == 2,
j: common_vendor.o(checkBoxChange),
k: allCheck.value,
l: common_vendor.o(allChecked),
m: common_vendor.t(totalPrice.value),
n: common_vendor.t(stateText.value.bottomBtn),
o: common_vendor.o(editOrSettle)
};
};
}
};
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);

View File

@ -1 +1 @@
<view class="flex-col page data-v-641af6de"><view class="flex-col data-v-641af6de"><view class="flex-col justify-start items-end text-wrapper data-v-641af6de"><text class="font text data-v-641af6de">编辑</text></view><view class="flex-col section data-v-641af6de"><view class="flex-row justify-between self-stretch group data-v-641af6de"><text class="font text_2 data-v-641af6de" style="{{a}}" bindtap="{{b}}">商品类</text><text class="font data-v-641af6de" style="{{c}}" bindtap="{{d}}">服务类</text></view></view><view class="flex-col list data-v-641af6de"><checkbox-group class="data-v-641af6de" bindchange="{{h}}"><view wx:for="{{e}}" wx:for-item="item" wx:key="n" class="flex-col list-item mt-8 data-v-641af6de"><view wx:if="{{f}}" class="flex-row section_1 data-v-641af6de"><checkbox class="shrink-0 self-center image_2 data-v-641af6de" value="{{item.a}}" checked="{{item.b}}"/><view class="flex-row flex-1 self-center group_2 data-v-641af6de"><image class="shrink-0 image data-v-641af6de" src="{{item.c}}" bindtap="{{item.d}}"/><view class="flex-col flex-1 group_3 ml-12 data-v-641af6de"><view class="flex-row group_4 data-v-641af6de"><text class="font_2 data-v-641af6de" bindtap="{{item.f}}">{{item.e}}</text><text class="font_2 ml-4 data-v-641af6de" bindtap="{{item.h}}">【{{item.g}}】</text></view><view class="flex-row items-center mt-47 data-v-641af6de"><view class="flex-row items-center self-stretch group_5 data-v-641af6de"><text class="font_3 text_3 data-v-641af6de" bindtap="{{item.j}}"><text class="font_4 data-v-641af6de">¥</text>{{item.i}}.<text class="font_4 data-v-641af6de">00</text></text></view></view></view></view><image class="shrink-0 self-start image_3 image_4 data-v-641af6de" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FosWvYyNx-short1.png" bindtap="{{item.k}}"/><view class="flex-row shrink-0 self-start group_9 data-v-641af6de"><view class="flex-col justify-start items-center text-wrapper_2 data-v-641af6de"><text class="font_5 text_4 data-v-641af6de">{{item.l}}</text></view><image class="image_5 ml-2 data-v-641af6de" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FGbdSQDul-add1.png" bindtap="{{item.m}}"/></view></view><view wx:if="{{g}}" class="flex-col list-item_2 mt-8 data-v-641af6de"><view class="flex-row data-v-641af6de"><image class="shrink-0 self-start image_2 image_8 data-v-641af6de" src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=radio.png"/><image class="shrink-0 image_7 data-v-641af6de" src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=service.png"/><view class="flex-col flex-1 group_1 data-v-641af6de"><text class="font_6 data-v-641af6de">【非遗手工艺体验】纸笺加工技艺-流沙笺团扇制作体验</text><view class="flex-row justify-between items-center section_3 mt-7 data-v-641af6de"><view class="flex-col items-start data-v-641af6de"><text class="font_7 data-v-641af6de">仿真丝团扇;上午场(09:30-12:00)</text><text class="font_8 text_5 mt-6 data-v-641af6de">预约日期2024-10-15</text></view><image class="image_9 data-v-641af6de" src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=pull.png"/></view></view></view><view class="flex-row justify-end items-center group_7 mt-14 data-v-641af6de"><view class="flex-row items-center data-v-641af6de"><text class="font_3 text_6 data-v-641af6de">138.</text><image class="shrink-0 image_6 data-v-641af6de" src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=storeRmb.png"/><text class="font_4 text_7 data-v-641af6de">00</text></view><view class="flex-row ml-82 data-v-641af6de"><image class="image_3 data-v-641af6de" src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=short1.png"/><view class="flex-col justify-start items-center text-wrapper_2 ml-2 data-v-641af6de"><text class="font_5 text_8 data-v-641af6de">1</text></view><image class="image_5 ml-2 data-v-641af6de" src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=add1.png"/></view></view></view></view></checkbox-group></view></view><view class="flex-row justify-between items-center section_4 mt-569 data-v-641af6de"><view class="flex-row items-center data-v-641af6de"><checkbox class="shrink-0 image_2 data-v-641af6de" checked="{{i}}" bindtap="{{j}}"/><text class="ml-10 font text_10 data-v-641af6de">全选</text></view><view class="flex-row items-center group_3 data-v-641af6de"><text class="font data-v-641af6de">合计:</text><image class="shrink-0 image_7 image_9 data-v-641af6de" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJipaVPoQ-storeRmb.png"/><text class="font text_12 data-v-641af6de">{{k}}</text><view class="flex-col justify-start items-center shrink-0 text-wrapper_3 data-v-641af6de" bindtap="{{l}}"><text class="text_11 data-v-641af6de">去结算</text></view></view></view></view>
<view class="flex-col page data-v-641af6de"><view class="flex-col data-v-641af6de"><view class="flex-col justify-start items-end text-wrapper data-v-641af6de"><text class="font text data-v-641af6de" bindtap="{{b}}">{{a}}</text></view><view class="flex-col section data-v-641af6de"><view class="flex-row justify-between self-stretch group data-v-641af6de"><text class="font text_2 data-v-641af6de" style="{{c}}" bindtap="{{d}}">商品类</text><text class="font data-v-641af6de" style="{{e}}" bindtap="{{f}}">服务类</text></view></view><view class="flex-col list data-v-641af6de"><checkbox-group class="data-v-641af6de" bindchange="{{j}}"><view wx:for="{{g}}" wx:for-item="item" wx:key="n" class="flex-col list-item mt-8 data-v-641af6de"><view wx:if="{{h}}" class="flex-row section_1 data-v-641af6de"><checkbox class="shrink-0 self-center image_2 data-v-641af6de" value="{{item.a}}" checked="{{item.b}}"/><view class="flex-row flex-1 self-center group_2 data-v-641af6de"><image class="shrink-0 image data-v-641af6de" src="{{item.c}}" bindtap="{{item.d}}"/><view class="flex-col flex-1 group_3 ml-12 data-v-641af6de"><view class="flex-row group_4 data-v-641af6de"><text class="font_2 data-v-641af6de" bindtap="{{item.f}}">{{item.e}}</text><text class="font_2 ml-4 data-v-641af6de" bindtap="{{item.h}}">【{{item.g}}】</text></view><view class="flex-row items-center mt-47 data-v-641af6de"><view class="flex-row items-center self-stretch group_5 data-v-641af6de"><text class="font_3 text_3 data-v-641af6de" bindtap="{{item.j}}"><text class="font_4 data-v-641af6de">¥</text>{{item.i}}</text></view></view></view></view><image class="shrink-0 self-start image_3 image_4 data-v-641af6de" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FosWvYyNx-short1.png" bindtap="{{item.k}}"/><view class="flex-row shrink-0 self-start group_9 data-v-641af6de"><view class="flex-col justify-start items-center text-wrapper_2 data-v-641af6de"><text class="font_5 text_4 data-v-641af6de">{{item.l}}</text></view><image class="image_5 ml-2 data-v-641af6de" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FGbdSQDul-add1.png" bindtap="{{item.m}}"/></view></view><view wx:if="{{i}}" class="flex-col list-item_2 mt-8 data-v-641af6de"><view class="flex-row data-v-641af6de"><image class="shrink-0 self-start image_2 image_8 data-v-641af6de" src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=radio.png"/><image class="shrink-0 image_7 data-v-641af6de" src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=service.png"/><view class="flex-col flex-1 group_1 data-v-641af6de"><text class="font_6 data-v-641af6de">【非遗手工艺体验】纸笺加工技艺-流沙笺团扇制作体验</text><view class="flex-row justify-between items-center section_3 mt-7 data-v-641af6de"><view class="flex-col items-start data-v-641af6de"><text class="font_7 data-v-641af6de">仿真丝团扇;上午场(09:30-12:00)</text><text class="font_8 text_5 mt-6 data-v-641af6de">预约日期2024-10-15</text></view><image class="image_9 data-v-641af6de" src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=pull.png"/></view></view></view><view class="flex-row justify-end items-center group_7 mt-14 data-v-641af6de"><view class="flex-row items-center data-v-641af6de"><text class="font_3 text_6 data-v-641af6de">138.</text><image class="shrink-0 image_6 data-v-641af6de" src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=storeRmb.png"/><text class="font_4 text_7 data-v-641af6de">00</text></view><view class="flex-row ml-82 data-v-641af6de"><image class="image_3 data-v-641af6de" src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=short1.png"/><view class="flex-col justify-start items-center text-wrapper_2 ml-2 data-v-641af6de"><text class="font_5 text_8 data-v-641af6de">1</text></view><image class="image_5 ml-2 data-v-641af6de" src="https://ide.code.fun/api/image?token=672db25dc471750012de4901&name=add1.png"/></view></view></view></view></checkbox-group></view></view><view class="flex-row justify-between items-center section_4 mt-569 data-v-641af6de"><view class="flex-row items-center data-v-641af6de"><checkbox class="shrink-0 image_2 data-v-641af6de" checked="{{k}}" bindtap="{{l}}"/><text class="ml-10 font text_10 data-v-641af6de">全选</text></view><view class="flex-row items-center group_3 data-v-641af6de"><text class="font data-v-641af6de">合计:</text><image class="shrink-0 image_7 image_9 data-v-641af6de" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FJipaVPoQ-storeRmb.png"/><text class="font text_12 data-v-641af6de">{{m}}</text><view class="flex-col justify-start items-center shrink-0 text-wrapper_3 data-v-641af6de" bindtap="{{o}}"><text class="text_11 data-v-641af6de">{{n}}</text></view></view></view></view>

View File

@ -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);

View File

@ -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);

View File

@ -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"]]);
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);

View File

@ -45,4 +45,5 @@ const _sfc_main = {
};
}
};
wx.createPage(_sfc_main);
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/微信小程序/课设整合/匠承非遗小程序端/jiangchengfeiyi-xiaochengxu/pages/booking/CostumeDetails/CostumeDetails.vue"]]);
wx.createPage(MiniProgramPage);

View File

@ -45,17 +45,16 @@ const _sfc_main = {
a: common_vendor.f(label.value, (item, index, i0) => {
return {
a: item.image,
b: item.image,
c: common_vendor.t(item.name),
d: common_vendor.t(item.intro),
e: common_vendor.t(item.price),
f: index,
g: common_vendor.o(($event) => goToText(index), index)
b: common_vendor.t(item.name),
c: common_vendor.t(item.intro),
d: common_vendor.t(item.price),
e: index,
f: common_vendor.o(($event) => goToText(index), index)
};
})
};
};
}
};
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-d97852c0"]]);
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-d97852c0"], ["__file", "D:/微信小程序/课设整合/匠承非遗小程序端/jiangchengfeiyi-xiaochengxu/pages/booking/CostumeDisplay/CostumeDisplay.vue"]]);
wx.createPage(MiniProgramPage);

View File

@ -1 +1 @@
<view class="flex-col page data-v-d97852c0"><view class="flex-col section data-v-d97852c0"><text class="self-start text data-v-d97852c0">服装展示</text><view class="flex-col self-stretch mt-21 data-v-d97852c0"><view wx:for="{{a}}" wx:for-item="item" wx:key="f" class="flex-row items-center mt-10 list-item data-v-d97852c0" bindtap="{{item.g}}"><image class="shrink-0 image_2 data-v-d97852c0" src="{{item.a}}"/><view class="flex-col flex-1 ml-11 data-v-d97852c0"><view class="flex-col self-stretch data-v-d97852c0"><view class="flex-row justify-end self-stretch group data-v-d97852c0"><text class="font data-v-d97852c0">详细信息</text><image class="image data-v-d97852c0" src="{{item.b}}"/></view><text class="self-start font_2 text_2 mt-3 data-v-d97852c0">{{item.c}}</text></view><view class="self-stretch group_2 mt-5 data-v-d97852c0"><text class="font_4 data-v-d97852c0">服装简介:</text><text class="font_3 data-v-d97852c0">{{item.d}}</text></view><text class="self-end font_5 mt-5 data-v-d97852c0">¥{{item.e}}</text></view></view></view></view><view class="mt-48 flex-row items-center section_2 data-v-d97852c0"><view class="flex-col items-center shrink-0 section_3 data-v-d97852c0"><image class="image_3 data-v-d97852c0" src="https://ide.code.fun/api/image?token=674eb236797f850011f0c44a&name=4b56fed14a39630ca2312edf6e34c024.png"/><text class="mt-2 text_4 data-v-d97852c0">客服</text></view><view class="ml-34 flex-col justify-start items-center flex-1 text-wrapper data-v-d97852c0"><text class="text_3 data-v-d97852c0">现在去预约</text></view></view></view>
<view class="flex-col justify-start relative page data-v-d97852c0"><view class="shrink-0 section data-v-d97852c0"></view><view class="flex-col justify-start items-center text-wrapper pos data-v-d97852c0"><text class="text data-v-d97852c0">服装详情</text></view><view class="flex-col pos_2 data-v-d97852c0"><view wx:for="{{a}}" wx:for-item="item" wx:key="e" class="flex-row items-center list-item data-v-d97852c0" bindtap="{{item.f}}"><image class="shrink-0 image data-v-d97852c0" src="{{item.a}}"/><view class="flex-col flex-1 ml-5 data-v-d97852c0"><text class="self-start font data-v-d97852c0">{{item.b}}</text><text class="self-start font_2 text_2 data-v-d97852c0">{{item.c}}</text><text class="self-end font_3 text_3 data-v-d97852c0">¥{{item.d}}</text></view></view></view><view class="flex-row justify-between items-center section_4 pos_3 data-v-d97852c0"><view class="flex-col items-center data-v-d97852c0"><image class="image_2 data-v-d97852c0" src="https://ide.code.fun/api/image?token=67610a10797f850011f30392&name=a18599a262f28b8e3d504092795de649.png"/><text class="text_5 mt-3 data-v-d97852c0">客服</text></view><view class="flex-col justify-start items-center text-wrapper_2 data-v-d97852c0"><text class="font text_4 data-v-d97852c0">现在去预约</text></view></view></view>

View File

@ -401,126 +401,118 @@ text.data-v-d97852c0 {
.mt-100.data-v-d97852c0 {
margin-top: 187.5rpx;
}
.mt-21.data-v-d97852c0 {
margin-top: 39.38rpx;
}
.ml-11.data-v-d97852c0 {
margin-left: 20.63rpx;
.ml-5.data-v-d97852c0 {
margin-left: 9.38rpx;
}
.mt-3.data-v-d97852c0 {
margin-top: 5.63rpx;
}
.mt-5.data-v-d97852c0 {
margin-top: 9.38rpx;
}
.page.data-v-d97852c0 {
padding-top: 69.38rpx;
background-color: #f5f5dc;
background-color: #ffffff;
overflow: hidden;
background-image: url("https://ide.code.fun/api/image?token=67610a10797f850011f30392&name=7f5f6eb3a306f1097a8541736adfb354.png");
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.section.data-v-d97852c0 {
margin: 0 18.75rpx;
padding: 37.5rpx 30rpx 129.38rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
background-image: url("https://ide.code.fun/api/image?token=67610a10797f850011f30392&name=7f5f6eb3a306f1097a8541736adfb354.png");
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;
height: 1659.38rpx;
}
.text-wrapper.data-v-d97852c0 {
padding: 26.25rpx 0 22.5rpx;
background-color: #ebe7e480;
}
.pos.data-v-d97852c0 {
position: absolute;
left: 0;
right: 0;
top: 0;
}
.text.data-v-d97852c0 {
color: #000000;
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.71rpx;
font-size: 37.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 36.34rpx;
}
.pos_2.data-v-d97852c0 {
position: absolute;
left: 45rpx;
right: 37.5rpx;
top: 150rpx;
}
.list-item.data-v-d97852c0 {
padding: 22.5rpx 22.5rpx 22.5rpx 30rpx;
background-color: #fff3c3;
border-radius: 9.38rpx;
}
.list-item.data-v-d97852c0:first-child {
margin-top: 0;
}
.image_2.data-v-d97852c0 {
border-radius: 9.38rpx;
width: 148.13rpx;
height: 165rpx;
}
.group.data-v-d97852c0 {
padding: 0 3.75rpx;
}
.font.data-v-d97852c0 {
font-size: 18.75rpx;
font-family: Open Sans;
line-height: 17.44rpx;
color: #323232;
padding: 0 7.5rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
}
.image.data-v-d97852c0 {
width: 15rpx;
height: 15rpx;
width: 161.25rpx;
height: 219.38rpx;
}
.font.data-v-d97852c0 {
font-size: 28.13rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 27.69rpx;
color: #000000;
}
.font_2.data-v-d97852c0 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 22.5rpx;
color: #323232;
font-size: 22.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 27.69rpx;
color: #00000099;
}
.text_2.data-v-d97852c0 {
line-height: 24.26rpx;
}
.group_2.data-v-d97852c0 {
line-height: 22.5rpx;
}
.font_4.data-v-d97852c0 {
font-size: 18.75rpx;
font-family: Open Sans;
line-height: 22.5rpx;
color: #323232;
margin-top: 18.75rpx;
line-height: 26.25rpx;
width: 427.5rpx;
}
.font_3.data-v-d97852c0 {
font-size: 18.75rpx;
font-family: Open Sans;
line-height: 22.5rpx;
color: #828282;
}
.font_5.data-v-d97852c0 {
font-size: 33.75rpx;
font-family: Times New Roman;
line-height: 24.73rpx;
color: #ff3c3c;
}
.section_2.data-v-d97852c0 {
background-color: #fffef8;
position: fixed;
bottom: 0;
width: 100%;
}
.section_3.data-v-d97852c0 {
padding: 15rpx 0;
background-color: #ffc470;
width: 118.13rpx;
height: 114.38rpx;
}
.image_3.data-v-d97852c0 {
width: 52.5rpx;
height: 52.5rpx;
}
.text_4.data-v-d97852c0 {
color: #fffef8;
font-size: 26.25rpx;
font-family: Inter;
line-height: 24.17rpx;
}
.text-wrapper.data-v-d97852c0 {
margin-right: 26.25rpx;
padding: 26.25rpx 0;
background-color: #fbb612;
border-radius: 75rpx;
height: 82.5rpx;
font-size: 28.13rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 18.79rpx;
color: #ff0707;
}
.text_3.data-v-d97852c0 {
margin-right: 18.75rpx;
}
.section_4.data-v-d97852c0 {
padding: 15rpx 45rpx;
background-color: #ffffff;
}
.pos_3.data-v-d97852c0 {
position: absolute;
left: 0;
right: 0;
position: fixed;
bottom: 0;
}
.image_2.data-v-d97852c0 {
width: 46.88rpx;
height: 46.88rpx;
}
.text_5.data-v-d97852c0 {
color: #9d2624;
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 20.72rpx;
}
.text-wrapper_2.data-v-d97852c0 {
margin-right: 22.5rpx;
padding: 30rpx 0 26.25rpx;
background-color: #e79ea1;
border-radius: 75rpx;
width: 466.14rpx;
height: 82.5rpx;
}
.text_4.data-v-d97852c0 {
color: #ffffff;
font-size: 30rpx;
font-family: Inter;
line-height: 27.86rpx;
line-height: 27.43rpx;
}

View File

@ -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"]]);
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);

View File

@ -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);

View File

@ -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"]]);
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);

View File

@ -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"]]);
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);

View File

@ -12,6 +12,7 @@ if (!Math) {
const _sfc_main = {
__name: "respectable",
setup(__props) {
common_vendor.ref([null, null, null, null]);
common_vendor.onMounted(() => {
getWhole();
});
@ -39,13 +40,13 @@ const _sfc_main = {
{
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FObQGBPnJ-zhuangfa.png",
name: "妆发预约",
price: "20",
num: 0,
title: "包括底妆,眉毛,眼妆,腮红和唇妆,根据您的肤色和服装风格进行个性化设计"
},
{
img: "https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FDFNymmCN-sheying.png",
name: "摄影服务",
price: "15",
num: 0,
title: "提供专业的摄影棚和灯光设备,为客户打造舒适的拍摄环境"
}
]);
@ -53,9 +54,6 @@ const _sfc_main = {
const showWhole = (zhiValue) => {
zhi.value = zhiValue;
};
const showOwn = (zhiValue) => {
zhi.value = zhiValue;
};
const close1 = () => {
popup1.value.close();
};
@ -66,19 +64,11 @@ const _sfc_main = {
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");
};
const selectedLocation = common_vendor.ref(null);
const handleLocationChange = (e) => {
selectedLocation.value = e.detail.value;
console.log(selectedLocation.value);
};
common_vendor.ref(null);
const goToText = (index) => {
console.log(index);
common_vendor.index.navigateTo({
@ -86,10 +76,13 @@ const _sfc_main = {
});
console.log(Whole.value[index].id);
};
const goToContact = () => {
common_vendor.index.navigateTo({
url: "/pages/mine/Contact/Contact"
});
const add = (index) => {
if (Own.value[index].num > 0) {
Own.value[index].num -= 1;
}
};
const jian = (index) => {
Own.value[index].num += 1;
};
return (_ctx, _cache) => {
return common_vendor.e({
@ -115,12 +108,11 @@ const _sfc_main = {
["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"
i: common_vendor.o(($event) => showWhole("0")),
j: common_vendor.o(($event) => showWhole("1")),
k: zhi.value === "0"
}, zhi.value === "0" ? {
m: common_vendor.f(Whole.value, (item, index, i0) => {
l: common_vendor.f(Whole.value, (item, index, i0) => {
return {
a: item.image,
b: common_vendor.t(item.clothesType),
@ -130,28 +122,26 @@ const _sfc_main = {
f: item,
g: common_vendor.o(($event) => goToText(index), item)
};
}),
n: common_vendor.o(handleLocationChange),
o: common_vendor.o(openPopup1)
})
} : {}, {
p: zhi.value === "1"
m: zhi.value === "1"
}, zhi.value === "1" ? {
q: common_vendor.f(Own.value, (item, k0, i0) => {
n: common_vendor.f(Own.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
c: common_vendor.t(item.title),
d: common_vendor.o(($event) => add(index), item),
e: common_vendor.t(item.num),
f: common_vendor.o(($event) => jian(index), item),
g: item
};
}),
r: common_vendor.o(handleLocationChange),
s: common_vendor.o(openPopup1)
})
} : {}, {
t: common_vendor.o(openPopup2)
o: 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);

File diff suppressed because one or more lines are too long

View File

@ -401,330 +401,50 @@ text.data-v-cad4fb76 {
.mt-100.data-v-cad4fb76 {
margin-top: 187.5rpx;
}
.ml-7.data-v-cad4fb76 {
margin-left: 13.13rpx;
.mt-104.data-v-cad4fb76 {
margin-top: 60rpx;
margin-right: 10rpx;
}
.ml-9.data-v-cad4fb76 {
margin-left: 16.88rpx;
.image-wrapper_2.data-v-cad4fb76 {
padding: 11.25rpx 0;
background-color: #f8dedf;
border-radius: 5.63rpx 0rpx 0rpx 5.63rpx;
width: 52.5rpx;
height: 52.5rpx;
}
.ml-13.data-v-cad4fb76 {
margin-left: 24.38rpx;
.text-wrapper_6.data-v-cad4fb76 {
padding: 15rpx 0 11.25rpx;
background-color: #f5f5dc;
width: 52.5rpx;
height: 52.5rpx;
}
.ml-21.data-v-cad4fb76 {
margin-left: 39.38rpx;
.image-wrapper_3.data-v-cad4fb76 {
padding: 11.25rpx 0;
background-color: #f8dedf;
border-radius: 0rpx 5.63rpx 5.63rpx 0rpx;
width: 52.5rpx;
height: 52.5rpx;
}
.ml-1.data-v-cad4fb76 {
margin-left: 1.88rpx;
.image_33.data-v-cad4fb76 {
width: 33.75rpx;
height: 33.75rpx;
}
.mt-15.data-v-cad4fb76 {
margin-top: 28.13rpx;
}
.ml-23.data-v-cad4fb76 {
margin-left: 43.13rpx;
}
.mt-11.data-v-cad4fb76 {
margin-top: 20.63rpx;
.mt-7.data-v-cad4fb76 {
margin-top: 13.13rpx;
}
.ml-3.data-v-cad4fb76 {
margin-left: 5.63rpx;
}
.page.data-v-cad4fb76 {
padding-top: 45rpx;
background-color: #f5f5dc;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.font_66.data-v-cad4fb76 {
.font_33.data-v-cad4fb76 {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 26.25rpx;
color: #898989;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 25.13rpx;
color: #8a8a8a;
}
.group.data-v-cad4fb76 {
padding-top: 11.25rpx;
}
.section.data-v-cad4fb76 {
margin-left: 71.25rpx;
background-color: #ffffff00;
border-radius: 18.75rpx;
width: 281.25rpx;
height: 281.25rpx;
}
.font.data-v-cad4fb76 {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.75rpx;
color: #323232;
}
.text.data-v-cad4fb76 {
line-height: 27.96rpx;
}
.pos.data-v-cad4fb76 {
position: absolute;
left: 21.62rpx;
top: 0;
}
.section_2.data-v-cad4fb76 {
padding-left: 33.75rpx;
padding-right: 28.13rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
}
.pos_2.data-v-cad4fb76 {
position: absolute;
left: 20.63rpx;
right: 20.63rpx;
top: 53.63rpx;
}
.group_2.data-v-cad4fb76 {
padding: 31.88rpx 0 15rpx;
border-bottom: solid 1.88rpx #e2e0e0;
}
.image.data-v-cad4fb76 {
width: 43.13rpx;
height: 43.13rpx;
}
.font_2.data-v-cad4fb76 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 24.3rpx;
color: #323232;
}
.text_2.data-v-cad4fb76 {
line-height: 24rpx;
}
.text_3.data-v-cad4fb76 {
line-height: 24rpx;
}
.image_2.data-v-cad4fb76 {
width: 33.75rpx;
height: 33.75rpx;
}
.group_3.data-v-cad4fb76 {
padding: 22.5rpx 0 37.5rpx;
}
.font_3.data-v-cad4fb76 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 31.88rpx;
color: #323232;
}
.group_4.data-v-cad4fb76 {
.text_55.data-v-cad4fb76 {
margin-top: 26.25rpx;
padding: 0 30rpx;
}
.text_4.data-v-cad4fb76 {
line-height: 27.69rpx;
}
.section_3.data-v-cad4fb76 {
padding: 31.88rpx 0;
background-color: #fffef8;
border-radius: 18.75rpx;
}
.equal-division.data-v-cad4fb76 {
margin: 0 41.25rpx;
}
.section_4.data-v-cad4fb76 {
flex: 1 1 281.25rpx;
}
.image_3.data-v-cad4fb76 {
width: 192rpx;
height: 192rpx;
}
.font_4.data-v-cad4fb76 {
font-size: 30rpx;
font-family: Inter;
line-height: 27.75rpx;
color: #323232;
}
.text_5.data-v-cad4fb76 {
line-height: 27.99rpx;
}
.section_5.data-v-cad4fb76 {
position: relative;
flex: 1 1 281.25rpx;
}
.clickable-item.data-v-cad4fb76 {
padding: 15rpx 0 41.25rpx;
background-color: white;
border-radius: 18.75rpx;
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 {
background-color: #ffffff99;
border-radius: 18.75rpx;
width: 281.25rpx;
height: 281.25rpx;
}
.pos_3.data-v-cad4fb76 {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.section_7.data-v-cad4fb76 {
margin-top: 30rpx;
padding-bottom: 46.88rpx;
background-color: #fff3c3;
}
.group_5.data-v-cad4fb76 {
padding: 30rpx 30rpx 37.5rpx;
}
.text_6.data-v-cad4fb76 {
line-height: 27.86rpx;
}
.section_8.data-v-cad4fb76 {
margin-top: 16.88rpx;
padding: 26.25rpx 26.25rpx 26.25rpx 39.38rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
}
.view.data-v-cad4fb76 {
margin-top: 41.25rpx;
}
.image_4.data-v-cad4fb76 {
border-radius: 9.38rpx;
width: 118.13rpx;
height: 151.88rpx;
}
.text_7.data-v-cad4fb76 {
line-height: 24.26rpx;
}
.text_77.data-v-cad4fb76 {
line-height: 24.96rpx;
}
.font_6.data-v-cad4fb76 {
font-size: 33.75rpx;
font-family: Open Sans;
line-height: 24.3rpx;
color: #ff3c3c;
}
.text_8.data-v-cad4fb76 {
line-height: 24.81rpx;
}
.button.data-v-cad4fb76 {
padding: 7.5rpx 0;
background-color: #fbb612;
border-radius: 9.38rpx;
width: 75rpx;
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-size: 22.5rpx;
font-family: Open Sans;
line-height: 20.72rpx;
color: #ffffff;
}
.image_5.data-v-cad4fb76 {
width: 37.5rpx;
height: 37.5rpx;
}
.text_10.data-v-cad4fb76 {
line-height: 24.15rpx;
}
.text_12.data-v-cad4fb76 {
line-height: 24.81rpx;
}
.text-wrapper.data-v-cad4fb76 {
padding: 7.5rpx 0;
background-color: #d9d9d9;
border-radius: 9.38rpx;
width: 75rpx;
height: 37.5rpx;
}
.text_11.data-v-cad4fb76 {
line-height: 20.61rpx;
}
.image_6.data-v-cad4fb76 {
width: 118.13rpx;
height: 151.88rpx;
}
.image_66.data-v-cad4fb76 {
border-radius: 9.38rpx;
width: 93.75rpx;
height: 118.13rpx;
}
.text_14.data-v-cad4fb76 {
line-height: 24.23rpx;
}
.divider.data-v-cad4fb76 {
margin: 0 22.5rpx;
background-color: #ff8550;
height: 1.88rpx;
}
.group_6.data-v-cad4fb76 {
padding: 22.5rpx 30rpx 0;
}
.text_15.data-v-cad4fb76 {
line-height: 27.64rpx;
}
.section_9.data-v-cad4fb76 {
flex: 1 1 322.5rpx;
padding: 26.25rpx 0;
background-color: #fffef8;
border-radius: 18.75rpx;
height: 153.75rpx;
}
.image_7.data-v-cad4fb76 {
border-radius: 9.38rpx;
width: 123.75rpx;
height: 101.25rpx;
}
.image_77.data-v-cad4fb76 {
margin-left: 48.75rpx;
}
.font_8.data-v-cad4fb76 {
font-size: 26.25rpx;
font-family: Inter;
line-height: 24.3rpx;
color: #000000;
}
.group_10.data-v-cad4fb76 {
margin-left: 22.5rpx;
margin-top: 15rpx;
width: 405rpx;
}
.text_16.data-v-cad4fb76 {
line-height: 24.21rpx;
}
.section_10.data-v-cad4fb76 {
background-color: #ffffff;
border-radius: 50%;
width: 33.75rpx;
height: 33.75rpx;
border-left: solid 1.88rpx #c4c4c4;
border-right: solid 1.88rpx #c4c4c4;
border-top: solid 1.88rpx #c4c4c4;
border-bottom: solid 1.88rpx #c4c4c4;
}
.text_17.data-v-cad4fb76 {
line-height: 24.09rpx;
}
.badge.data-v-cad4fb76 {
width: 28.13rpx;
height: 28.13rpx;
line-height: 26.25rpx;
width: 280rpx;
}
.font_7.data-v-cad4fb76 {
font-size: 22.5rpx;
@ -732,73 +452,216 @@ text.data-v-cad4fb76 {
line-height: 20.72rpx;
color: #8a8a8a;
}
.text_13.data-v-cad4fb76 {
line-height: 21.38rpx;
}
.text_9.data-v-cad4fb76 {
line-height: 21.36rpx;
}
.text_18.data-v-cad4fb76 {
color: #000000;
line-height: 20.77rpx;
.mt-11.data-v-cad4fb76 {
margin-top: 20.63rpx;
}
.section_11.data-v-cad4fb76 {
margin-top: 48.75rpx;
padding: 15rpx 22.5rpx;
background-color: #fffef8;
.page.data-v-cad4fb76 {
background-color: #ffffff;
background-image: url("https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png");
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.group_7.data-v-cad4fb76 {
width: 180.06rpx;
.section.data-v-cad4fb76 {
background-image: url("https://ide.code.fun/api/image?token=675fbf94797f850011f2bedf&name=17e1ca160ffb13e8723517aa1cebf07e.png");
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;
height: 1728.75rpx;
}
.group_77.data-v-cad4fb76 {
margin-left: 37.5rpx;
}
.pos_4.data-v-cad4fb76 {
.equal-division.data-v-cad4fb76 {
position: absolute;
right: 0;
bottom: 0;
left: 50%;
top: 136.88rpx;
transform: translateX(-50%);
}
.text_19.data-v-cad4fb76 {
color: #fbb612;
.group.data-v-cad4fb76 {
width: 650.63rpx;
}
.image.data-v-cad4fb76 {
width: 192rpx;
height: 192rpx;
}
.equal-division-item.data-v-cad4fb76 {
flex: 1 1 279.38rpx;
}
.section_2.data-v-cad4fb76 {
padding: 7.5rpx 26.25rpx 41.25rpx;
opacity: 0.85;
background-color: #ffffff;
border-radius: 18.75rpx;
height: 281.25rpx;
}
.section_3.data-v-cad4fb76 {
padding: 7.5rpx 22.5rpx 41.25rpx;
background-color: #ffffffcc;
border-radius: 18.75rpx;
height: 281.25rpx;
}
.font.data-v-cad4fb76 {
font-size: 30rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 28.59rpx;
color: #323232;
}
.text.data-v-cad4fb76 {
line-height: 27.69rpx;
}
.pos.data-v-cad4fb76 {
position: absolute;
left: 31.35rpx;
top: 49.84rpx;
}
.text_2.data-v-cad4fb76 {
line-height: 29.42rpx;
}
.text_3.data-v-cad4fb76 {
line-height: 28.84rpx;
}
.pos_2.data-v-cad4fb76 {
position: absolute;
left: 48.06rpx;
top: 537.66rpx;
}
.section_4.data-v-cad4fb76 {
background-color: #ffffff6c;
border-radius: 37.5rpx 37.5rpx 0 0;
}
.pos_3.data-v-cad4fb76 {
position: absolute;
left: 0;
right: 0;
top: 581.25rpx;
}
.list.data-v-cad4fb76 {
padding: 50.63rpx 45rpx;
}
.section_5.data-v-cad4fb76 {
margin-right: 15rpx;
padding: 13.13rpx 3.75rpx 37.5rpx 43.13rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
margin: 5px;
}
.image_2.data-v-cad4fb76 {
border-radius: 9.38rpx;
width: 118.13rpx;
height: 151.88rpx;
}
.group_2.data-v-cad4fb76 {
margin-bottom: 3.75rpx;
}
.font_2.data-v-cad4fb76 {
font-size: 26.25rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 24.3rpx;
color: #323232;
}
.text_4.data-v-cad4fb76 {
line-height: 25.43rpx;
}
.group_3.data-v-cad4fb76 {
margin-top: 26.25rpx;
}
.group_4.data-v-cad4fb76 {
line-height: 24.3rpx;
height: 24.3rpx;
}
.font_4.data-v-cad4fb76 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 16.8rpx;
color: #323232;
}
.font_3.data-v-cad4fb76 {
font-size: 33.75rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 24.3rpx;
color: #ff3c3c;
}
.text_5.data-v-cad4fb76 {
line-height: 22.54rpx;
}
.image_3.data-v-cad4fb76 {
width: 35.63rpx;
height: 37.5rpx;
}
.image_4.data-v-cad4fb76 {
margin-top: 67.5rpx;
}
.font_5.data-v-cad4fb76 {
font-size: 22.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 21.98rpx;
color: #898989;
}
.text_6.data-v-cad4fb76 {
margin-top: 7.5rpx;
line-height: 22.24rpx;
}
.section_9.data-v-cad4fb76 {
padding: 39.38rpx 30rpx 13.13rpx;
background-color: #ffffff;
position: fixed;
bottom: 0;
width: 100%;
}
.image_9.data-v-cad4fb76 {
margin-left: 67.5rpx;
width: 33.75rpx;
height: 33.75rpx;
}
.text_15.data-v-cad4fb76 {
color: #fb1212;
font-size: 33.75rpx;
font-family: Open Sans;
font-weight: 700;
line-height: 24.84rpx;
}
.text_21.data-v-cad4fb76 {
color: #fbb612;
.text_14.data-v-cad4fb76 {
margin-left: -146.25rpx;
color: #000000;
line-height: 24.09rpx;
}
.text_17.data-v-cad4fb76 {
margin-left: 75rpx;
color: #fb1212;
font-size: 26.25rpx;
font-family: Open Sans;
font-weight: 700;
line-height: 19.29rpx;
}
.button_3.data-v-cad4fb76 {
padding: 9.38rpx 11.25rpx;
.section_10.data-v-cad4fb76 {
margin-left: 26.25rpx;
padding: 7.5rpx 11.25rpx;
background-color: #d9d9d9;
border-radius: 9.38rpx;
height: 37.5rpx;
}
.text_22.data-v-cad4fb76 {
.text_18.data-v-cad4fb76 {
color: #323232;
font-size: 18.75rpx;
font-family: Inter;
line-height: 17.36rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 18.32rpx;
}
.image_8.data-v-cad4fb76 {
.image_10.data-v-cad4fb76 {
width: 18.75rpx;
height: 18.75rpx;
}
.button_2.data-v-cad4fb76 {
.text-wrapper.data-v-cad4fb76 {
padding: 26.25rpx 0;
background-color: #fbb612;
background-color: #e79ea1;
border-radius: 75rpx;
width: 238.13rpx;
height: 82.5rpx;
}
.text_20.data-v-cad4fb76 {
.text_16.data-v-cad4fb76 {
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;
line-height: 28.01rpx;
}

View File

@ -1,21 +1,16 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const api_request = require("../../api/request.js");
const common_assets = require("../../common/assets.js");
const _sfc_main = {
__name: "home",
setup(__props) {
const items = common_vendor.ref([null, null, null]);
const items_1 = common_vendor.ref([null, null, null]);
common_vendor.onShow(() => {
common_vendor.index.removeStorageSync("businessId");
getMyUser();
});
const jump_feiyi = () => {
common_vendor.index.navigateTo({
url: "/pages/workshop/index/index"
});
};
common_vendor.onLoad(() => {
getFonts();
});
const getMyUser = async () => {
const res = await common_vendor.index.request({
url: api_request.baseUrl + "/user/get/login",
@ -25,6 +20,7 @@ const _sfc_main = {
"cookie": common_vendor.wx$1.getStorageSync("cookie")
}
});
console.log("获取用户信息==>", res.data);
if (res.data.code === 40100) {
common_vendor.index.navigateTo({
url: "/pages/login/login"
@ -35,46 +31,58 @@ const _sfc_main = {
});
}
};
const jump_product = () => {
common_vendor.index.navigateTo({
url: "../../pages/store-home/ProductDetails/ProductDetails"
});
};
const jump_xiezhen = () => {
common_vendor.index.navigateTo({
url: "../../pages/booking/respectable/respectable"
});
};
const jump_feiyi = () => {
common_vendor.index.navigateTo({
url: "/pages/workshop/index/index"
});
};
const jump_store = () => {
common_vendor.index.switchTab({
url: "/pages/store-home/main/main"
});
};
const getFonts = () => {
common_vendor.index.loadFontFace({
family: "ZhongShanFonts",
source: `url("https://carbon2.obs.cn-north-4.myhuaweicloud.com/fonts/ZhongShanFonts.ttf")`,
success: (res) => {
console.log("success", res);
},
fail: (err) => {
console.log("err", err);
}
});
common_vendor.index.loadFontFace({
family: "FangZhengFonts",
source: `url("https://carbon2.obs.cn-north-4.myhuaweicloud.com/fonts/FangZhengFonts.TTF")`,
success: (res) => {
console.log("success", res);
},
fail: (err) => {
console.log("err", err);
}
});
};
const showStop = () => {
common_vendor.index.showModal({
title: "提示",
content: "正在开发中!"
});
};
return (_ctx, _cache) => {
return {
a: common_vendor.f(items.value, (item, index, i0) => {
return {
a: index
};
}),
a: common_vendor.o(jump_xiezhen),
b: common_vendor.o(jump_feiyi),
c: common_vendor.unref(common_assets.shizi),
d: common_vendor.unref(common_assets.rili),
e: common_vendor.o(jump_xiezhen),
f: common_vendor.unref(common_assets.you),
g: common_vendor.unref(common_assets.product),
h: common_vendor.o(jump_product),
i: common_vendor.unref(common_assets.product),
j: common_vendor.unref(common_assets.product),
k: common_vendor.unref(common_assets.you),
l: common_vendor.unref(common_assets.product),
m: common_vendor.unref(common_assets.product),
n: common_vendor.unref(common_assets.product),
o: common_vendor.unref(common_assets.you),
p: common_vendor.f(items_1.value, (item, index, i0) => {
return {
a: index
};
}),
q: common_vendor.unref(common_assets.xuanchuan)
c: common_vendor.o(jump_store),
d: common_vendor.o(showStop)
};
};
}
};
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);

View File

@ -1,4 +1,6 @@
{
"navigationBarTitleText": "",
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#ede8e7",
"usingComponents": {}
}

View File

@ -1 +1 @@
<view class="flex-col page data-v-07e72d3c"><swiper class="data-v-07e72d3c"><swiper-item wx:for="{{a}}" wx:for-item="item" wx:key="a" class="data-v-07e72d3c"></swiper-item></swiper><view class="flex-col section data-v-07e72d3c"><view class="flex-col data-v-07e72d3c"><text class="self-start font text text_2 data-v-07e72d3c">热门精品</text><view class="flex-col justify-start items-end self-stretch relative mt-16 data-v-07e72d3c"><view class="flex-row items-center section_3 data-v-07e72d3c"><text class="font_2 text_4 data-v-07e72d3c" bindtap="{{b}}">非遗工坊</text><image class="shrink-0 image_2 ml-13 data-v-07e72d3c" src="{{c}}"/></view><view class="flex-row items-center section_2 pos data-v-07e72d3c" bindtap="{{e}}"><image class="image_2 data-v-07e72d3c" src="{{d}}"/><text class="font_2 text_3 ml-9 data-v-07e72d3c">写真预约</text></view></view></view><view class="flex-col group mt-24 data-v-07e72d3c"><view class="flex-row justify-between group_2 data-v-07e72d3c"><text class="self-center font_3 text text_5 data-v-07e72d3c">推荐商品</text><view class="flex-row self-start group_3 data-v-07e72d3c"><text class="font_4 data-v-07e72d3c">更多</text><image class="shrink-0 image_3 data-v-07e72d3c" src="{{f}}"/></view></view><view class="flex-row equal-division data-v-07e72d3c"><view class="flex-col section_4 equal-division-item data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c" bindtap="{{h}}"><image class="image_4 data-v-07e72d3c" src="{{g}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view><view class="flex-col section_4 equal-division-item ml-9 data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{i}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view><view class="flex-col section_4 equal-division-item ml-9 data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{j}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view></view><view class="flex-row justify-between group_2 view data-v-07e72d3c"><text class="self-center font_3 text text_8 data-v-07e72d3c">推荐服务</text><view class="flex-row self-start group_3 data-v-07e72d3c"><text class="font_4 data-v-07e72d3c">更多</text><image class="shrink-0 image_3 data-v-07e72d3c" src="{{k}}"/></view></view><view class="flex-row equal-division_2 data-v-07e72d3c"><view class="flex-col section_4 equal-division-item data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{l}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view><view class="flex-col section_4 equal-division-item ml-9 data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{m}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view><view class="flex-col section_4 equal-division-item ml-9 data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{n}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view></view><view class="flex-row justify-between items-end group_4 data-v-07e72d3c"><text class="font text text_9 data-v-07e72d3c">活动资讯</text><view class="flex-row group_5 data-v-07e72d3c"><text class="font_4 data-v-07e72d3c">更多</text><image class="shrink-0 image_3 data-v-07e72d3c" src="{{o}}"/></view></view></view><view class="flex-col list mt-24 data-v-07e72d3c"><view wx:for="{{p}}" wx:for-item="item" wx:key="a" class="flex-row items-center list-item data-v-07e72d3c"><view class="flex-col items-start flex-1 data-v-07e72d3c"><text class="font_5 text_13 data-v-07e72d3c">“五色五育”研学——端午香囊篇</text><text class="font_7 text_11 mt-13 data-v-07e72d3c">为进一步深入贯彻落实习近平总书记...</text><text class="font_8 text_15 mt-13 data-v-07e72d3c">2024-08-04</text></view><image class="shrink-0 image_5 ml-21 data-v-07e72d3c" src="{{q}}"/></view></view></view></view>
<view class="flex-col justify-start relative page data-v-07e72d3c"><view class="section data-v-07e72d3c"></view><image class="image pos data-v-07e72d3c" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FCSSXOwDH-flower.png"/><text class="text pos_6 data-v-07e72d3c">限定手制|非量售卖</text><text class="font pos_2 data-v-07e72d3c">匠</text><text class="font pos_3 data-v-07e72d3c">承</text><text class="font pos_4 data-v-07e72d3c">非</text><text class="font pos_5 data-v-07e72d3c">遗</text><view class="grid pos_7 data-v-07e72d3c"><view class="flex-row grid-item data-v-07e72d3c" bindtap="{{a}}"><image class="shrink-0 self-center image_2 data-v-07e72d3c" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FenkBYRuk-firsticon.png"/><view class="ml-4 flex-col items-center flex-1 self-start group data-v-07e72d3c"><text class="font_2 text_2 data-v-07e72d3c">写真预约</text><text class="mt-14 font_3 text_3 data-v-07e72d3c">伊人摸样,丹青绘画</text></view></view><view class="flex-row items-center grid-item_2 data-v-07e72d3c" bindtap="{{b}}"><image class="shrink-0 image_3 data-v-07e72d3c" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FKLEsLGUY-secondicon.png"/><view class="flex-col items-center flex-1 ml-7 data-v-07e72d3c"><text class="font_2 data-v-07e72d3c">手作材包</text><text class="mt-14 font_3 data-v-07e72d3c">朴物良社,匠心手作</text></view></view><view class="flex-row grid-item_3 data-v-07e72d3c" bindtap="{{c}}"><image class="shrink-0 self-center image_5 data-v-07e72d3c" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FoHoMDXDs-tirdicon2.png"/><view class="flex-col items-center flex-1 self-start group_2 ml-7 data-v-07e72d3c"><text class="font_2 text_5 data-v-07e72d3c">推荐商品</text><text class="mt-12 font_3 text_6 data-v-07e72d3c">伊人摸样,丹青绘画</text></view></view><view class="flex-row relative grid-item_4 data-v-07e72d3c" bindtap="{{d}}"><image class="shrink-0 self-center image_4 data-v-07e72d3c" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FlMKuKgjS-fourthicon.png"/><text class="self-start font_2 text_4 data-v-07e72d3c">活动咨询</text><text class="font_3 pos_8 data-v-07e72d3c">朴物良社,匠心手作</text></view></view></view>

View File

@ -401,203 +401,161 @@ text.data-v-07e72d3c {
.mt-100.data-v-07e72d3c {
margin-top: 187.5rpx;
}
.ml-13.data-v-07e72d3c {
margin-left: 24.38rpx;
}
.ml-9.data-v-07e72d3c {
margin-left: 16.88rpx;
}
.mt-7.data-v-07e72d3c {
margin-top: 13.13rpx;
}
.mt-13.data-v-07e72d3c {
margin-top: 24.38rpx;
}
.ml-21.data-v-07e72d3c {
margin-left: 39.38rpx;
.ml-7.data-v-07e72d3c {
margin-left: 4.13rpx;
}
.page.data-v-07e72d3c {
background-color: #fbf2e3;
background-image: url("https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png");
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.section.data-v-07e72d3c {
padding: 17.85rpx 7.5rpx 49.88rpx 13.13rpx;
background-color: #fff9ed;
border-radius: 37.5rpx 37.5rpx 0 0;
}
.font.data-v-07e72d3c {
font-size: 45rpx;
font-family: STZhongsong;
line-height: 41.98rpx;
color: transparent;
}
.section_3.data-v-07e72d3c {
padding: 15rpx 30rpx 13.13rpx;
background-image: url("https://s21.ax1x.com/2024/10/18/pAUf6aT.png");
background-image: url("https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png");
background-size: 100% 100%;
background-repeat: no-repeat;
width: 750rpx;
height: 1415.63rpx;
}
.font_2.data-v-07e72d3c {
font-size: 30rpx;
font-family: Inter;
line-height: 28.29rpx;
font-weight: 700;
color: #5c1416;
}
.text_4.data-v-07e72d3c {
margin-left: 77.66rpx;
line-height: 28.56rpx;
}
.image_2.data-v-07e72d3c {
width: 86.25rpx;
height: 86.25rpx;
}
.section_2.data-v-07e72d3c {
padding: 15rpx 26.25rpx 13.13rpx;
background-image: url("https://s21.ax1x.com/2024/10/18/pAUfrq0.png");
background-size: 100% 100%;
background-repeat: no-repeat;
width: 371.25rpx;
.image.data-v-07e72d3c {
opacity: 0.35;
width: 96vw;
height: 137.5vw;
}
.pos.data-v-07e72d3c {
position: absolute;
left: 0;
right: 30rpx;
top: 0;
}
.text_3.data-v-07e72d3c {
line-height: 28.31rpx;
.text.data-v-07e72d3c {
color: #C35C5D;
font-size: 37.5rpx;
font-family: FangZhengFonts;
line-height: 36.92rpx;
}
.pos_6.data-v-07e72d3c {
position: absolute;
left: 50%;
bottom: 435.51rpx;
transform: translateX(-50%);
}
.font.data-v-07e72d3c {
font-size: 168.75rpx;
font-family: ZhongShanFonts;
line-height: 202.5rpx;
color: #C35C5D;
}
.pos_2.data-v-07e72d3c {
position: absolute;
right: 156.19rpx;
top: 71.25rpx;
}
.pos_3.data-v-07e72d3c {
position: absolute;
right: 114.81rpx;
top: 273.43rpx;
}
.pos_4.data-v-07e72d3c {
position: absolute;
right: 165.41rpx;
top: 474.62rpx;
}
.pos_5.data-v-07e72d3c {
position: absolute;
right: 114.81rpx;
bottom: 543.26rpx;
}
.grid.data-v-07e72d3c {
width: 646.88rpx;
height: 305.63rpx;
display: grid;
grid-template-rows: repeat(2, minmax(0, 1fr));
grid-template-columns: repeat(2, minmax(0, 1fr));
row-gap: 56.38rpx;
column-gap: 80.76rpx;
}
.pos_7.data-v-07e72d3c {
position: absolute;
left: 45rpx;
top: 1059.38rpx;
}
.grid-item.data-v-07e72d3c {
padding: 22.5rpx 11.25rpx 22.5rpx 18.75rpx;
background-color: #ffffff;
border-radius: 46.88rpx;
}
.image_2.data-v-07e72d3c {
width: 73.13rpx;
height: 78.75rpx;
}
.group.data-v-07e72d3c {
padding: 0 28.5rpx;
margin-top: 11.25rpx;
}
.group_2.data-v-07e72d3c {
padding-left: 8.34rpx;
padding-right: 5.25rpx;
}
.font_3.data-v-07e72d3c {
font-size: 45rpx;
font-family: Open Sans;
line-height: 41.98rpx;
color: transparent;
}
.text.data-v-07e72d3c {
background-image: linear-gradient(270deg, #7e0d11 0%, #a54747 50%, #7e0d11 100%);
-webkit-background-clip: text;
text-shadow: 3.75rpx 3.75rpx 3.75rpx #00000040;
}
.text_2.data-v-07e72d3c {
margin-left: 25.31rpx;
}
.text_5.data-v-07e72d3c {
line-height: 41.49rpx;
}
.group_3.data-v-07e72d3c {
margin-top: 17.21rpx;
}
.font_4.data-v-07e72d3c {
font-size: 30rpx;
font-family: Open Sans;
line-height: 28.29rpx;
font-weight: 700;
color: #9a714d;
}
.image_3.data-v-07e72d3c {
width: 30rpx;
height: 30rpx;
}
.equal-division.data-v-07e72d3c {
margin: 28.13rpx 29.63rpx 0 7.13rpx;
}
.section_4.data-v-07e72d3c {
flex: 1 1 200.63rpx;
}
.equal-division-item.data-v-07e72d3c {
padding: 9.88rpx 8.61rpx 33.47rpx 13.89rpx;
background-color: #fffef8;
border-radius: 9.38rpx;
height: 268.13rpx;
border: solid 1.88rpx #ac8d5d;
}
.image_4.data-v-07e72d3c {
border-radius: 9.38rpx;
width: 159.99rpx;
height: 159.99rpx;
}
.font_5.data-v-07e72d3c {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 26.16rpx;
.font_2.data-v-07e72d3c {
font-size: 28.13rpx;
font-family: FangZhengFonts;
line-height: 26.47rpx;
color: #000000;
}
.text_6.data-v-07e72d3c {
font-size: 28.13rpx;
.text_2.data-v-07e72d3c {
line-height: 27.36rpx;
}
.font_6.data-v-07e72d3c {
font-size: 26.25rpx;
font-family: STFangsong;
line-height: 18rpx;
color: #ff0000;
.grid-item_2.data-v-07e72d3c {
padding: 22.5rpx 3.75rpx 22.5rpx 15rpx;
background-color: #ffffff;
border-radius: 46.88rpx;
}
.text_7.data-v-07e72d3c {
margin-left: 3.04rpx;
-webkit-text-stroke: 1.88rpx #ff000040;
.image_3.data-v-07e72d3c {
width: 76.88rpx;
height: 76.88rpx;
}
.view.data-v-07e72d3c {
margin-top: 42.79rpx;
}
.text_8.data-v-07e72d3c {
line-height: 41.53rpx;
}
.equal-division_2.data-v-07e72d3c {
margin: 24.38rpx 29.63rpx 0 7.13rpx;
}
.group_4.data-v-07e72d3c {
margin-top: 30.71rpx;
}
.text_9.data-v-07e72d3c {
margin-bottom: 3.41rpx;
line-height: 42.75rpx;
}
.group_5.data-v-07e72d3c {
margin-right: 10.88rpx;
}
.list.data-v-07e72d3c {
margin-left: 26.25rpx;
margin-right: 30rpx;
padding: 5.63rpx 0 39.38rpx;
background-color: #f7e7c6;
border-radius: 18.75rpx;
}
.list-item.data-v-07e72d3c {
padding: 31.88rpx 30.36rpx 16.88rpx;
}
.text_13.data-v-07e72d3c {
line-height: 24.39rpx;
}
.font_7.data-v-07e72d3c {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 20.89rpx;
color: #6c6c6c;
}
.text_11.data-v-07e72d3c {
margin-left: 8.36rpx;
}
.font_8.data-v-07e72d3c {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 18rpx;
color: #6c6c6c;
}
.text_15.data-v-07e72d3c {
margin-left: 8.27rpx;
line-height: 16.54rpx;
.grid-item_3.data-v-07e72d3c {
padding: 22.5rpx 3.75rpx 22.5rpx 11.25rpx;
background-color: #ffffff;
border-radius: 46.88rpx;
}
.image_5.data-v-07e72d3c {
margin-right: 3.39rpx;
width: 178.13rpx;
height: 127.5rpx;
width: 80.63rpx;
height: 78.75rpx;
}
.group_2.data-v-07e72d3c {
margin-top: 15rpx;
}
.text_5.data-v-07e72d3c {
line-height: 27.02rpx;
}
.font_3.data-v-07e72d3c {
font-size: 18.75rpx;
font-family: FangZhengFonts;
line-height: 17.29rpx;
color: #faddde;
}
.text_3.data-v-07e72d3c {
line-height: 18.09rpx;
}
.text_6.data-v-07e72d3c {
line-height: 18.09rpx;
}
.grid-item_4.data-v-07e72d3c {
padding: 16.88rpx 9.38rpx;
background-color: #ffffff;
border-radius: 46.88rpx;
width: 281.25rpx;
}
.image_4.data-v-07e72d3c {
width: 103.13rpx;
height: 91.88rpx;
}
.text_4.data-v-07e72d3c {
margin-left: 18.75rpx;
margin-top: 15rpx;
}
.pos_8.data-v-07e72d3c {
position: absolute;
right: 18.14rpx;
bottom: 24.28rpx;
}

View File

@ -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);

View File

@ -1 +1 @@
<view class="all data-v-e4e4508d"><view class="data-v-e4e4508d"><view class="data-v-e4e4508d"><image src="http://110.42.248.235:866/images/system/666/HmCyrnRc-login.png" class="img data-v-e4e4508d"></image></view><view class="text_all data-v-e4e4508d"><view class="text_tishi data-v-e4e4508d"> 请完成授权以继续使用 </view><button bindtap="{{a}}" class="text_btn data-v-e4e4508d">微信账号一键登录</button></view></view></view>
<view class="all data-v-e4e4508d"><view class="data-v-e4e4508d"><view class="data-v-e4e4508d"></view><view class="text_all data-v-e4e4508d"><view class="text_tishi data-v-e4e4508d"> 请完成授权以继续使用 </view><button bindtap="{{a}}" class="text_btn data-v-e4e4508d">微信账号一键登录</button></view></view></view>

View File

@ -256,5 +256,5 @@ const _sfc_main = {
};
}
};
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0aa6b83b"]]);
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-0aa6b83b"], ["__file", "D:/微信小程序/课设整合/匠承非遗小程序端/jiangchengfeiyi-xiaochengxu/pages/mine/Contact/Contact.vue"]]);
wx.createPage(MiniProgramPage);

View File

@ -55,12 +55,14 @@ const _sfc_main = {
}, Status.value.orderStatus === "待支付" ? {} : {}, {
k: Status.value.orderStatus === "待发货"
}, Status.value.orderStatus === "待发货" ? {} : {}, {
l: Status.value.orderStatus === "已发货"
}, Status.value.orderStatus === "已发货" ? {} : {}, {
m: Status.value.orderStatus === "售后"
l: Status.value.orderStatus === "待收货"
}, Status.value.orderStatus === "待收货" ? {} : {}, {
m: Status.value.orderStatus === "待收货"
}, Status.value.orderStatus === "待收货" ? {} : {}, {
n: Status.value.orderStatus === "售后"
}, Status.value.orderStatus === "售后" ? {} : {});
};
}
};
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);

File diff suppressed because one or more lines are too long

View File

@ -1,46 +1,44 @@
"use strict";
const common_vendor = require("../../../common/vendor.js");
const store_userStore = require("../../../store/userStore.js");
const common_assets = require("../../../common/assets.js");
const _sfc_main = {
__name: "main",
setup(__props) {
const goto = () => {
common_vendor.index.navigateTo({
url: "/pages/mine/mineorders/mineorders"
});
};
store_userStore.userStore();
common_vendor.onMounted(() => {
getFonts();
});
const goToText = () => {
common_vendor.index.navigateTo({
url: "/pages/mine/Contact/Contact"
});
};
const goTo = () => {
const goto = (tab) => {
common_vendor.index.navigateTo({
url: "/pages/mine/bookings/booking"
url: "/pages/mine/mineorders/mineorders?zt=" + JSON.stringify(tab)
});
};
const getFonts = () => {
common_vendor.index.loadFontFace({
family: "FangZhengFonts",
source: `url("https://carbon2.obs.cn-north-4.myhuaweicloud.com/fonts/FangZhengFonts.TTF")`,
success: (res) => {
console.log("success", res);
},
fail: (err) => {
console.log("err", err);
}
});
};
return (_ctx, _cache) => {
return {
a: common_vendor.unref(common_assets.avator),
b: common_vendor.unref(common_assets.dingdan),
c: common_vendor.o(($event) => goto()),
d: common_vendor.unref(common_assets.qianbao),
e: common_vendor.unref(common_assets.daifahuo),
f: common_vendor.unref(common_assets.daishouhuo),
g: common_vendor.unref(common_assets.tuikuan),
h: common_vendor.unref(common_assets.address),
i: common_vendor.unref(common_assets.you$1),
j: common_vendor.unref(common_assets.lianxiren_s),
k: common_vendor.unref(common_assets.you$1),
l: common_vendor.o(($event) => goToText()),
m: common_vendor.unref(common_assets.setting_s),
n: common_vendor.unref(common_assets.you$1),
o: common_vendor.o(($event) => goTo())
a: common_vendor.o(($event) => goto("全部")),
b: common_vendor.o(($event) => goto("待支付")),
c: common_vendor.o(($event) => goto("待发货")),
d: common_vendor.o(($event) => goto("已发货")),
e: common_vendor.o(($event) => goto("已退款")),
f: common_vendor.o(goToText)
};
};
}
};
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);

View File

@ -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" 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>
<view class="flex-col page data-v-8172b2ba"><view class="flex-col group data-v-8172b2ba"><view class="flex-row items-center group_2 data-v-8172b2ba"><image class="image data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FtiKFGDAi-avator.png"/><view class="ml-20 flex-col items-start flex-1 data-v-8172b2ba"><text class="text data-v-8172b2ba">微信用户</text><text class="mt-18 font text_2 data-v-8172b2ba">剩余积分:40</text></view></view><view class="flex-row equal-division data-v-8172b2ba"><view class="flex-col items-center data-v-8172b2ba" bindtap="{{a}}"><image class="shrink-0 image_2 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FjqkEyOpY-totalorder.png"/><text class="font text_3 data-v-8172b2ba">总订单</text></view><view class="flex-col items-center ml-1 data-v-8172b2ba" bindtap="{{b}}"><image class="shrink-0 image_2 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FEzgKLIBS-waitproduct.png"/><text class="font text_5 data-v-8172b2ba">待支付</text></view><view class="flex-col items-center ml-1 data-v-8172b2ba" bindtap="{{c}}"><image class="shrink-0 image_2 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FVWTrHegX-waitpay.png"/><text class="font text_4 data-v-8172b2ba">待发货</text></view><view class="flex-col items-center ml-1 data-v-8172b2ba" bindtap="{{d}}"><image class="shrink-0 image_2 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FWAdobYmD-waitshouhou.png"/><text class="font text_6 data-v-8172b2ba">已发货</text></view><view class="flex-col items-center ml-1 data-v-8172b2ba" bindtap="{{e}}"><image class="shrink-0 image_2 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FGEFKFVXw-shouhou.png"/><text class="font text_7 data-v-8172b2ba">退款/售后</text></view></view></view><view class="flex-col mt-37 data-v-8172b2ba"><view class="flex-col group_3 data-v-8172b2ba"><view class="flex-row justify-between relative data-v-8172b2ba"><image class="image_3 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FSJZTOttL-address.png"/><image class="self-start image_4 image_5 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FwQgycnra-rush.png"/><text class="font_2 text_8 pos data-v-8172b2ba">地 址 列 表</text><view class="divider pos_2 data-v-8172b2ba"></view></view><view class="flex-row justify-between relative data-v-8172b2ba" bindtap="{{f}}"><image class="image_6 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FejVXliLM-contact.png"/><image class="self-start image_4 image_7 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FwQgycnra-rush.png"/><text class="font_2 pos_3 data-v-8172b2ba">联系人列表</text><view class="divider pos_4 data-v-8172b2ba"></view></view></view><view class="flex-row justify-between group_4 data-v-8172b2ba"><view class="flex-row items-center data-v-8172b2ba"><image class="shrink-0 image_8 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FOfemexvK-booking.png"/><text class="font_2 text_9 data-v-8172b2ba">我 的 预 约</text></view><image class="self-start image_4 image_9 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FwQgycnra-rush.png"/></view><view class="flex-col group_5 data-v-8172b2ba"><view class="divider view data-v-8172b2ba"></view><view class="flex-row justify-between items-center group_6 data-v-8172b2ba"><view class="flex-row items-center data-v-8172b2ba"><image class="shrink-0 image_10 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FqihgypDY-coupon.png"/><text class="font_2 data-v-8172b2ba">我的优惠券</text></view><image class="image_4 image_11 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FwQgycnra-rush.png"/></view><view class="divider view_2 data-v-8172b2ba"></view><view class="flex-row justify-between group_7 data-v-8172b2ba"><view class="flex-row self-center data-v-8172b2ba"><view class="flex-row shrink-0 data-v-8172b2ba"><image class="shrink-0 image_12 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FlGcdVAji-setting.png"/><text class="ml-10 self-start font_3 text_10 data-v-8172b2ba">设</text></view><text class="ml-60 self-start font_3 text_11 data-v-8172b2ba">置</text></view><image class="self-start image_4 image_13 data-v-8172b2ba" src="https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FwQgycnra-rush.png"/></view></view></view></view>

View File

@ -401,169 +401,190 @@ text.data-v-8172b2ba {
.mt-100.data-v-8172b2ba {
margin-top: 187.5rpx;
}
.ml-1.data-v-8172b2ba {
margin-left: 1.88rpx;
}
.mt-37.data-v-8172b2ba {
margin-top: 69.38rpx;
}
.ml-5.data-v-8172b2ba {
margin-left: 9.38rpx;
}
.mt-5.data-v-8172b2ba {
margin-top: 9.38rpx;
}
.ml-7.data-v-8172b2ba {
margin-left: 13.13rpx;
}
.page.data-v-8172b2ba {
background-color: #ffffff;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
overflow: hidden;
}
.section.data-v-8172b2ba {
padding: 213.75rpx 0 105rpx;
background-image: url("https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=608ce961205c6b6c4a5f231d50bcfd3e.png");
padding: 135rpx 0 211.88rpx;
background-color: #ffffff00;
background-image: url("https://carbon2.obs.cn-north-4.myhuaweicloud.com:443/feiyi%2Ftest%2F0%2FQfLHXSAU-feiyigongfangbeijin.png");
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
height: 100vh;
}
.group.data-v-8172b2ba {
padding: 0 7.5rpx;
}
.group_2.data-v-8172b2ba {
margin: 0 30rpx;
padding: 0 7.5rpx 37.5rpx;
border-bottom: solid 0.94rpx #aeaeae;
}
.image.data-v-8172b2ba {
border-radius: 50%;
width: 150rpx;
height: 151.88rpx;
}
.group.data-v-8172b2ba {
margin-left: 34.67rpx;
margin-top: 32.06rpx;
}
.text.data-v-8172b2ba {
color: #000000;
font-size: 37.5rpx;
font-family: Open Sans;
line-height: 34.91rpx;
}
.text-wrapper.data-v-8172b2ba {
padding: 23.34rpx 0 23.85rpx;
background-color: #fbdab4;
border-radius: 18.75rpx;
width: 222.34rpx;
font-size: 45rpx;
font-family: FangZhengFonts;
line-height: 40.61rpx;
}
.font.data-v-8172b2ba {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 24.34rpx;
font-size: 28.13rpx;
font-family: FangZhengFonts;
line-height: 27.02rpx;
color: #000000;
}
.text_2.data-v-8172b2ba {
font-size: 28.13rpx;
line-height: 25.93rpx;
}
.text-wrapper_2.data-v-8172b2ba {
margin-left: 24.49rpx;
margin-top: 78.75rpx;
padding: 23.27rpx 0 23.85rpx;
background-color: #ffdab1;
border-radius: 18.75rpx;
width: 222.34rpx;
height: 73.13rpx;
}
.text_3.data-v-8172b2ba {
font-size: 28.13rpx;
line-height: 26.03rpx;
}
.group_2.data-v-8172b2ba {
margin-top: -48.75rpx;
padding-left: 26.25rpx;
padding-right: 26.23rpx;
margin-left: 7.5rpx;
font-size: 30rpx;
line-height: 27.9rpx;
}
.equal-division.data-v-8172b2ba {
padding: 14.38rpx 18.92rpx 31.05rpx;
background-color: #fff1e2;
border-radius: 9.38rpx;
}
.group_3.data-v-8172b2ba {
flex: 1 1 131.93rpx;
}
.group_1.data-v-8172b2ba {
padding: 9.99rpx 0 9.99rpx;
margin-right: 5.63rpx;
}
.image_2.data-v-8172b2ba {
width: 95.63rpx;
height: 95.63rpx;
width: 144rpx;
height: 144rpx;
}
.text_4.data-v-8172b2ba {
line-height: 24.07rpx;
}
.group_4.data-v-8172b2ba {
padding: 9.99rpx 0 11.79rpx;
}
.text_1.data-v-8172b2ba {
line-height: 24.23rpx;
}
.group_5.data-v-8172b2ba {
padding: 9.99rpx 0 11.76rpx;
}
.group_6.data-v-8172b2ba {
padding: 9.99rpx 6.64rpx 11.76rpx 29.66rpx;
}
.group_7.data-v-8172b2ba {
padding: 10.01rpx 0 11.94rpx;
}
.text_9.data-v-8172b2ba {
font-size: 24.38rpx;
line-height: 22.52rpx;
}
.section_2.data-v-8172b2ba {
padding: 22.5rpx 26.61rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
}
.image_3.data-v-8172b2ba {
width: 43.13rpx;
height: 43.13rpx;
}
.font_2.data-v-8172b2ba {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.69rpx;
color: #000000;
}
.image_4.data-v-8172b2ba {
width: 48.75rpx;
height: 48.75rpx;
}
.image_5.data-v-8172b2ba {
margin-right: 6.38rpx;
}
.list-divider.data-v-8172b2ba {
background-color: #0000002e;
height: 1.89rpx;
}
.section_4.data-v-8172b2ba {
padding: 22.95rpx 26.61rpx 22.05rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
.text_3.data-v-8172b2ba {
margin-top: -7.5rpx;
}
.text_5.data-v-8172b2ba {
line-height: 27.86rpx;
margin-top: -7.5rpx;
}
.image_6.data-v-8172b2ba {
margin-right: 6.38rpx;
width: 48.75rpx;
height: 50.63rpx;
}
.list-item_2.data-v-8172b2ba {
padding: 22.5rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
}
.image_8.data-v-8172b2ba {
filter: drop-shadow(0rpx 7.5rpx 3.75rpx #00000040);
width: 43.13rpx;
height: 43.13rpx;
.text_4.data-v-8172b2ba {
margin-top: -7.5rpx;
}
.text_6.data-v-8172b2ba {
line-height: 27.11rpx;
margin-top: -7.5rpx;
}
.text_7.data-v-8172b2ba {
margin-top: -7.5rpx;
}
.group_3.data-v-8172b2ba {
padding: 0 35.63rpx;
}
.image_3.data-v-8172b2ba {
width: 120rpx;
height: 123.75rpx;
}
.image_4.data-v-8172b2ba {
width: 39.38rpx;
height: 41.25rpx;
}
.image_5.data-v-8172b2ba {
margin-right: 31.88rpx;
margin-top: 52.5rpx;
}
.font_2.data-v-8172b2ba {
font-size: 37.5rpx;
font-family: FangZhengFonts;
line-height: 36.47rpx;
color: #000000;
}
.text_8.data-v-8172b2ba {
line-height: 35.74rpx;
}
.pos.data-v-8172b2ba {
position: absolute;
left: 121.76rpx;
top: 50%;
transform: translateY(-50%);
}
.divider.data-v-8172b2ba {
background-color: #aeaeae;
height: 0.94rpx;
}
.pos_2.data-v-8172b2ba {
position: absolute;
left: 3.75rpx;
right: 37.5rpx;
top: 117.19rpx;
}
.image_6.data-v-8172b2ba {
width: 120rpx;
height: 125.63rpx;
}
.image_7.data-v-8172b2ba {
margin-right: 10.48rpx;
margin-right: 31.88rpx;
margin-top: 52.5rpx;
}
.pos_3.data-v-8172b2ba {
position: absolute;
left: 116.72rpx;
top: 50%;
transform: translateY(-50%);
}
.pos_4.data-v-8172b2ba {
position: absolute;
left: 3.75rpx;
right: 37.5rpx;
top: 124.69rpx;
}
.group_4.data-v-8172b2ba {
margin-top: 4rpx;
padding: 0 28.13rpx 11.25rpx;
}
.image_8.data-v-8172b2ba {
width: 133.13rpx;
height: 114.38rpx;
}
.text_9.data-v-8172b2ba {
padding-top: 20rpx;
margin-left: -7.5rpx;
line-height: 33.99rpx;
}
.image_9.data-v-8172b2ba {
margin-right: 41.25rpx;
margin-top: 45.5rpx;
}
.group_5.data-v-8172b2ba {
padding: 0 39.38rpx;
}
.view.data-v-8172b2ba {
margin-right: 33.75rpx;
}
.group_6.data-v-8172b2ba {
padding: 22.5rpx 0 7.5rpx;
}
.image_10.data-v-8172b2ba {
width: 118.13rpx;
height: 101.25rpx;
}
.image_11.data-v-8172b2ba {
margin-right: 28.13rpx;
}
.view_2.data-v-8172b2ba {
margin-right: 31.88rpx;
}
.group_7.data-v-8172b2ba {
padding: 28.13rpx 7.5rpx 0;
}
.image_12.data-v-8172b2ba {
width: 91.88rpx;
height: 91.88rpx;
}
.font_3.data-v-8172b2ba {
font-size: 37.5rpx;
font-family: FangZhengFonts;
line-height: 30.47rpx;
color: #000000;
}
.text_10.data-v-8172b2ba {
margin-top: 26.25rpx;
}
.text_11.data-v-8172b2ba {
margin-top: 22.5rpx;
}
.image_13.data-v-8172b2ba {
margin-right: 20.63rpx;
margin-top: 16.88rpx;
}

Some files were not shown because too many files have changed in this diff Show More