diff --git a/unpackage/dist/dev/mp-alipay/addProduct.js b/unpackage/dist/dev/mp-alipay/addProduct.js new file mode 100644 index 0000000..40204fb --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/addProduct.js @@ -0,0 +1,79 @@ +"use strict"; +const common_vendor = require("./common/vendor.js"); +const utils_emitter = require("./utils/emitter.js"); +const api_request = require("./api/request.js"); +const _sfc_main = { + __name: "addProduct", + setup(__props) { + const productBrief = common_vendor.ref({}); + const quantity = common_vendor.ref(1); + const userInfo = common_vendor.ref({}); + common_vendor.onMounted(() => { + utils_emitter.emitter.on("product", (val) => { + productBrief.value = val; + }); + }); + common_vendor.onShow(() => { + userInfo.value = wx.getStorageSync("userInfo"); + }); + const close = () => { + utils_emitter.emitter.emit("close"); + }; + const addCart = async () => { + console.log("商品brief-->", productBrief.value); + console.log("用户信息-->", userInfo.value); + const res = await common_vendor.index.request({ + url: api_request.baseUrl + "/cart/add", + method: "POST", + header: { + cookie: wx.getStorageSync("cookie") + }, + data: { + userId: userInfo.value.id, + goodId: productBrief.value.id, + quantity: quantity.value, + subtotal: productBrief.value.price * quantity.value, + isGoodType: productBrief.value.isGoodType + } + }); + if (res.data.code === 1) { + common_vendor.index.showToast({ + icon: "success", + title: "加入购物车成功" + }); + close(); + } else { + console.log("失败原因-->", res.data); + common_vendor.index.showToast({ + icon: "error", + title: "请求失败" + }); + return; + } + }; + const decrease = () => { + if (quantity.value > 0) { + quantity.value -= 1; + } + }; + const increase = () => { + if (quantity.value <= productBrief.value.inventory) { + quantity.value += 1; + } + }; + return (_ctx, _cache) => { + return { + a: productBrief.value.goodImg, + b: common_vendor.t(productBrief.value.price), + c: common_vendor.t(productBrief.value.name), + d: common_vendor.o(($event) => close()), + e: common_vendor.o(decrease), + f: common_vendor.t(quantity.value), + g: common_vendor.o(increase), + h: common_vendor.o(addCart) + }; + }; + } +}; +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; diff --git a/unpackage/dist/dev/mp-alipay/api/request.js b/unpackage/dist/dev/mp-alipay/api/request.js new file mode 100644 index 0000000..64a1e34 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/api/request.js @@ -0,0 +1,3 @@ +"use strict"; +const baseUrl = "http://localhost:9092/api"; +exports.baseUrl = baseUrl; diff --git a/unpackage/dist/dev/mp-alipay/assets/add.c73b1e4b.png b/unpackage/dist/dev/mp-alipay/assets/add.c73b1e4b.png new file mode 100644 index 0000000..7f1530a Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/add.c73b1e4b.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/add.dace8cf5.png b/unpackage/dist/dev/mp-alipay/assets/add.dace8cf5.png new file mode 100644 index 0000000..0b3310f Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/add.dace8cf5.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/address.e91cc3a1.png b/unpackage/dist/dev/mp-alipay/assets/address.e91cc3a1.png new file mode 100644 index 0000000..adf3f3e Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/address.e91cc3a1.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/avator.7ac17437.png b/unpackage/dist/dev/mp-alipay/assets/avator.7ac17437.png new file mode 100644 index 0000000..59348f3 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/avator.7ac17437.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/background.27d7292c.png b/unpackage/dist/dev/mp-alipay/assets/background.27d7292c.png new file mode 100644 index 0000000..8d35895 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/background.27d7292c.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/choose.f501b5d4.png b/unpackage/dist/dev/mp-alipay/assets/choose.f501b5d4.png new file mode 100644 index 0000000..5b700ad Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/choose.f501b5d4.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/choosed.ea32c69c.png b/unpackage/dist/dev/mp-alipay/assets/choosed.ea32c69c.png new file mode 100644 index 0000000..8d36d1f Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/choosed.ea32c69c.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/daifahuo.8369326b.png b/unpackage/dist/dev/mp-alipay/assets/daifahuo.8369326b.png new file mode 100644 index 0000000..03f76bc Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/daifahuo.8369326b.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/daishouhuo.ff694766.png b/unpackage/dist/dev/mp-alipay/assets/daishouhuo.ff694766.png new file mode 100644 index 0000000..9a7a971 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/daishouhuo.ff694766.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/dec.1cf16d78.png b/unpackage/dist/dev/mp-alipay/assets/dec.1cf16d78.png new file mode 100644 index 0000000..c68cb7f Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/dec.1cf16d78.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/denglong.a91d13af.png b/unpackage/dist/dev/mp-alipay/assets/denglong.a91d13af.png new file mode 100644 index 0000000..bcd82ea Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/denglong.a91d13af.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/dingdan.6b4043d6.png b/unpackage/dist/dev/mp-alipay/assets/dingdan.6b4043d6.png new file mode 100644 index 0000000..f247263 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/dingdan.6b4043d6.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/dingwei.69908177.png b/unpackage/dist/dev/mp-alipay/assets/dingwei.69908177.png new file mode 100644 index 0000000..42904d6 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/dingwei.69908177.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/dingwei.a57a6fb6.png b/unpackage/dist/dev/mp-alipay/assets/dingwei.a57a6fb6.png new file mode 100644 index 0000000..f09812a Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/dingwei.a57a6fb6.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/haibao.2883ea9c.png b/unpackage/dist/dev/mp-alipay/assets/haibao.2883ea9c.png new file mode 100644 index 0000000..1a9c5df Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/haibao.2883ea9c.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/kefu.eef0848c.png b/unpackage/dist/dev/mp-alipay/assets/kefu.eef0848c.png new file mode 100644 index 0000000..796f5d4 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/kefu.eef0848c.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/left.ddabbcdb.png b/unpackage/dist/dev/mp-alipay/assets/left.ddabbcdb.png new file mode 100644 index 0000000..8d07527 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/left.ddabbcdb.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/lianxiren_s.17e4954c.png b/unpackage/dist/dev/mp-alipay/assets/lianxiren_s.17e4954c.png new file mode 100644 index 0000000..80ada84 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/lianxiren_s.17e4954c.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/product.72fb10c1.png b/unpackage/dist/dev/mp-alipay/assets/product.72fb10c1.png new file mode 100644 index 0000000..f7b1566 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/product.72fb10c1.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/product.7900e336.png b/unpackage/dist/dev/mp-alipay/assets/product.7900e336.png new file mode 100644 index 0000000..fa97349 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/product.7900e336.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/product.d45a003d.png b/unpackage/dist/dev/mp-alipay/assets/product.d45a003d.png new file mode 100644 index 0000000..43f64bf Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/product.d45a003d.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/productimg.a8fe2d32.png b/unpackage/dist/dev/mp-alipay/assets/productimg.a8fe2d32.png new file mode 100644 index 0000000..1ddfcae Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/productimg.a8fe2d32.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/pull.902be841.png b/unpackage/dist/dev/mp-alipay/assets/pull.902be841.png new file mode 100644 index 0000000..b4410ee Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/pull.902be841.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/qianbao.bbfd6c3d.png b/unpackage/dist/dev/mp-alipay/assets/qianbao.bbfd6c3d.png new file mode 100644 index 0000000..596ce1b Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/qianbao.bbfd6c3d.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/right.99910151.png b/unpackage/dist/dev/mp-alipay/assets/right.99910151.png new file mode 100644 index 0000000..9962f71 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/right.99910151.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/rili.7746043b.png b/unpackage/dist/dev/mp-alipay/assets/rili.7746043b.png new file mode 100644 index 0000000..a4e0a85 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/rili.7746043b.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/rmb.6e85dd4a.png b/unpackage/dist/dev/mp-alipay/assets/rmb.6e85dd4a.png new file mode 100644 index 0000000..cc3c40f Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/rmb.6e85dd4a.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/rmb.dd886a2c.png b/unpackage/dist/dev/mp-alipay/assets/rmb.dd886a2c.png new file mode 100644 index 0000000..e397201 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/rmb.dd886a2c.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/rmb_32.6ba70d59.png b/unpackage/dist/dev/mp-alipay/assets/rmb_32.6ba70d59.png new file mode 100644 index 0000000..015faa7 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/rmb_32.6ba70d59.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/rmb_36px.929d25f5.png b/unpackage/dist/dev/mp-alipay/assets/rmb_36px.929d25f5.png new file mode 100644 index 0000000..60e9daf Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/rmb_36px.929d25f5.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/rmb_cheng.03ace464.png b/unpackage/dist/dev/mp-alipay/assets/rmb_cheng.03ace464.png new file mode 100644 index 0000000..b176eea Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/rmb_cheng.03ace464.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/rmb_huang.28b44dfc.png b/unpackage/dist/dev/mp-alipay/assets/rmb_huang.28b44dfc.png new file mode 100644 index 0000000..a780003 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/rmb_huang.28b44dfc.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/selected.c24e4f58.png b/unpackage/dist/dev/mp-alipay/assets/selected.c24e4f58.png new file mode 100644 index 0000000..52a1349 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/selected.c24e4f58.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/setting_s.3e5c5149.png b/unpackage/dist/dev/mp-alipay/assets/setting_s.3e5c5149.png new file mode 100644 index 0000000..a7bbb6a Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/setting_s.3e5c5149.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/shizi.dd0347ec.png b/unpackage/dist/dev/mp-alipay/assets/shizi.dd0347ec.png new file mode 100644 index 0000000..d1a8aa9 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/shizi.dd0347ec.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/short.2191a0bf.png b/unpackage/dist/dev/mp-alipay/assets/short.2191a0bf.png new file mode 100644 index 0000000..4db3f01 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/short.2191a0bf.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/short.be252386.png b/unpackage/dist/dev/mp-alipay/assets/short.be252386.png new file mode 100644 index 0000000..51481c5 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/short.be252386.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/show1.6119e6ca.png b/unpackage/dist/dev/mp-alipay/assets/show1.6119e6ca.png new file mode 100644 index 0000000..ba0c2c1 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/show1.6119e6ca.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/show2.6ef01c5d.png b/unpackage/dist/dev/mp-alipay/assets/show2.6ef01c5d.png new file mode 100644 index 0000000..57a61e7 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/show2.6ef01c5d.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/show3.4b906849.png b/unpackage/dist/dev/mp-alipay/assets/show3.4b906849.png new file mode 100644 index 0000000..7b6de73 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/show3.4b906849.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/show4.00c949b6.png b/unpackage/dist/dev/mp-alipay/assets/show4.00c949b6.png new file mode 100644 index 0000000..b5b420d Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/show4.00c949b6.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/sousuokuang.6160c4c7.png b/unpackage/dist/dev/mp-alipay/assets/sousuokuang.6160c4c7.png new file mode 100644 index 0000000..6f9b05c Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/sousuokuang.6160c4c7.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/success.3df77989.png b/unpackage/dist/dev/mp-alipay/assets/success.3df77989.png new file mode 100644 index 0000000..f1e56e4 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/success.3df77989.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/tianjia.187834c9.png b/unpackage/dist/dev/mp-alipay/assets/tianjia.187834c9.png new file mode 100644 index 0000000..531f024 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/tianjia.187834c9.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/tuikuan.d34aac5f.png b/unpackage/dist/dev/mp-alipay/assets/tuikuan.d34aac5f.png new file mode 100644 index 0000000..caad89e Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/tuikuan.d34aac5f.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/xian.51ee54bc.png b/unpackage/dist/dev/mp-alipay/assets/xian.51ee54bc.png new file mode 100644 index 0000000..cec5b52 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/xian.51ee54bc.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/xian2.316f0e4c.png b/unpackage/dist/dev/mp-alipay/assets/xian2.316f0e4c.png new file mode 100644 index 0000000..953dc8e Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/xian2.316f0e4c.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/xuanchuan.f0fc207c.png b/unpackage/dist/dev/mp-alipay/assets/xuanchuan.f0fc207c.png new file mode 100644 index 0000000..cb9158d Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/xuanchuan.f0fc207c.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/yiwen.9096364a.png b/unpackage/dist/dev/mp-alipay/assets/yiwen.9096364a.png new file mode 100644 index 0000000..654306a Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/yiwen.9096364a.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/you.60391a00.png b/unpackage/dist/dev/mp-alipay/assets/you.60391a00.png new file mode 100644 index 0000000..c4581b4 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/you.60391a00.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/you.70a370f0.png b/unpackage/dist/dev/mp-alipay/assets/you.70a370f0.png new file mode 100644 index 0000000..85634cc Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/you.70a370f0.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/you_cheng.a0b56a7d.png b/unpackage/dist/dev/mp-alipay/assets/you_cheng.a0b56a7d.png new file mode 100644 index 0000000..96adf0d Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/you_cheng.a0b56a7d.png differ diff --git a/unpackage/dist/dev/mp-alipay/assets/you_hei.f7b3f203.png b/unpackage/dist/dev/mp-alipay/assets/you_hei.f7b3f203.png new file mode 100644 index 0000000..871a146 Binary files /dev/null and b/unpackage/dist/dev/mp-alipay/assets/you_hei.f7b3f203.png differ diff --git a/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.acss b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.acss new file mode 100644 index 0000000..3233214 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.acss @@ -0,0 +1,478 @@ +/* 水平间距 */ +/* 水平间距 */ +/************************************************************ +** 请将全局样式拷贝到项目的全局 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; +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.axml b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.axml new file mode 100644 index 0000000..655f65c --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.axml @@ -0,0 +1 @@ +张三15888610253默认新增联系人 \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.js b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.js new file mode 100644 index 0000000..4f859dc --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.js @@ -0,0 +1,14 @@ +"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"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/Shopping-cart/Phone/Phone.vue"]]); +my.createPage(MiniProgramPage); diff --git a/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.json b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.json new file mode 100644 index 0000000..c511cfe --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/Phone/Phone.json @@ -0,0 +1,5 @@ +{ + "defaultTitle": "", + "titleBarColor": "#a0522d", + "usingComponents": {} +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.acss b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.acss new file mode 100644 index 0000000..f848732 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.acss @@ -0,0 +1,517 @@ +/* 水平间距 */ +/* 水平间距 */ +/************************************************************ +** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 ** +** 否则页面将无法正常显示 ** +************************************************************/ +html.data-v-ac6f555c { + font-size: 16px; +} +body.data-v-ac6f555c { + 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-ac6f555c, +image.data-v-ac6f555c, +text.data-v-ac6f555c { + box-sizing: border-box; + flex-shrink: 0; +} +#app.data-v-ac6f555c { + width: 100vw; + height: 100vh; +} +.flex-row.data-v-ac6f555c { + display: flex; + flex-direction: row; +} +.flex-col.data-v-ac6f555c { + display: flex; + flex-direction: column; +} +.justify-start.data-v-ac6f555c { + justify-content: flex-start; +} +.justify-end.data-v-ac6f555c { + justify-content: flex-end; +} +.justify-center.data-v-ac6f555c { + justify-content: center; +} +.justify-between.data-v-ac6f555c { + justify-content: space-between; +} +.justify-around.data-v-ac6f555c { + justify-content: space-around; +} +.justify-evenly.data-v-ac6f555c { + justify-content: space-evenly; +} +.items-start.data-v-ac6f555c { + align-items: flex-start; +} +.items-end.data-v-ac6f555c { + align-items: flex-end; +} +.items-center.data-v-ac6f555c { + align-items: center; +} +.items-baseline.data-v-ac6f555c { + align-items: baseline; +} +.items-stretch.data-v-ac6f555c { + align-items: stretch; +} +.self-start.data-v-ac6f555c { + align-self: flex-start; +} +.self-end.data-v-ac6f555c { + align-self: flex-end; +} +.self-center.data-v-ac6f555c { + align-self: center; +} +.self-baseline.data-v-ac6f555c { + align-self: baseline; +} +.self-stretch.data-v-ac6f555c { + align-self: stretch; +} +.flex-1.data-v-ac6f555c { + flex: 1 1 0%; +} +.flex-auto.data-v-ac6f555c { + flex: 1 1 auto; +} +.grow.data-v-ac6f555c { + flex-grow: 1; +} +.grow-0.data-v-ac6f555c { + flex-grow: 0; +} +.shrink.data-v-ac6f555c { + flex-shrink: 1; +} +.shrink-0.data-v-ac6f555c { + flex-shrink: 0; +} +.relative.data-v-ac6f555c { + position: relative; +} +.ml-2.data-v-ac6f555c { + margin-left: 3.75rpx; +} +.mt-2.data-v-ac6f555c { + margin-top: 3.75rpx; +} +.ml-4.data-v-ac6f555c { + margin-left: 7.5rpx; +} +.mt-4.data-v-ac6f555c { + margin-top: 7.5rpx; +} +.ml-6.data-v-ac6f555c { + margin-left: 11.25rpx; +} +.mt-6.data-v-ac6f555c { + margin-top: 11.25rpx; +} +.ml-8.data-v-ac6f555c { + margin-left: 15rpx; +} +.mt-8.data-v-ac6f555c { + margin-top: 15rpx; +} +.ml-10.data-v-ac6f555c { + margin-left: 18.75rpx; +} +.mt-10.data-v-ac6f555c { + margin-top: 18.75rpx; +} +.ml-12.data-v-ac6f555c { + margin-left: 22.5rpx; +} +.mt-12.data-v-ac6f555c { + margin-top: 22.5rpx; +} +.ml-14.data-v-ac6f555c { + margin-left: 26.25rpx; +} +.mt-14.data-v-ac6f555c { + margin-top: 26.25rpx; +} +.ml-16.data-v-ac6f555c { + margin-left: 30rpx; +} +.mt-16.data-v-ac6f555c { + margin-top: 30rpx; +} +.ml-18.data-v-ac6f555c { + margin-left: 33.75rpx; +} +.mt-18.data-v-ac6f555c { + margin-top: 33.75rpx; +} +.ml-20.data-v-ac6f555c { + margin-left: 37.5rpx; +} +.mt-20.data-v-ac6f555c { + margin-top: 37.5rpx; +} +.ml-22.data-v-ac6f555c { + margin-left: 41.25rpx; +} +.mt-22.data-v-ac6f555c { + margin-top: 41.25rpx; +} +.ml-24.data-v-ac6f555c { + margin-left: 45rpx; +} +.mt-24.data-v-ac6f555c { + margin-top: 45rpx; +} +.ml-26.data-v-ac6f555c { + margin-left: 48.75rpx; +} +.mt-26.data-v-ac6f555c { + margin-top: 48.75rpx; +} +.ml-28.data-v-ac6f555c { + margin-left: 52.5rpx; +} +.mt-28.data-v-ac6f555c { + margin-top: 52.5rpx; +} +.ml-30.data-v-ac6f555c { + margin-left: 56.25rpx; +} +.mt-30.data-v-ac6f555c { + margin-top: 56.25rpx; +} +.ml-32.data-v-ac6f555c { + margin-left: 60rpx; +} +.mt-32.data-v-ac6f555c { + margin-top: 60rpx; +} +.ml-34.data-v-ac6f555c { + margin-left: 63.75rpx; +} +.mt-34.data-v-ac6f555c { + margin-top: 63.75rpx; +} +.ml-36.data-v-ac6f555c { + margin-left: 67.5rpx; +} +.mt-36.data-v-ac6f555c { + margin-top: 67.5rpx; +} +.ml-38.data-v-ac6f555c { + margin-left: 71.25rpx; +} +.mt-38.data-v-ac6f555c { + margin-top: 71.25rpx; +} +.ml-40.data-v-ac6f555c { + margin-left: 75rpx; +} +.mt-40.data-v-ac6f555c { + margin-top: 75rpx; +} +.ml-42.data-v-ac6f555c { + margin-left: 78.75rpx; +} +.mt-42.data-v-ac6f555c { + margin-top: 78.75rpx; +} +.ml-44.data-v-ac6f555c { + margin-left: 82.5rpx; +} +.mt-44.data-v-ac6f555c { + margin-top: 82.5rpx; +} +.ml-46.data-v-ac6f555c { + margin-left: 86.25rpx; +} +.mt-46.data-v-ac6f555c { + margin-top: 86.25rpx; +} +.ml-48.data-v-ac6f555c { + margin-left: 90rpx; +} +.mt-48.data-v-ac6f555c { + margin-top: 90rpx; +} +.ml-50.data-v-ac6f555c { + margin-left: 93.75rpx; +} +.mt-50.data-v-ac6f555c { + margin-top: 93.75rpx; +} +.ml-52.data-v-ac6f555c { + margin-left: 97.5rpx; +} +.mt-52.data-v-ac6f555c { + margin-top: 97.5rpx; +} +.ml-54.data-v-ac6f555c { + margin-left: 101.25rpx; +} +.mt-54.data-v-ac6f555c { + margin-top: 101.25rpx; +} +.ml-56.data-v-ac6f555c { + margin-left: 105rpx; +} +.mt-56.data-v-ac6f555c { + margin-top: 105rpx; +} +.ml-58.data-v-ac6f555c { + margin-left: 108.75rpx; +} +.mt-58.data-v-ac6f555c { + margin-top: 108.75rpx; +} +.ml-60.data-v-ac6f555c { + margin-left: 112.5rpx; +} +.mt-60.data-v-ac6f555c { + margin-top: 112.5rpx; +} +.ml-62.data-v-ac6f555c { + margin-left: 116.25rpx; +} +.mt-62.data-v-ac6f555c { + margin-top: 116.25rpx; +} +.ml-64.data-v-ac6f555c { + margin-left: 120rpx; +} +.mt-64.data-v-ac6f555c { + margin-top: 120rpx; +} +.ml-66.data-v-ac6f555c { + margin-left: 123.75rpx; +} +.mt-66.data-v-ac6f555c { + margin-top: 123.75rpx; +} +.ml-68.data-v-ac6f555c { + margin-left: 127.5rpx; +} +.mt-68.data-v-ac6f555c { + margin-top: 127.5rpx; +} +.ml-70.data-v-ac6f555c { + margin-left: 131.25rpx; +} +.mt-70.data-v-ac6f555c { + margin-top: 131.25rpx; +} +.ml-72.data-v-ac6f555c { + margin-left: 135rpx; +} +.mt-72.data-v-ac6f555c { + margin-top: 135rpx; +} +.ml-74.data-v-ac6f555c { + margin-left: 138.75rpx; +} +.mt-74.data-v-ac6f555c { + margin-top: 138.75rpx; +} +.ml-76.data-v-ac6f555c { + margin-left: 142.5rpx; +} +.mt-76.data-v-ac6f555c { + margin-top: 142.5rpx; +} +.ml-78.data-v-ac6f555c { + margin-left: 146.25rpx; +} +.mt-78.data-v-ac6f555c { + margin-top: 146.25rpx; +} +.ml-80.data-v-ac6f555c { + margin-left: 150rpx; +} +.mt-80.data-v-ac6f555c { + margin-top: 150rpx; +} +.ml-82.data-v-ac6f555c { + margin-left: 153.75rpx; +} +.mt-82.data-v-ac6f555c { + margin-top: 153.75rpx; +} +.ml-84.data-v-ac6f555c { + margin-left: 157.5rpx; +} +.mt-84.data-v-ac6f555c { + margin-top: 157.5rpx; +} +.ml-86.data-v-ac6f555c { + margin-left: 161.25rpx; +} +.mt-86.data-v-ac6f555c { + margin-top: 161.25rpx; +} +.ml-88.data-v-ac6f555c { + margin-left: 165rpx; +} +.mt-88.data-v-ac6f555c { + margin-top: 165rpx; +} +.ml-90.data-v-ac6f555c { + margin-left: 168.75rpx; +} +.mt-90.data-v-ac6f555c { + margin-top: 168.75rpx; +} +.ml-92.data-v-ac6f555c { + margin-left: 172.5rpx; +} +.mt-92.data-v-ac6f555c { + margin-top: 172.5rpx; +} +.ml-94.data-v-ac6f555c { + margin-left: 176.25rpx; +} +.mt-94.data-v-ac6f555c { + margin-top: 176.25rpx; +} +.ml-96.data-v-ac6f555c { + margin-left: 180rpx; +} +.mt-96.data-v-ac6f555c { + margin-top: 180rpx; +} +.ml-98.data-v-ac6f555c { + margin-left: 183.75rpx; +} +.mt-98.data-v-ac6f555c { + margin-top: 183.75rpx; +} +.ml-100.data-v-ac6f555c { + margin-left: 187.5rpx; +} +.mt-100.data-v-ac6f555c { + margin-top: 187.5rpx; +} +.ml-23.data-v-ac6f555c { + margin-left: 43.13rpx; +} +.mt-9.data-v-ac6f555c { + margin-top: 16.88rpx; +} +.ml-5.data-v-ac6f555c { + margin-left: 9.38rpx; +} +.mt-104.data-v-ac6f555c { + margin-top: 195rpx; +} +.page.data-v-ac6f555c { + padding: 0 31.88rpx 31.88rpx 45rpx; + background-color: #fffef8; + border-radius: 37.5rpx 37.5rpx 0rpx 0rpx; + width: 100%; + overflow-y: auto; + overflow-x: hidden; + height: 100%; +} +.group.data-v-ac6f555c { + padding: 28.13rpx 0 37.5rpx 11.25rpx; +} +.image-wrapper.data-v-ac6f555c { + margin-top: 76.88rpx; + border-radius: 5.63rpx; + background-size: 100% 100%; + background-repeat: no-repeat; + width: 191.25rpx; + height: 189.38rpx; +} +.image_2.data-v-ac6f555c { + border-radius: 5.63rpx; + width: 37.5rpx; + height: 37.5rpx; +} +.group_2.data-v-ac6f555c { + margin-top: 112.5rpx; +} +.group_3.data-v-ac6f555c { + margin-left: 3.75rpx; +} +.text_2.data-v-ac6f555c { + color: #ff0000; + font-size: 26.25rpx; + font-family: STZhongsong; + line-height: 18.13rpx; +} +.text.data-v-ac6f555c { + color: #ff0000; + font-size: 37.5rpx; + font-family: STZhongsong; + line-height: 26.92rpx; +} +.text_3.data-v-ac6f555c { + color: #000000; + font-size: 28.13rpx; + font-family: Open Sans; + line-height: 26.21rpx; +} +.text_4.data-v-ac6f555c { + color: #000000; + font-size: 26.25rpx; + font-family: Open Sans; + line-height: 24.34rpx; +} +.image.data-v-ac6f555c { + width: 52.5rpx; + height: 52.5rpx; +} +.image-wrapper_2.data-v-ac6f555c { + padding: 11.25rpx 0; + background-color: #f5f5dc; + border-radius: 5.63rpx 0rpx 0rpx 5.63rpx; + width: 52.5rpx; + height: 52.5rpx; +} +.image_3.data-v-ac6f555c { + width: 33.75rpx; + height: 33.75rpx; +} +.text-wrapper.data-v-ac6f555c { + padding: 15rpx 0 11.25rpx; + background-color: #f5f5dc; + width: 52.5rpx; + height: 52.5rpx; +} +.text_5.data-v-ac6f555c { + color: #000000; + font-size: 30rpx; + font-family: Open Sans; + line-height: 21.41rpx; +} +.image-wrapper_3.data-v-ac6f555c { + padding: 11.25rpx 0; + background-color: #f5f5dc; + border-radius: 0rpx 5.63rpx 5.63rpx 0rpx; + width: 52.5rpx; + height: 52.5rpx; +} +.text-wrapper_2.data-v-ac6f555c { + margin-right: 15rpx; + padding: 22.5rpx 0; + background-color: #ffd45a; + border-radius: 93.75rpx; +} +.text_6.data-v-ac6f555c { + color: #ffffff; + font-size: 30rpx; + font-family: Inter; + font-weight: 700; + line-height: 28.2rpx; +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.axml b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.axml new file mode 100644 index 0000000..a873665 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.axml @@ -0,0 +1 @@ +{{b}}{{c}}{{f}}加入购物车 \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.js b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.js new file mode 100644 index 0000000..90395a1 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.js @@ -0,0 +1,3 @@ +"use strict"; +const addProduct = require("../../../addProduct.js"); +my.createPage(addProduct.MiniProgramPage); diff --git a/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.json b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.json new file mode 100644 index 0000000..f001b2f --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct.json @@ -0,0 +1,4 @@ +{ + "defaultTitle": "", + "usingComponents": {} +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct2.js b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct2.js new file mode 100644 index 0000000..90395a1 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/component/addProduct2.js @@ -0,0 +1,3 @@ +"use strict"; +const addProduct = require("../../../addProduct.js"); +my.createPage(addProduct.MiniProgramPage); diff --git a/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/newaddress_Info/newaddress_Info.acss b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/newaddress_Info/newaddress_Info.acss new file mode 100644 index 0000000..c3ccebf --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/newaddress_Info/newaddress_Info.acss @@ -0,0 +1,527 @@ +/* 水平间距 */ +/* 水平间距 */ +/************************************************************ +** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 ** +** 否则页面将无法正常显示 ** +************************************************************/ +html.data-v-fb57d854 { + font-size: 16px; +} +body.data-v-fb57d854 { + 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-fb57d854, +image.data-v-fb57d854, +text.data-v-fb57d854 { + box-sizing: border-box; + flex-shrink: 0; +} +#app.data-v-fb57d854 { + width: 100vw; + height: 100vh; +} +.flex-row.data-v-fb57d854 { + display: flex; + flex-direction: row; +} +.flex-col.data-v-fb57d854 { + display: flex; + flex-direction: column; +} +.justify-start.data-v-fb57d854 { + justify-content: flex-start; +} +.justify-end.data-v-fb57d854 { + justify-content: flex-end; +} +.justify-center.data-v-fb57d854 { + justify-content: center; +} +.justify-between.data-v-fb57d854 { + justify-content: space-between; +} +.justify-around.data-v-fb57d854 { + justify-content: space-around; +} +.justify-evenly.data-v-fb57d854 { + justify-content: space-evenly; +} +.items-start.data-v-fb57d854 { + align-items: flex-start; +} +.items-end.data-v-fb57d854 { + align-items: flex-end; +} +.items-center.data-v-fb57d854 { + align-items: center; +} +.items-baseline.data-v-fb57d854 { + align-items: baseline; +} +.items-stretch.data-v-fb57d854 { + align-items: stretch; +} +.self-start.data-v-fb57d854 { + align-self: flex-start; +} +.self-end.data-v-fb57d854 { + align-self: flex-end; +} +.self-center.data-v-fb57d854 { + align-self: center; +} +.self-baseline.data-v-fb57d854 { + align-self: baseline; +} +.self-stretch.data-v-fb57d854 { + align-self: stretch; +} +.flex-1.data-v-fb57d854 { + flex: 1 1 0%; +} +.flex-auto.data-v-fb57d854 { + flex: 1 1 auto; +} +.grow.data-v-fb57d854 { + flex-grow: 1; +} +.grow-0.data-v-fb57d854 { + flex-grow: 0; +} +.shrink.data-v-fb57d854 { + flex-shrink: 1; +} +.shrink-0.data-v-fb57d854 { + flex-shrink: 0; +} +.relative.data-v-fb57d854 { + position: relative; +} +.ml-2.data-v-fb57d854 { + margin-left: 3.75rpx; +} +.mt-2.data-v-fb57d854 { + margin-top: 3.75rpx; +} +.ml-4.data-v-fb57d854 { + margin-left: 7.5rpx; +} +.mt-4.data-v-fb57d854 { + margin-top: 7.5rpx; +} +.ml-6.data-v-fb57d854 { + margin-left: 11.25rpx; +} +.mt-6.data-v-fb57d854 { + margin-top: 11.25rpx; +} +.ml-8.data-v-fb57d854 { + margin-left: 15rpx; +} +.mt-8.data-v-fb57d854 { + margin-top: 15rpx; +} +.ml-10.data-v-fb57d854 { + margin-left: 18.75rpx; +} +.mt-10.data-v-fb57d854 { + margin-top: 18.75rpx; +} +.ml-12.data-v-fb57d854 { + margin-left: 22.5rpx; +} +.mt-12.data-v-fb57d854 { + margin-top: 22.5rpx; +} +.ml-14.data-v-fb57d854 { + margin-left: 26.25rpx; +} +.mt-14.data-v-fb57d854 { + margin-top: 26.25rpx; +} +.ml-16.data-v-fb57d854 { + margin-left: 30rpx; +} +.mt-16.data-v-fb57d854 { + margin-top: 30rpx; +} +.ml-18.data-v-fb57d854 { + margin-left: 33.75rpx; +} +.mt-18.data-v-fb57d854 { + margin-top: 33.75rpx; +} +.ml-20.data-v-fb57d854 { + margin-left: 37.5rpx; +} +.mt-20.data-v-fb57d854 { + margin-top: 37.5rpx; +} +.ml-22.data-v-fb57d854 { + margin-left: 41.25rpx; +} +.mt-22.data-v-fb57d854 { + margin-top: 41.25rpx; +} +.ml-24.data-v-fb57d854 { + margin-left: 45rpx; +} +.mt-24.data-v-fb57d854 { + margin-top: 45rpx; +} +.ml-26.data-v-fb57d854 { + margin-left: 48.75rpx; +} +.mt-26.data-v-fb57d854 { + margin-top: 48.75rpx; +} +.ml-28.data-v-fb57d854 { + margin-left: 52.5rpx; +} +.mt-28.data-v-fb57d854 { + margin-top: 52.5rpx; +} +.ml-30.data-v-fb57d854 { + margin-left: 56.25rpx; +} +.mt-30.data-v-fb57d854 { + margin-top: 56.25rpx; +} +.ml-32.data-v-fb57d854 { + margin-left: 60rpx; +} +.mt-32.data-v-fb57d854 { + margin-top: 60rpx; +} +.ml-34.data-v-fb57d854 { + margin-left: 63.75rpx; +} +.mt-34.data-v-fb57d854 { + margin-top: 63.75rpx; +} +.ml-36.data-v-fb57d854 { + margin-left: 67.5rpx; +} +.mt-36.data-v-fb57d854 { + margin-top: 67.5rpx; +} +.ml-38.data-v-fb57d854 { + margin-left: 71.25rpx; +} +.mt-38.data-v-fb57d854 { + margin-top: 71.25rpx; +} +.ml-40.data-v-fb57d854 { + margin-left: 75rpx; +} +.mt-40.data-v-fb57d854 { + margin-top: 75rpx; +} +.ml-42.data-v-fb57d854 { + margin-left: 78.75rpx; +} +.mt-42.data-v-fb57d854 { + margin-top: 78.75rpx; +} +.ml-44.data-v-fb57d854 { + margin-left: 82.5rpx; +} +.mt-44.data-v-fb57d854 { + margin-top: 82.5rpx; +} +.ml-46.data-v-fb57d854 { + margin-left: 86.25rpx; +} +.mt-46.data-v-fb57d854 { + margin-top: 86.25rpx; +} +.ml-48.data-v-fb57d854 { + margin-left: 90rpx; +} +.mt-48.data-v-fb57d854 { + margin-top: 90rpx; +} +.ml-50.data-v-fb57d854 { + margin-left: 93.75rpx; +} +.mt-50.data-v-fb57d854 { + margin-top: 93.75rpx; +} +.ml-52.data-v-fb57d854 { + margin-left: 97.5rpx; +} +.mt-52.data-v-fb57d854 { + margin-top: 97.5rpx; +} +.ml-54.data-v-fb57d854 { + margin-left: 101.25rpx; +} +.mt-54.data-v-fb57d854 { + margin-top: 101.25rpx; +} +.ml-56.data-v-fb57d854 { + margin-left: 105rpx; +} +.mt-56.data-v-fb57d854 { + margin-top: 105rpx; +} +.ml-58.data-v-fb57d854 { + margin-left: 108.75rpx; +} +.mt-58.data-v-fb57d854 { + margin-top: 108.75rpx; +} +.ml-60.data-v-fb57d854 { + margin-left: 112.5rpx; +} +.mt-60.data-v-fb57d854 { + margin-top: 112.5rpx; +} +.ml-62.data-v-fb57d854 { + margin-left: 116.25rpx; +} +.mt-62.data-v-fb57d854 { + margin-top: 116.25rpx; +} +.ml-64.data-v-fb57d854 { + margin-left: 120rpx; +} +.mt-64.data-v-fb57d854 { + margin-top: 120rpx; +} +.ml-66.data-v-fb57d854 { + margin-left: 123.75rpx; +} +.mt-66.data-v-fb57d854 { + margin-top: 123.75rpx; +} +.ml-68.data-v-fb57d854 { + margin-left: 127.5rpx; +} +.mt-68.data-v-fb57d854 { + margin-top: 127.5rpx; +} +.ml-70.data-v-fb57d854 { + margin-left: 131.25rpx; +} +.mt-70.data-v-fb57d854 { + margin-top: 131.25rpx; +} +.ml-72.data-v-fb57d854 { + margin-left: 135rpx; +} +.mt-72.data-v-fb57d854 { + margin-top: 135rpx; +} +.ml-74.data-v-fb57d854 { + margin-left: 138.75rpx; +} +.mt-74.data-v-fb57d854 { + margin-top: 138.75rpx; +} +.ml-76.data-v-fb57d854 { + margin-left: 142.5rpx; +} +.mt-76.data-v-fb57d854 { + margin-top: 142.5rpx; +} +.ml-78.data-v-fb57d854 { + margin-left: 146.25rpx; +} +.mt-78.data-v-fb57d854 { + margin-top: 146.25rpx; +} +.ml-80.data-v-fb57d854 { + margin-left: 150rpx; +} +.mt-80.data-v-fb57d854 { + margin-top: 150rpx; +} +.ml-82.data-v-fb57d854 { + margin-left: 153.75rpx; +} +.mt-82.data-v-fb57d854 { + margin-top: 153.75rpx; +} +.ml-84.data-v-fb57d854 { + margin-left: 157.5rpx; +} +.mt-84.data-v-fb57d854 { + margin-top: 157.5rpx; +} +.ml-86.data-v-fb57d854 { + margin-left: 161.25rpx; +} +.mt-86.data-v-fb57d854 { + margin-top: 161.25rpx; +} +.ml-88.data-v-fb57d854 { + margin-left: 165rpx; +} +.mt-88.data-v-fb57d854 { + margin-top: 165rpx; +} +.ml-90.data-v-fb57d854 { + margin-left: 168.75rpx; +} +.mt-90.data-v-fb57d854 { + margin-top: 168.75rpx; +} +.ml-92.data-v-fb57d854 { + margin-left: 172.5rpx; +} +.mt-92.data-v-fb57d854 { + margin-top: 172.5rpx; +} +.ml-94.data-v-fb57d854 { + margin-left: 176.25rpx; +} +.mt-94.data-v-fb57d854 { + margin-top: 176.25rpx; +} +.ml-96.data-v-fb57d854 { + margin-left: 180rpx; +} +.mt-96.data-v-fb57d854 { + margin-top: 180rpx; +} +.ml-98.data-v-fb57d854 { + margin-left: 183.75rpx; +} +.mt-98.data-v-fb57d854 { + margin-top: 183.75rpx; +} +.ml-100.data-v-fb57d854 { + margin-left: 187.5rpx; +} +.mt-100.data-v-fb57d854 { + margin-top: 187.5rpx; +} +.mt-15.data-v-fb57d854 { + margin-top: 28.13rpx; +} +.ml-27.data-v-fb57d854 { + margin-left: 50.63rpx; +} +.ml-13.data-v-fb57d854 { + margin-left: 24.38rpx; +} +.mt-462.data-v-fb57d854 { + margin-top: 866.25rpx; +} +.page.data-v-fb57d854 { + padding-top: 26.44rpx; + background-color: #fffaf0; + width: 100%; + overflow-y: auto; + overflow-x: hidden; + overflow: hidden; +} +.group.data-v-fb57d854 { + padding: 0 23.4rpx; +} +.font_2.data-v-fb57d854 { + font-size: 26.25rpx; + font-family: Open Sans; + line-height: 24.34rpx; + color: #323232; +} +.text.data-v-fb57d854 { + line-height: 24.49rpx; +} +.section.data-v-fb57d854 { + margin-left: 2.85rpx; + margin-right: 14.1rpx; + padding-left: 20.49rpx; + padding-right: 15.13rpx; + background-color: #fffef8; + border-radius: 9.38rpx; + border: solid 1.88rpx #818181; +} +.group_2.data-v-fb57d854 { + padding: 24.24rpx 4.65rpx 12.19rpx; + border-bottom: solid 1.88rpx #efefef; +} +.text-wrapper.data-v-fb57d854 { + flex: 1 1 0; + margin-right: 29.1rpx; +} +.group_3.data-v-fb57d854 { + padding: 14.06rpx 5.04rpx 12.19rpx; + border-bottom: solid 1.88rpx #efefef; +} +.text_3.data-v-fb57d854 { + line-height: 24.17rpx; +} +.text-wrapper_2.data-v-fb57d854 { + flex: 1 1 0; + margin-right: 28.71rpx; +} +.group_4.data-v-fb57d854 { + padding: 12.19rpx 4.29rpx 10.31rpx; + border-bottom: solid 1.88rpx #efefef; +} +.text_5.data-v-fb57d854 { + line-height: 24.21rpx; +} +.group_5.data-v-fb57d854 { + margin-right: 12.58rpx; +} +.text-wrapper_3.data-v-fb57d854 { + margin-right: 16.88rpx; +} +.image.data-v-fb57d854 { + width: 48.75rpx; + height: 48.75rpx; +} +.pos.data-v-fb57d854 { + position: absolute; + right: 0; + bottom: 0; +} +.group_6.data-v-fb57d854 { + padding: 14.06rpx 4.8rpx 8.44rpx; + border-bottom: solid 1.88rpx #efefef; +} +.text_7.data-v-fb57d854 { + line-height: 24.26rpx; +} +.section_2.data-v-fb57d854 { + width: 300rpx; + height: 150rpx; + flex: 1 1 0; + margin-right: 19.57rpx; +} +.group_7.data-v-fb57d854 { + padding: 25.31rpx 4.88rpx 32.01rpx; +} +.image_2.data-v-fb57d854 { + margin-right: 19.5rpx; + width: 33.75rpx; + height: 33.75rpx; +} +.section_3.data-v-fb57d854 { + position: fixed; + left: 0; + right: 0; + bottom: 0; + margin-right: 13.13rpx; + padding: 16.88rpx 0; + background-color: #fffef8; +} +.text-wrapper_4.data-v-fb57d854 { + padding: 27.24rpx 0 23.61rpx; + background-color: #ffa948; + border-radius: 46.88rpx; + width: 618.75rpx; +} +.text_8.data-v-fb57d854 { + color: #ffffff; + font-size: 30rpx; + font-family: Open Sans; + line-height: 27.9rpx; +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/newaddress_Info/newaddress_Info.axml b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/newaddress_Info/newaddress_Info.axml new file mode 100644 index 0000000..4947cd1 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/Shopping-cart/newaddress_Info/newaddress_Info.axml @@ -0,0 +1 @@ +收货信息收货人手机号码所在地区详细地址应付:{{r}}.00微信支付 \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/order/product-waitpay/product-waitpay.js b/unpackage/dist/dev/mp-alipay/pages/order/product-waitpay/product-waitpay.js new file mode 100644 index 0000000..15b034e --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/order/product-waitpay/product-waitpay.js @@ -0,0 +1,185 @@ +"use strict"; +const common_vendor = require("../../../common/vendor.js"); +const utils_emitter = require("../../../utils/emitter.js"); +const api_request = require("../../../api/request.js"); +const common_assets = require("../../../common/assets.js"); +if (!Array) { + const _easycom_uni_popup2 = common_vendor.resolveComponent("uni-popup"); + _easycom_uni_popup2(); +} +const _easycom_uni_popup = () => "../../../uni_modules/uni-popup/components/uni-popup/uni-popup.js"; +if (!Math) { + (addressComponentVue + _easycom_uni_popup)(); +} +const addressComponentVue = () => "../component/addressComponent.js"; +const _sfc_main = { + __name: "product-waitpay", + setup(__props) { + common_vendor.ref(1); + common_vendor.ref(138); + common_vendor.ref(1); + common_vendor.ref(120); + common_vendor.ref(50); + const sumprice = common_vendor.ref(0); + const popup = common_vendor.ref(null); + const addressRealInfo = common_vendor.ref({ + detailAddress: "请选择/添加地址" + }); + const productArr = common_vendor.ref([]); + common_vendor.ref([]); + const userInfo = wx.getStorageSync("userInfo"); + common_vendor.ref({}); + const totalInfo = common_vendor.ref([]); + const note = common_vendor.ref(""); + common_vendor.onMounted(() => { + utils_emitter.emitter.on("close", () => { + close(); + }); + utils_emitter.emitter.on("addressInfo", (val) => { + addressRealInfo.value = val; + }); + }); + common_vendor.onLoad((options) => { + totalInfo.value = JSON.parse(options.cartInfo); + console.log("options.cartInfo-->", JSON.parse(options.cartInfo)); + console.log("totalInfo.value-->", common_vendor.toRaw(totalInfo.value)); + getProduct(); + }); + common_vendor.onShow(() => { + userInfo.value = wx.getStorageSync("userInfo"); + getDefaultAddress(); + }); + const close = () => { + popup.value.close(); + }; + const loadPop = () => { + popup.value.open("bottom"); + }; + const getDefaultAddress = async () => { + const res = await common_vendor.index.request({ + url: api_request.baseUrl + "/address/list", + method: "POST", + header: { + cookie: wx.getStorageSync("cookie") + }, + data: { id: userInfo.value.id } + }); + for (let key in res.data.data) { + if (res.data.data[key].isDefault === 1) { + addressRealInfo.value = res.data.data[key]; + } + } + }; + const createOrder = async () => { + console.log("地址信息-->", addressRealInfo.value); + const resOrder = await common_vendor.index.request({ + //向后端发送生成订单请求 + url: api_request.baseUrl + "/order/add", + method: "POST", + header: { + cookie: wx.getStorageSync("cookie") + }, + data: { + userId: userInfo.id, + orderType: productArr.value[0].goodVO.isGoodType ? "product" : "service", + userName: userInfo.userName, + orderNumber: "null", + addressId: addressRealInfo.value.id, + //地址信息id + // contactsId: null, //联系人信息id + // couponId: null, //优惠卷id + totalAmount: sumprice.value, + //实付价格 + orderStatus: "待支付", + note: note.value, + orderItemMainInfoAddRequestList: common_vendor.toRaw(totalInfo.value) + } + }); + console.log("后台返回订单响应==>", resOrder); + if (resOrder.data.code === 1) { + common_vendor.index.navigateTo({ + url: "/pages/mine/OrderDetails/OrderDetails" + }); + } else { + common_vendor.index.showToast({ + icon: "error", + title: "购买失败,请求错误" + }); + return; + } + }; + const getProduct = async () => { + const res = await common_vendor.index.request({ + url: api_request.baseUrl + "/cart/cart/list", + method: "POST", + header: { + cookie: wx.getStorageSync("cookie") + }, + data: JSON.stringify(totalInfo.value) + }); + if (res.data.code === 1) { + productArr.value = res.data.data; + console.log("productArr--->", productArr.value); + productArr.value.forEach((item) => { + sumprice.value += item.goodVO.price * item.quantity; + }); + } + }; + const shortNum = (index) => { + if (productArr.value[index].quantity > 1) { + productArr.value[index].quantity -= 1; + sumprice.value -= productArr.value[index].goodVO.price * 1; + } + }; + const addNum = (index) => { + if (productArr.value[index].quantity < productArr.value[index].goodVO.inventory) { + productArr.value[index].quantity += 1; + sumprice.value += productArr.value[index].goodVO.price * 1; + } + }; + return (_ctx, _cache) => { + return { + a: common_vendor.t(addressRealInfo.value.region), + b: common_vendor.unref(common_assets.dingwei$1), + c: common_vendor.t(addressRealInfo.value.detailAddress), + d: common_vendor.unref(common_assets.you_cheng), + e: common_vendor.o(($event) => loadPop()), + f: common_vendor.t(addressRealInfo.value.name), + g: common_vendor.t(addressRealInfo.value.phone), + h: common_vendor.f(productArr.value, (item, index, i0) => { + return { + a: item.goodVO.goodImg, + b: common_vendor.t(item.goodVO.name), + c: common_vendor.t(item.goodVO.type), + d: common_vendor.t(item.goodVO.price), + e: common_vendor.o(($event) => shortNum(index)), + f: common_vendor.t(item.quantity), + g: common_vendor.o(($event) => addNum(index)), + h: index + }; + }), + i: common_vendor.unref(common_assets.short), + j: common_vendor.unref(common_assets.add), + k: common_vendor.unref(common_assets.yiwen), + l: common_vendor.t(productArr.value.length), + m: common_vendor.unref(common_assets.rmb_36px), + n: common_vendor.t(sumprice.value), + o: note.value, + p: common_vendor.o(($event) => note.value = $event.detail.value), + q: common_vendor.unref(common_assets.rmb_huang), + r: common_vendor.t(sumprice.value), + s: common_vendor.o(createOrder), + t: () => ({ + r: popup, + k: "popup" + }), + v: common_vendor.o(_ctx.change), + w: common_vendor.p({ + ["background-color"]: "#fff" + }) + }; + }; + } +}; +const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-eda1e8f0"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/product-waitpay/product-waitpay.vue"]]); +my.createPage(MiniProgramPage); diff --git a/unpackage/dist/dev/mp-alipay/pages/order/product-waitpay/product-waitpay.json b/unpackage/dist/dev/mp-alipay/pages/order/product-waitpay/product-waitpay.json new file mode 100644 index 0000000..69b7f80 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/order/product-waitpay/product-waitpay.json @@ -0,0 +1,7 @@ +{ + "defaultTitle": "", + "usingComponents": { + "uni-popup": "../../../uni_modules/uni-popup/components/uni-popup/uni-popup", + "address-component-vue": "../component/addressComponent" + } +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/order/productOrderDetail/productOrderDetail.acss b/unpackage/dist/dev/mp-alipay/pages/order/productOrderDetail/productOrderDetail.acss new file mode 100644 index 0000000..9839a73 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/order/productOrderDetail/productOrderDetail.acss @@ -0,0 +1,738 @@ +/* 水平间距 */ +/* 水平间距 */ +/************************************************************ +** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 ** +** 否则页面将无法正常显示 ** +************************************************************/ +html.data-v-f0df60ad { + font-size: 16px; +} +body.data-v-f0df60ad { + 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-f0df60ad, +image.data-v-f0df60ad, +text.data-v-f0df60ad { + box-sizing: border-box; + flex-shrink: 0; +} +#app.data-v-f0df60ad { + width: 100vw; + height: 100vh; +} +.flex-row.data-v-f0df60ad { + display: flex; + flex-direction: row; +} +.flex-col.data-v-f0df60ad { + display: flex; + flex-direction: column; +} +.justify-start.data-v-f0df60ad { + justify-content: flex-start; +} +.justify-end.data-v-f0df60ad { + justify-content: flex-end; +} +.justify-center.data-v-f0df60ad { + justify-content: center; +} +.justify-between.data-v-f0df60ad { + justify-content: space-between; +} +.justify-around.data-v-f0df60ad { + justify-content: space-around; +} +.justify-evenly.data-v-f0df60ad { + justify-content: space-evenly; +} +.items-start.data-v-f0df60ad { + align-items: flex-start; +} +.items-end.data-v-f0df60ad { + align-items: flex-end; +} +.items-center.data-v-f0df60ad { + align-items: center; +} +.items-baseline.data-v-f0df60ad { + align-items: baseline; +} +.items-stretch.data-v-f0df60ad { + align-items: stretch; +} +.self-start.data-v-f0df60ad { + align-self: flex-start; +} +.self-end.data-v-f0df60ad { + align-self: flex-end; +} +.self-center.data-v-f0df60ad { + align-self: center; +} +.self-baseline.data-v-f0df60ad { + align-self: baseline; +} +.self-stretch.data-v-f0df60ad { + align-self: stretch; +} +.flex-1.data-v-f0df60ad { + flex: 1 1 0%; +} +.flex-auto.data-v-f0df60ad { + flex: 1 1 auto; +} +.grow.data-v-f0df60ad { + flex-grow: 1; +} +.grow-0.data-v-f0df60ad { + flex-grow: 0; +} +.shrink.data-v-f0df60ad { + flex-shrink: 1; +} +.shrink-0.data-v-f0df60ad { + flex-shrink: 0; +} +.relative.data-v-f0df60ad { + position: relative; +} +.ml-2.data-v-f0df60ad { + margin-left: 3.75rpx; +} +.mt-2.data-v-f0df60ad { + margin-top: 3.75rpx; +} +.ml-4.data-v-f0df60ad { + margin-left: 7.5rpx; +} +.mt-4.data-v-f0df60ad { + margin-top: 7.5rpx; +} +.ml-6.data-v-f0df60ad { + margin-left: 11.25rpx; +} +.mt-6.data-v-f0df60ad { + margin-top: 11.25rpx; +} +.ml-8.data-v-f0df60ad { + margin-left: 15rpx; +} +.mt-8.data-v-f0df60ad { + margin-top: 15rpx; +} +.ml-10.data-v-f0df60ad { + margin-left: 18.75rpx; +} +.mt-10.data-v-f0df60ad { + margin-top: 18.75rpx; +} +.ml-12.data-v-f0df60ad { + margin-left: 22.5rpx; +} +.mt-12.data-v-f0df60ad { + margin-top: 22.5rpx; +} +.ml-14.data-v-f0df60ad { + margin-left: 26.25rpx; +} +.mt-14.data-v-f0df60ad { + margin-top: 26.25rpx; +} +.ml-16.data-v-f0df60ad { + margin-left: 30rpx; +} +.mt-16.data-v-f0df60ad { + margin-top: 30rpx; +} +.ml-18.data-v-f0df60ad { + margin-left: 33.75rpx; +} +.mt-18.data-v-f0df60ad { + margin-top: 33.75rpx; +} +.ml-20.data-v-f0df60ad { + margin-left: 37.5rpx; +} +.mt-20.data-v-f0df60ad { + margin-top: 37.5rpx; +} +.ml-22.data-v-f0df60ad { + margin-left: 41.25rpx; +} +.mt-22.data-v-f0df60ad { + margin-top: 41.25rpx; +} +.ml-24.data-v-f0df60ad { + margin-left: 45rpx; +} +.mt-24.data-v-f0df60ad { + margin-top: 45rpx; +} +.ml-26.data-v-f0df60ad { + margin-left: 48.75rpx; +} +.mt-26.data-v-f0df60ad { + margin-top: 48.75rpx; +} +.ml-28.data-v-f0df60ad { + margin-left: 52.5rpx; +} +.mt-28.data-v-f0df60ad { + margin-top: 52.5rpx; +} +.ml-30.data-v-f0df60ad { + margin-left: 56.25rpx; +} +.mt-30.data-v-f0df60ad { + margin-top: 56.25rpx; +} +.ml-32.data-v-f0df60ad { + margin-left: 60rpx; +} +.mt-32.data-v-f0df60ad { + margin-top: 60rpx; +} +.ml-34.data-v-f0df60ad { + margin-left: 63.75rpx; +} +.mt-34.data-v-f0df60ad { + margin-top: 63.75rpx; +} +.ml-36.data-v-f0df60ad { + margin-left: 67.5rpx; +} +.mt-36.data-v-f0df60ad { + margin-top: 67.5rpx; +} +.ml-38.data-v-f0df60ad { + margin-left: 71.25rpx; +} +.mt-38.data-v-f0df60ad { + margin-top: 71.25rpx; +} +.ml-40.data-v-f0df60ad { + margin-left: 75rpx; +} +.mt-40.data-v-f0df60ad { + margin-top: 75rpx; +} +.ml-42.data-v-f0df60ad { + margin-left: 78.75rpx; +} +.mt-42.data-v-f0df60ad { + margin-top: 78.75rpx; +} +.ml-44.data-v-f0df60ad { + margin-left: 82.5rpx; +} +.mt-44.data-v-f0df60ad { + margin-top: 82.5rpx; +} +.ml-46.data-v-f0df60ad { + margin-left: 86.25rpx; +} +.mt-46.data-v-f0df60ad { + margin-top: 86.25rpx; +} +.ml-48.data-v-f0df60ad { + margin-left: 90rpx; +} +.mt-48.data-v-f0df60ad { + margin-top: 90rpx; +} +.ml-50.data-v-f0df60ad { + margin-left: 93.75rpx; +} +.mt-50.data-v-f0df60ad { + margin-top: 93.75rpx; +} +.ml-52.data-v-f0df60ad { + margin-left: 97.5rpx; +} +.mt-52.data-v-f0df60ad { + margin-top: 97.5rpx; +} +.ml-54.data-v-f0df60ad { + margin-left: 101.25rpx; +} +.mt-54.data-v-f0df60ad { + margin-top: 101.25rpx; +} +.ml-56.data-v-f0df60ad { + margin-left: 105rpx; +} +.mt-56.data-v-f0df60ad { + margin-top: 105rpx; +} +.ml-58.data-v-f0df60ad { + margin-left: 108.75rpx; +} +.mt-58.data-v-f0df60ad { + margin-top: 108.75rpx; +} +.ml-60.data-v-f0df60ad { + margin-left: 112.5rpx; +} +.mt-60.data-v-f0df60ad { + margin-top: 112.5rpx; +} +.ml-62.data-v-f0df60ad { + margin-left: 116.25rpx; +} +.mt-62.data-v-f0df60ad { + margin-top: 116.25rpx; +} +.ml-64.data-v-f0df60ad { + margin-left: 120rpx; +} +.mt-64.data-v-f0df60ad { + margin-top: 120rpx; +} +.ml-66.data-v-f0df60ad { + margin-left: 123.75rpx; +} +.mt-66.data-v-f0df60ad { + margin-top: 123.75rpx; +} +.ml-68.data-v-f0df60ad { + margin-left: 127.5rpx; +} +.mt-68.data-v-f0df60ad { + margin-top: 127.5rpx; +} +.ml-70.data-v-f0df60ad { + margin-left: 131.25rpx; +} +.mt-70.data-v-f0df60ad { + margin-top: 131.25rpx; +} +.ml-72.data-v-f0df60ad { + margin-left: 135rpx; +} +.mt-72.data-v-f0df60ad { + margin-top: 135rpx; +} +.ml-74.data-v-f0df60ad { + margin-left: 138.75rpx; +} +.mt-74.data-v-f0df60ad { + margin-top: 138.75rpx; +} +.ml-76.data-v-f0df60ad { + margin-left: 142.5rpx; +} +.mt-76.data-v-f0df60ad { + margin-top: 142.5rpx; +} +.ml-78.data-v-f0df60ad { + margin-left: 146.25rpx; +} +.mt-78.data-v-f0df60ad { + margin-top: 146.25rpx; +} +.ml-80.data-v-f0df60ad { + margin-left: 150rpx; +} +.mt-80.data-v-f0df60ad { + margin-top: 150rpx; +} +.ml-82.data-v-f0df60ad { + margin-left: 153.75rpx; +} +.mt-82.data-v-f0df60ad { + margin-top: 153.75rpx; +} +.ml-84.data-v-f0df60ad { + margin-left: 157.5rpx; +} +.mt-84.data-v-f0df60ad { + margin-top: 157.5rpx; +} +.ml-86.data-v-f0df60ad { + margin-left: 161.25rpx; +} +.mt-86.data-v-f0df60ad { + margin-top: 161.25rpx; +} +.ml-88.data-v-f0df60ad { + margin-left: 165rpx; +} +.mt-88.data-v-f0df60ad { + margin-top: 165rpx; +} +.ml-90.data-v-f0df60ad { + margin-left: 168.75rpx; +} +.mt-90.data-v-f0df60ad { + margin-top: 168.75rpx; +} +.ml-92.data-v-f0df60ad { + margin-left: 172.5rpx; +} +.mt-92.data-v-f0df60ad { + margin-top: 172.5rpx; +} +.ml-94.data-v-f0df60ad { + margin-left: 176.25rpx; +} +.mt-94.data-v-f0df60ad { + margin-top: 176.25rpx; +} +.ml-96.data-v-f0df60ad { + margin-left: 180rpx; +} +.mt-96.data-v-f0df60ad { + margin-top: 180rpx; +} +.ml-98.data-v-f0df60ad { + margin-left: 183.75rpx; +} +.mt-98.data-v-f0df60ad { + margin-top: 183.75rpx; +} +.ml-100.data-v-f0df60ad { + margin-left: 187.5rpx; +} +.mt-100.data-v-f0df60ad { + margin-top: 187.5rpx; +} +.ml-7.data-v-f0df60ad { + margin-left: 13.13rpx; +} +.mt-9.data-v-f0df60ad { + margin-top: 16.88rpx; +} +.ml-17.data-v-f0df60ad { + margin-left: 31.88rpx; +} +.mt-11.data-v-f0df60ad { + margin-top: 20.63rpx; +} +.mt-39.data-v-f0df60ad { + margin-top: 73.13rpx; +} +.ml-11.data-v-f0df60ad { + margin-left: 20.63rpx; +} +.mt-19.data-v-f0df60ad { + margin-top: 35.63rpx; +} +.page.data-v-f0df60ad { + background-color: #fffaf0; + width: 100%; + overflow-y: auto; + overflow-x: hidden; + height: 100%; +} +.image-wrapper.data-v-f0df60ad { + padding: 15rpx 0; + background-color: #a0522d; +} +.image.data-v-f0df60ad { + margin-left: 16.88rpx; + width: 37.5rpx; + height: 37.5rpx; +} +.group.data-v-f0df60ad { + padding-left: 16.41rpx; + padding-right: 13.59rpx; +} +.group_2.data-v-f0df60ad { + padding: 15rpx 0; +} +.section.data-v-f0df60ad { + padding: 20.49rpx 26.12rpx 22.63rpx; + background-color: #ffffff; + border-radius: 18.75rpx; + border: solid 1.88rpx #818181; +} +.image_2.data-v-f0df60ad { + width: 61.88rpx; + height: 61.88rpx; +} +.font.data-v-f0df60ad { + font-size: 26.25rpx; + font-family: Open Sans; + line-height: 24.43rpx; + color: #323232; +} +.text.data-v-f0df60ad { + color: #323233; + font-size: 28.13rpx; + line-height: 26.08rpx; +} +.section_2.data-v-f0df60ad { + padding: 32.72rpx 14.94rpx 31.99rpx 18.68rpx; + background-color: #ffffff; + border-radius: 18.75rpx; + border: solid 1.88rpx #818181; +} +.image_3.data-v-f0df60ad { + width: 43.13rpx; + height: 43.13rpx; +} +.text_2.data-v-f0df60ad { + line-height: 23.77rpx; +} +.font_2.data-v-f0df60ad { + font-size: 22.5rpx; + font-family: Open Sans; + line-height: 20.68rpx; + color: #818181; +} +.text_3.data-v-f0df60ad { + line-height: 20.91rpx; +} +.section_3.data-v-f0df60ad { + padding: 0 14.89rpx 18.88rpx 18.62rpx; + background-color: #ffffff; + border-radius: 18.75rpx; + border: solid 1.88rpx #818181; +} +.group_3.data-v-f0df60ad { + padding: 20.49rpx 3.75rpx 18.75rpx; + border-bottom: solid 1.88rpx #dfdfdf; +} +.image_4.data-v-f0df60ad { + margin-bottom: 5.63rpx; + border-radius: 9.38rpx; + width: 146.25rpx; + height: 165rpx; +} +.group_4.data-v-f0df60ad { + margin-top: 4.07rpx; +} +.text_4.data-v-f0df60ad { + margin-left: 2.1rpx; + line-height: 20.79rpx; +} +.group_5.data-v-f0df60ad { + width: 90.66rpx; +} +.text_5.data-v-f0df60ad { + margin-left: 25.03rpx; + color: #323232; + font-size: 33.75rpx; + font-family: Open Sans; + font-weight: 600; + line-height: 24.88rpx; +} +.image_5.data-v-f0df60ad { + width: 30rpx; + height: 30rpx; +} +.image_6.data-v-f0df60ad { + margin-left: -90.66rpx; +} +.font_3.data-v-f0df60ad { + font-size: 26.25rpx; + font-family: Open Sans; + line-height: 20.68rpx; + color: #323232; +} +.text_6.data-v-f0df60ad { + font-weight: 600; + line-height: 19.29rpx; +} +.text_7.data-v-f0df60ad { + margin-right: 9.83rpx; + margin-bottom: 7.5rpx; + line-height: 18.73rpx; +} +.view.data-v-f0df60ad { + margin-top: 26.25rpx; + padding: 0 5.53rpx; +} +.font_4.data-v-f0df60ad { + font-size: 26.25rpx; + font-family: Open Sans; + line-height: 24.43rpx; + color: #818181; +} +.text_8.data-v-f0df60ad { + line-height: 24.36rpx; +} +.text_9.data-v-f0df60ad { + line-height: 19.39rpx; +} +.view_2.data-v-f0df60ad { + margin-top: 13.13rpx; + padding: 0 4.69rpx; +} +.text_10.data-v-f0df60ad { + line-height: 24.26rpx; +} +.group_1.data-v-f0df60ad { + margin-right: 2.72rpx; +} +.image_7.data-v-f0df60ad { + width: 41.25rpx; + height: 30rpx; +} +.text_11.data-v-f0df60ad { + line-height: 19.39rpx; +} +.group_7.data-v-f0df60ad { + margin-top: 16.88rpx; + padding: 0 5.91rpx; +} +.group_8.data-v-f0df60ad { + width: 128.44rpx; +} +.image_8.data-v-f0df60ad { + margin-left: 98.44rpx; +} +.text_12.data-v-f0df60ad { + margin-left: -128.44rpx; + line-height: 24.54rpx; +} +.text_13.data-v-f0df60ad { + color: #fb8b05; + line-height: 19.39rpx; +} +.divider.data-v-f0df60ad { + background-color: #dfdfdf; + height: 1.88rpx; +} +.view_3.data-v-f0df60ad { + margin: 16.88rpx 9.62rpx 0 3.75rpx; +} +.text_14.data-v-f0df60ad { + margin-left: 5.16rpx; + margin-top: 24.86rpx; + line-height: 24.21rpx; +} +.text-wrapper.data-v-f0df60ad { + margin-right: 13.37rpx; + margin-top: 16.56rpx; + padding: 14.64rpx 0 9.77rpx; + background-color: #ffffff; + border-radius: 9.38rpx; + border: solid 1.88rpx #f1f1b5; +} +.text_15.data-v-f0df60ad { + margin-left: 15.37rpx; + margin-right: 20.27rpx; + line-height: 26.25rpx; +} +.view_4.data-v-f0df60ad { + margin: 18.75rpx 9.62rpx 0 3.75rpx; +} +.view_5.data-v-f0df60ad { + margin-top: 24.09rpx; + padding: 0 4.88rpx; +} +.text_16.data-v-f0df60ad { + line-height: 20.85rpx; +} +.group_9.data-v-f0df60ad { + margin-right: 4.74rpx; +} +.font_5.data-v-f0df60ad { + font-size: 22.5rpx; + font-family: Open Sans; + color: #323232; +} +.text_17.data-v-f0df60ad { + line-height: 16.54rpx; +} +.text-wrapper_2.data-v-f0df60ad { + padding-bottom: 2.29rpx; + background-color: #fffef8; + width: 50.63rpx; + height: 22.5rpx; + border: solid 0.94rpx #d1d1d1; +} +.text_18.data-v-f0df60ad { + color: #323232; + font-size: 18.75rpx; + font-family: Open Sans; + line-height: 17.38rpx; +} +.view_6.data-v-f0df60ad { + margin-top: 11.16rpx; + padding: 0 4.35rpx; +} +.text_19.data-v-f0df60ad { + line-height: 20.7rpx; +} +.text_20.data-v-f0df60ad { + margin-right: 157.91rpx; + line-height: 16.63rpx; +} +.group_10.data-v-f0df60ad { + margin-top: 27.81rpx; +} +.image_9.data-v-f0df60ad { + width: 45rpx; + height: 45rpx; +} +.font_6.data-v-f0df60ad { + font-size: 30rpx; + font-family: Open Sans; + color: #323232; +} +.text_21.data-v-f0df60ad { + line-height: 27.69rpx; +} +.image_10.data-v-f0df60ad { + width: 251.25rpx; + height: 1.88rpx; +} +.text_22.data-v-f0df60ad { + line-height: 27.71rpx; +} +.grid.data-v-f0df60ad { + margin-left: 11.72rpx; + margin-right: 14.53rpx; + height: 965.63rpx; + display: grid; + grid-template-rows: repeat(2, minmax(0, 1fr)); + grid-template-columns: repeat(2, minmax(0, 1fr)); + row-gap: 30.13rpx; + column-gap: 28.26rpx; +} +.grid-item.data-v-f0df60ad { + padding-bottom: 28.26rpx; + background-color: #ffffff; + border-radius: 18.75rpx; + border: solid 1.88rpx #818181; +} +.image_11.data-v-f0df60ad { + border-radius: 18.75rpx 18.75rpx 0rpx 0rpx; + width: 333.75rpx; + height: 322.5rpx; +} +.font_7.data-v-f0df60ad { + font-size: 26.25rpx; + font-family: Open Sans; + line-height: 30rpx; + color: #000000; +} +.text_23.data-v-f0df60ad { + margin: 8.42rpx 6.69rpx 0 12.06rpx; + font-size: 24.38rpx; +} +.group_11.data-v-f0df60ad { + margin-top: 17.83rpx; + padding: 0 22.37rpx; +} +.image_12.data-v-f0df60ad { + width: 26.25rpx; + height: 26.25rpx; +} +.font_8.data-v-f0df60ad { + font-size: 30rpx; + font-family: Times New Roman; + line-height: 20.68rpx; + color: #fbb612; +} +.section_4.data-v-f0df60ad { + background-color: #ffffff; + height: 103.13rpx; +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/order/productOrderDetail/productOrderDetail.axml b/unpackage/dist/dev/mp-alipay/pages/order/productOrderDetail/productOrderDetail.axml new file mode 100644 index 0000000..f6b2695 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/order/productOrderDetail/productOrderDetail.axml @@ -0,0 +1 @@ +等待商家发货张三 15888610253黑龙江省哈尔滨市呼兰区学院路街道288号哈尔滨华德学院非遗绒花【材料包】已选种类:紫色138.00×1商品总价138.00优惠券50.00应付款:88.00买家留言 希望所使用的材料是可持续来源的,并且制作工艺要精细,以确保每一朵花瓣都能生动地展现出绒花的质感和美感。 订单编号:E20241005095840091406189复制创建时间:2024-10-05 09:58:41在线客服更多精选商品【非遗手工艺体验】玉雕-古法制玉体验99.00 \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/order/productOrderDetail/productOrderDetail.js b/unpackage/dist/dev/mp-alipay/pages/order/productOrderDetail/productOrderDetail.js new file mode 100644 index 0000000..e63982c --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/order/productOrderDetail/productOrderDetail.js @@ -0,0 +1,18 @@ +"use strict"; +const common_vendor = require("../../../common/vendor.js"); +const _sfc_main = { + __name: "productOrderDetail", + setup(__props) { + return (_ctx, _cache) => { + return { + a: common_vendor.f(_ctx.items, (item, index, i0) => { + return { + a: index + }; + }) + }; + }; + } +}; +const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-f0df60ad"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/order/productOrderDetail/productOrderDetail.vue"]]); +my.createPage(MiniProgramPage); diff --git a/unpackage/dist/dev/mp-alipay/pages/order/productOrderDetail/productOrderDetail.json b/unpackage/dist/dev/mp-alipay/pages/order/productOrderDetail/productOrderDetail.json new file mode 100644 index 0000000..f001b2f --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/order/productOrderDetail/productOrderDetail.json @@ -0,0 +1,4 @@ +{ + "defaultTitle": "", + "usingComponents": {} +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/service/productDetail/productDetail.acss b/unpackage/dist/dev/mp-alipay/pages/service/productDetail/productDetail.acss new file mode 100644 index 0000000..67515e9 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/service/productDetail/productDetail.acss @@ -0,0 +1,686 @@ +/* 水平间距 */ +/* 水平间距 */ +/************************************************************ +** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 ** +** 否则页面将无法正常显示 ** +************************************************************/ +html.data-v-4d02f7b2 { + font-size: 16px; +} +body.data-v-4d02f7b2 { + 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-4d02f7b2, +image.data-v-4d02f7b2, +text.data-v-4d02f7b2 { + box-sizing: border-box; + flex-shrink: 0; +} +#app.data-v-4d02f7b2 { + width: 100vw; + height: 100vh; +} +.flex-row.data-v-4d02f7b2 { + display: flex; + flex-direction: row; +} +.flex-col.data-v-4d02f7b2 { + display: flex; + flex-direction: column; +} +.justify-start.data-v-4d02f7b2 { + justify-content: flex-start; +} +.justify-end.data-v-4d02f7b2 { + justify-content: flex-end; +} +.justify-center.data-v-4d02f7b2 { + justify-content: center; +} +.justify-between.data-v-4d02f7b2 { + justify-content: space-between; +} +.justify-around.data-v-4d02f7b2 { + justify-content: space-around; +} +.justify-evenly.data-v-4d02f7b2 { + justify-content: space-evenly; +} +.items-start.data-v-4d02f7b2 { + align-items: flex-start; +} +.items-end.data-v-4d02f7b2 { + align-items: flex-end; +} +.items-center.data-v-4d02f7b2 { + align-items: center; +} +.items-baseline.data-v-4d02f7b2 { + align-items: baseline; +} +.items-stretch.data-v-4d02f7b2 { + align-items: stretch; +} +.self-start.data-v-4d02f7b2 { + align-self: flex-start; +} +.self-end.data-v-4d02f7b2 { + align-self: flex-end; +} +.self-center.data-v-4d02f7b2 { + align-self: center; +} +.self-baseline.data-v-4d02f7b2 { + align-self: baseline; +} +.self-stretch.data-v-4d02f7b2 { + align-self: stretch; +} +.flex-1.data-v-4d02f7b2 { + flex: 1 1 0%; +} +.flex-auto.data-v-4d02f7b2 { + flex: 1 1 auto; +} +.grow.data-v-4d02f7b2 { + flex-grow: 1; +} +.grow-0.data-v-4d02f7b2 { + flex-grow: 0; +} +.shrink.data-v-4d02f7b2 { + flex-shrink: 1; +} +.shrink-0.data-v-4d02f7b2 { + flex-shrink: 0; +} +.relative.data-v-4d02f7b2 { + position: relative; +} +.ml-2.data-v-4d02f7b2 { + margin-left: 3.75rpx; +} +.mt-2.data-v-4d02f7b2 { + margin-top: 3.75rpx; +} +.ml-4.data-v-4d02f7b2 { + margin-left: 7.5rpx; +} +.mt-4.data-v-4d02f7b2 { + margin-top: 7.5rpx; +} +.ml-6.data-v-4d02f7b2 { + margin-left: 11.25rpx; +} +.mt-6.data-v-4d02f7b2 { + margin-top: 11.25rpx; +} +.ml-8.data-v-4d02f7b2 { + margin-left: 15rpx; +} +.mt-8.data-v-4d02f7b2 { + margin-top: 15rpx; +} +.ml-10.data-v-4d02f7b2 { + margin-left: 18.75rpx; +} +.mt-10.data-v-4d02f7b2 { + margin-top: 18.75rpx; +} +.ml-12.data-v-4d02f7b2 { + margin-left: 22.5rpx; +} +.mt-12.data-v-4d02f7b2 { + margin-top: 22.5rpx; +} +.ml-14.data-v-4d02f7b2 { + margin-left: 26.25rpx; +} +.mt-14.data-v-4d02f7b2 { + margin-top: 26.25rpx; +} +.ml-16.data-v-4d02f7b2 { + margin-left: 30rpx; +} +.mt-16.data-v-4d02f7b2 { + margin-top: 30rpx; +} +.ml-18.data-v-4d02f7b2 { + margin-left: 33.75rpx; +} +.mt-18.data-v-4d02f7b2 { + margin-top: 33.75rpx; +} +.ml-20.data-v-4d02f7b2 { + margin-left: 37.5rpx; +} +.mt-20.data-v-4d02f7b2 { + margin-top: 37.5rpx; +} +.ml-22.data-v-4d02f7b2 { + margin-left: 41.25rpx; +} +.mt-22.data-v-4d02f7b2 { + margin-top: 41.25rpx; +} +.ml-24.data-v-4d02f7b2 { + margin-left: 45rpx; +} +.mt-24.data-v-4d02f7b2 { + margin-top: 45rpx; +} +.ml-26.data-v-4d02f7b2 { + margin-left: 48.75rpx; +} +.mt-26.data-v-4d02f7b2 { + margin-top: 48.75rpx; +} +.ml-28.data-v-4d02f7b2 { + margin-left: 52.5rpx; +} +.mt-28.data-v-4d02f7b2 { + margin-top: 52.5rpx; +} +.ml-30.data-v-4d02f7b2 { + margin-left: 56.25rpx; +} +.mt-30.data-v-4d02f7b2 { + margin-top: 56.25rpx; +} +.ml-32.data-v-4d02f7b2 { + margin-left: 60rpx; +} +.mt-32.data-v-4d02f7b2 { + margin-top: 60rpx; +} +.ml-34.data-v-4d02f7b2 { + margin-left: 63.75rpx; +} +.mt-34.data-v-4d02f7b2 { + margin-top: 63.75rpx; +} +.ml-36.data-v-4d02f7b2 { + margin-left: 67.5rpx; +} +.mt-36.data-v-4d02f7b2 { + margin-top: 67.5rpx; +} +.ml-38.data-v-4d02f7b2 { + margin-left: 71.25rpx; +} +.mt-38.data-v-4d02f7b2 { + margin-top: 71.25rpx; +} +.ml-40.data-v-4d02f7b2 { + margin-left: 75rpx; +} +.mt-40.data-v-4d02f7b2 { + margin-top: 75rpx; +} +.ml-42.data-v-4d02f7b2 { + margin-left: 78.75rpx; +} +.mt-42.data-v-4d02f7b2 { + margin-top: 78.75rpx; +} +.ml-44.data-v-4d02f7b2 { + margin-left: 82.5rpx; +} +.mt-44.data-v-4d02f7b2 { + margin-top: 82.5rpx; +} +.ml-46.data-v-4d02f7b2 { + margin-left: 86.25rpx; +} +.mt-46.data-v-4d02f7b2 { + margin-top: 86.25rpx; +} +.ml-48.data-v-4d02f7b2 { + margin-left: 90rpx; +} +.mt-48.data-v-4d02f7b2 { + margin-top: 90rpx; +} +.ml-50.data-v-4d02f7b2 { + margin-left: 93.75rpx; +} +.mt-50.data-v-4d02f7b2 { + margin-top: 93.75rpx; +} +.ml-52.data-v-4d02f7b2 { + margin-left: 97.5rpx; +} +.mt-52.data-v-4d02f7b2 { + margin-top: 97.5rpx; +} +.ml-54.data-v-4d02f7b2 { + margin-left: 101.25rpx; +} +.mt-54.data-v-4d02f7b2 { + margin-top: 101.25rpx; +} +.ml-56.data-v-4d02f7b2 { + margin-left: 105rpx; +} +.mt-56.data-v-4d02f7b2 { + margin-top: 105rpx; +} +.ml-58.data-v-4d02f7b2 { + margin-left: 108.75rpx; +} +.mt-58.data-v-4d02f7b2 { + margin-top: 108.75rpx; +} +.ml-60.data-v-4d02f7b2 { + margin-left: 112.5rpx; +} +.mt-60.data-v-4d02f7b2 { + margin-top: 112.5rpx; +} +.ml-62.data-v-4d02f7b2 { + margin-left: 116.25rpx; +} +.mt-62.data-v-4d02f7b2 { + margin-top: 116.25rpx; +} +.ml-64.data-v-4d02f7b2 { + margin-left: 120rpx; +} +.mt-64.data-v-4d02f7b2 { + margin-top: 120rpx; +} +.ml-66.data-v-4d02f7b2 { + margin-left: 123.75rpx; +} +.mt-66.data-v-4d02f7b2 { + margin-top: 123.75rpx; +} +.ml-68.data-v-4d02f7b2 { + margin-left: 127.5rpx; +} +.mt-68.data-v-4d02f7b2 { + margin-top: 127.5rpx; +} +.ml-70.data-v-4d02f7b2 { + margin-left: 131.25rpx; +} +.mt-70.data-v-4d02f7b2 { + margin-top: 131.25rpx; +} +.ml-72.data-v-4d02f7b2 { + margin-left: 135rpx; +} +.mt-72.data-v-4d02f7b2 { + margin-top: 135rpx; +} +.ml-74.data-v-4d02f7b2 { + margin-left: 138.75rpx; +} +.mt-74.data-v-4d02f7b2 { + margin-top: 138.75rpx; +} +.ml-76.data-v-4d02f7b2 { + margin-left: 142.5rpx; +} +.mt-76.data-v-4d02f7b2 { + margin-top: 142.5rpx; +} +.ml-78.data-v-4d02f7b2 { + margin-left: 146.25rpx; +} +.mt-78.data-v-4d02f7b2 { + margin-top: 146.25rpx; +} +.ml-80.data-v-4d02f7b2 { + margin-left: 150rpx; +} +.mt-80.data-v-4d02f7b2 { + margin-top: 150rpx; +} +.ml-82.data-v-4d02f7b2 { + margin-left: 153.75rpx; +} +.mt-82.data-v-4d02f7b2 { + margin-top: 153.75rpx; +} +.ml-84.data-v-4d02f7b2 { + margin-left: 157.5rpx; +} +.mt-84.data-v-4d02f7b2 { + margin-top: 157.5rpx; +} +.ml-86.data-v-4d02f7b2 { + margin-left: 161.25rpx; +} +.mt-86.data-v-4d02f7b2 { + margin-top: 161.25rpx; +} +.ml-88.data-v-4d02f7b2 { + margin-left: 165rpx; +} +.mt-88.data-v-4d02f7b2 { + margin-top: 165rpx; +} +.ml-90.data-v-4d02f7b2 { + margin-left: 168.75rpx; +} +.mt-90.data-v-4d02f7b2 { + margin-top: 168.75rpx; +} +.ml-92.data-v-4d02f7b2 { + margin-left: 172.5rpx; +} +.mt-92.data-v-4d02f7b2 { + margin-top: 172.5rpx; +} +.ml-94.data-v-4d02f7b2 { + margin-left: 176.25rpx; +} +.mt-94.data-v-4d02f7b2 { + margin-top: 176.25rpx; +} +.ml-96.data-v-4d02f7b2 { + margin-left: 180rpx; +} +.mt-96.data-v-4d02f7b2 { + margin-top: 180rpx; +} +.ml-98.data-v-4d02f7b2 { + margin-left: 183.75rpx; +} +.mt-98.data-v-4d02f7b2 { + margin-top: 183.75rpx; +} +.ml-100.data-v-4d02f7b2 { + margin-left: 187.5rpx; +} +.mt-100.data-v-4d02f7b2 { + margin-top: 187.5rpx; +} +.ml-9.data-v-4d02f7b2 { + margin-left: 16.88rpx; +} +.ml-37.data-v-4d02f7b2 { + margin-left: 69.38rpx; +} +.page.data-v-4d02f7b2 { + padding-bottom: 26.25rpx; + background-color: #fffef8; + border-radius: 37.5rpx 37.5rpx 0rpx 0rpx; + width: 100%; + overflow-y: auto; + overflow-x: hidden; + height: 100%; +} +.group.data-v-4d02f7b2 { + padding: 28.13rpx 30rpx 3.75rpx; +} +.image-wrapper.data-v-4d02f7b2 { + padding-bottom: 166.88rpx; + border-radius: 5.63rpx; + background-image: url("https://ide.code.fun/api/image?token=673992edc471750012df23be&name=f41b64b57071affd8eecfaa15a455af2.png"); + background-size: 100% 100%; + background-repeat: no-repeat; + width: 195rpx; + height: 204.38rpx; +} +.image.data-v-4d02f7b2 { + border-radius: 5.63rpx; + width: 37.5rpx; + height: 37.5rpx; +} +.group_2.data-v-4d02f7b2 { + margin-bottom: 5.31rpx; +} +.group_3.data-v-4d02f7b2 { + margin-left: 12.15rpx; + line-height: 31.03rpx; +} +.text.data-v-4d02f7b2 { + color: #c35c5d; + font-size: 37.5rpx; + font-family: Times New Roman; + font-weight: 700; + line-height: 27.68rpx; +} +.text_2.data-v-4d02f7b2 { + color: #c35c5d; + font-size: 45rpx; + font-family: Times New Roman; + font-weight: 700; + line-height: 31.03rpx; +} +.group_4.data-v-4d02f7b2 { + margin-top: 19.88rpx; +} +.font.data-v-4d02f7b2 { + font-size: 26.25rpx; + font-family: STXingkai; + line-height: 31.88rpx; + color: #818181; +} +.text_1.data-v-4d02f7b2 { + margin-left: 2.1rpx; +} +.image_2.data-v-4d02f7b2 { + margin-right: 20.63rpx; + margin-top: 5.63rpx; + width: 37.5rpx; + height: 37.5rpx; +} +.text-wrapper.data-v-4d02f7b2 { + padding: 33.6rpx 0 26.89rpx; + background-color: #fffef8; + border-radius: 28.13rpx; +} +.font_2.data-v-4d02f7b2 { + font-size: 37.5rpx; + font-family: "YuHongLiang"; + line-height: 45rpx; + color: #000000; +} +.text_3.data-v-4d02f7b2 { + margin-left: 26.46rpx; + line-height: 37.01rpx; +} +.divider.data-v-4d02f7b2 { + margin: 9.38rpx 26.27rpx 0 20.63rpx; + background-color: #d9d9d9; + height: 1.88rpx; +} +.group_5.data-v-4d02f7b2 { + margin-top: 69.38rpx; + overflow-x: hidden; +} +.group_6.data-v-4d02f7b2 { + overflow-x: hidden; + height: 388.13rpx; +} +.image_3.data-v-4d02f7b2 { + width: 155.63rpx; + height: 120rpx; +} +.image_4.data-v-4d02f7b2 { + margin-left: -13.13rpx; +} +.grid.data-v-4d02f7b2 { + margin-top: -28.13rpx; + width: 605.63rpx; + height: 228.75rpx; +} +.grid-item.data-v-4d02f7b2 { + background-color: #fbdedf; + border-radius: 18.75rpx; + background-image: url("https://ide.code.fun/api/image?token=673992edc471750012df23be&name=c9d6fb2a044e18583ff8a4e56c720383.png"); + background-size: 100% 100%; + background-repeat: no-repeat; + width: 253.13rpx; +} +.pos_1.data-v-4d02f7b2 { + position: absolute; + left: 3.75rpx; + top: 0; +} +.section.data-v-4d02f7b2 { + background-image: url("https://ide.code.fun/api/image?token=673992edc471750012df23be&name=c9d6fb2a044e18583ff8a4e56c720383.png"); + background-size: 100% 100%; + background-repeat: no-repeat; + height: 90rpx; +} +.font_3.data-v-4d02f7b2 { + font-size: 30rpx; + font-family: "YuHongLiang"; + line-height: 22.29rpx; + color: #000000; +} +.pos.data-v-4d02f7b2 { + position: absolute; + left: 57.99rpx; + top: 50%; + transform: translateY(-50%); +} +.grid-item_2.data-v-4d02f7b2 { + background-color: #ffffff; + border-radius: 18.75rpx; + background-image: url("https://ide.code.fun/api/image?token=673992edc471750012df23be&name=c9d6fb2a044e18583ff8a4e56c720383.png"); + background-size: 100% 100%; + background-repeat: no-repeat; + width: 253.13rpx; +} +.pos_9.data-v-4d02f7b2 { + position: absolute; + right: 0; + top: 0; +} +.pos_2.data-v-4d02f7b2 { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); +} +.grid-item_3.data-v-4d02f7b2 { + padding: 40.78rpx 0 26.92rpx; + background-color: #ffffff; + border-radius: 18.75rpx; + width: 253.13rpx; +} +.pos_6.data-v-4d02f7b2 { + position: absolute; + left: 0; + top: 138.75rpx; +} +.image_5.data-v-4d02f7b2 { + width: 255rpx; + height: 90rpx; +} +.pos_3.data-v-4d02f7b2 { + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; +} +.pos_7.data-v-4d02f7b2 { + position: absolute; + right: 0; + top: 138.75rpx; +} +.text_4.data-v-4d02f7b2 { + line-height: 22.65rpx; +} +.pos_4.data-v-4d02f7b2 { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); +} +.image_6.data-v-4d02f7b2 { + margin-left: 603.77rpx; + margin-top: -52.5rpx; +} +.text-wrapper_2.data-v-4d02f7b2 { + padding: 29.33rpx 0 39.94rpx; + background-color: #fffef8; + border-radius: 28.13rpx; +} +.text_5.data-v-4d02f7b2 { + margin-left: 67.16rpx; + line-height: 28.24rpx; +} +.group_7.data-v-4d02f7b2 { + padding-left: 30rpx; + padding-right: 15rpx; +} +.group_8.data-v-4d02f7b2 { + padding: 46.88rpx 5.63rpx 43.13rpx; + border-top: solid 1.88rpx #d9d9d9; +} +.text-wrapper_3.data-v-4d02f7b2 { + padding: 17.66rpx 0 17.79rpx; + flex: 1 1 301.88rpx; + background-color: #f3f3f3; + border-radius: 5.63rpx; + height: 60rpx; +} +.font_4.data-v-4d02f7b2 { + font-size: 26.25rpx; + font-family: STXingkai; + line-height: 24.54rpx; +} +.text_6.data-v-4d02f7b2 { + color: #323233; +} +.text-wrapper_4.data-v-4d02f7b2 { + margin-right: 20.63rpx; + padding: 17.66rpx 0 17.79rpx; + flex: 1 1 301.88rpx; + background-color: #fbdedf; + border-radius: 5.63rpx; + height: 60rpx; +} +.text_7.data-v-4d02f7b2 { + color: #c35c5d; +} +.group_9.data-v-4d02f7b2 { + padding-top: 43.13rpx; + height: 234.38rpx; + border-top: solid 1.88rpx #d9d9d9; +} +.section_2.data-v-4d02f7b2 { + margin-left: 24.38rpx; + padding: 35.33rpx 0 68.63rpx 13.73rpx; + background-color: #fff2f2f5; + border-radius: 18.75rpx; +} +.text_9.data-v-4d02f7b2 { + margin-left: 3.64rpx; +} +.section_3.data-v-4d02f7b2 { + margin-left: 15rpx; + margin-top: 189.38rpx; + padding: 16.88rpx 0; + background-color: #fffef8; +} +.section_4.data-v-4d02f7b2 { + padding: 27.3rpx 0 23.79rpx; + background-color: #fbdedf; + border-radius: 46.88rpx; + width: 618.75rpx; +} +.font_5.data-v-4d02f7b2 { + font-size: 30rpx; + font-family: Open Sans; + line-height: 27.54rpx; + color: #c35c5d; +} +.text_8.data-v-4d02f7b2 { + margin-left: 263.59rpx; +} +@font-face { + font-family: "YuHongLiang"; + src: url("https://carbon2.obs.cn-north-4.myhuaweicloud.com/fonts/%E4%BA%8E%E6%B4%AA%E4%BA%AE%E7%A1%AC%E7%AC%94%E8%A1%8C%E6%A5%B7%E6%89%8B%E5%86%99%E5%AD%97%E4%BD%93.TTF") format("truetype"); +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/service/productDetail/productDetail.axml b/unpackage/dist/dev/mp-alipay/pages/service/productDetail/productDetail.axml new file mode 100644 index 0000000..b083632 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/service/productDetail/productDetail.axml @@ -0,0 +1 @@ +99请选择场次数量:20参加日期:2024年11月11月12日11月13日11月14日11月15日场次上午场(09:30-12:00)下午场(13:00-16:00)购买须知:本次课程活动最少需要到达5人才能进行授课 \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/service/productDetail/productDetail.js b/unpackage/dist/dev/mp-alipay/pages/service/productDetail/productDetail.js new file mode 100644 index 0000000..522f2c8 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/service/productDetail/productDetail.js @@ -0,0 +1,8 @@ +"use strict"; +const common_vendor = require("../../../common/vendor.js"); +const _sfc_main = {}; +function _sfc_render(_ctx, _cache) { + return {}; +} +const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-4d02f7b2"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/service/productDetail/productDetail.vue"]]); +my.createPage(MiniProgramPage); diff --git a/unpackage/dist/dev/mp-alipay/pages/service/productDetail/productDetail.json b/unpackage/dist/dev/mp-alipay/pages/service/productDetail/productDetail.json new file mode 100644 index 0000000..f001b2f --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/service/productDetail/productDetail.json @@ -0,0 +1,4 @@ +{ + "defaultTitle": "", + "usingComponents": {} +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/store-home/ProductDetails/ProductDetails.acss b/unpackage/dist/dev/mp-alipay/pages/store-home/ProductDetails/ProductDetails.acss new file mode 100644 index 0000000..3eba6c4 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/store-home/ProductDetails/ProductDetails.acss @@ -0,0 +1,695 @@ +/* 水平间距 */ +/* 水平间距 */ +/************************************************************ +** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 ** +** 否则页面将无法正常显示 ** +************************************************************/ +html.data-v-3361b524 { + font-size: 16px; +} +body.data-v-3361b524 { + 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-3361b524, +image.data-v-3361b524, +text.data-v-3361b524 { + box-sizing: border-box; + flex-shrink: 0; +} +#app.data-v-3361b524 { + width: 100vw; + height: 100vh; +} +.flex-row.data-v-3361b524 { + display: flex; + flex-direction: row; +} +.flex-col.data-v-3361b524 { + display: flex; + flex-direction: column; +} +.justify-start.data-v-3361b524 { + justify-content: flex-start; +} +.justify-end.data-v-3361b524 { + justify-content: flex-end; +} +.justify-center.data-v-3361b524 { + justify-content: center; +} +.justify-between.data-v-3361b524 { + justify-content: space-between; +} +.justify-around.data-v-3361b524 { + justify-content: space-around; +} +.justify-evenly.data-v-3361b524 { + justify-content: space-evenly; +} +.items-start.data-v-3361b524 { + align-items: flex-start; +} +.items-end.data-v-3361b524 { + align-items: flex-end; +} +.items-center.data-v-3361b524 { + align-items: center; +} +.items-baseline.data-v-3361b524 { + align-items: baseline; +} +.items-stretch.data-v-3361b524 { + align-items: stretch; +} +.self-start.data-v-3361b524 { + align-self: flex-start; +} +.self-end.data-v-3361b524 { + align-self: flex-end; +} +.self-center.data-v-3361b524 { + align-self: center; +} +.self-baseline.data-v-3361b524 { + align-self: baseline; +} +.self-stretch.data-v-3361b524 { + align-self: stretch; +} +.flex-1.data-v-3361b524 { + flex: 1 1 0%; +} +.flex-auto.data-v-3361b524 { + flex: 1 1 auto; +} +.grow.data-v-3361b524 { + flex-grow: 1; +} +.grow-0.data-v-3361b524 { + flex-grow: 0; +} +.shrink.data-v-3361b524 { + flex-shrink: 1; +} +.shrink-0.data-v-3361b524 { + flex-shrink: 0; +} +.relative.data-v-3361b524 { + position: relative; +} +.ml-2.data-v-3361b524 { + margin-left: 3.75rpx; +} +.mt-2.data-v-3361b524 { + margin-top: 3.75rpx; +} +.ml-4.data-v-3361b524 { + margin-left: 7.5rpx; +} +.mt-4.data-v-3361b524 { + margin-top: 7.5rpx; +} +.ml-6.data-v-3361b524 { + margin-left: 11.25rpx; +} +.mt-6.data-v-3361b524 { + margin-top: 11.25rpx; +} +.ml-8.data-v-3361b524 { + margin-left: 15rpx; +} +.mt-8.data-v-3361b524 { + margin-top: 15rpx; +} +.ml-10.data-v-3361b524 { + margin-left: 18.75rpx; +} +.mt-10.data-v-3361b524 { + margin-top: 18.75rpx; +} +.ml-12.data-v-3361b524 { + margin-left: 22.5rpx; +} +.mt-12.data-v-3361b524 { + margin-top: 22.5rpx; +} +.ml-14.data-v-3361b524 { + margin-left: 26.25rpx; +} +.mt-14.data-v-3361b524 { + margin-top: 26.25rpx; +} +.ml-16.data-v-3361b524 { + margin-left: 30rpx; +} +.mt-16.data-v-3361b524 { + margin-top: 30rpx; +} +.ml-18.data-v-3361b524 { + margin-left: 33.75rpx; +} +.mt-18.data-v-3361b524 { + margin-top: 33.75rpx; +} +.ml-20.data-v-3361b524 { + margin-left: 37.5rpx; +} +.mt-20.data-v-3361b524 { + margin-top: 37.5rpx; +} +.ml-22.data-v-3361b524 { + margin-left: 41.25rpx; +} +.mt-22.data-v-3361b524 { + margin-top: 41.25rpx; +} +.ml-24.data-v-3361b524 { + margin-left: 45rpx; +} +.mt-24.data-v-3361b524 { + margin-top: 45rpx; +} +.ml-26.data-v-3361b524 { + margin-left: 48.75rpx; +} +.mt-26.data-v-3361b524 { + margin-top: 48.75rpx; +} +.ml-28.data-v-3361b524 { + margin-left: 52.5rpx; +} +.mt-28.data-v-3361b524 { + margin-top: 52.5rpx; +} +.ml-30.data-v-3361b524 { + margin-left: 56.25rpx; +} +.mt-30.data-v-3361b524 { + margin-top: 56.25rpx; +} +.ml-32.data-v-3361b524 { + margin-left: 60rpx; +} +.mt-32.data-v-3361b524 { + margin-top: 60rpx; +} +.ml-34.data-v-3361b524 { + margin-left: 63.75rpx; +} +.mt-34.data-v-3361b524 { + margin-top: 63.75rpx; +} +.ml-36.data-v-3361b524 { + margin-left: 67.5rpx; +} +.mt-36.data-v-3361b524 { + margin-top: 67.5rpx; +} +.ml-38.data-v-3361b524 { + margin-left: 71.25rpx; +} +.mt-38.data-v-3361b524 { + margin-top: 71.25rpx; +} +.ml-40.data-v-3361b524 { + margin-left: 75rpx; +} +.mt-40.data-v-3361b524 { + margin-top: 75rpx; +} +.ml-42.data-v-3361b524 { + margin-left: 78.75rpx; +} +.mt-42.data-v-3361b524 { + margin-top: 78.75rpx; +} +.ml-44.data-v-3361b524 { + margin-left: 82.5rpx; +} +.mt-44.data-v-3361b524 { + margin-top: 82.5rpx; +} +.ml-46.data-v-3361b524 { + margin-left: 86.25rpx; +} +.mt-46.data-v-3361b524 { + margin-top: 86.25rpx; +} +.ml-48.data-v-3361b524 { + margin-left: 90rpx; +} +.mt-48.data-v-3361b524 { + margin-top: 90rpx; +} +.ml-50.data-v-3361b524 { + margin-left: 93.75rpx; +} +.mt-50.data-v-3361b524 { + margin-top: 93.75rpx; +} +.ml-52.data-v-3361b524 { + margin-left: 97.5rpx; +} +.mt-52.data-v-3361b524 { + margin-top: 97.5rpx; +} +.ml-54.data-v-3361b524 { + margin-left: 101.25rpx; +} +.mt-54.data-v-3361b524 { + margin-top: 101.25rpx; +} +.ml-56.data-v-3361b524 { + margin-left: 105rpx; +} +.mt-56.data-v-3361b524 { + margin-top: 105rpx; +} +.ml-58.data-v-3361b524 { + margin-left: 108.75rpx; +} +.mt-58.data-v-3361b524 { + margin-top: 108.75rpx; +} +.ml-60.data-v-3361b524 { + margin-left: 112.5rpx; +} +.mt-60.data-v-3361b524 { + margin-top: 112.5rpx; +} +.ml-62.data-v-3361b524 { + margin-left: 116.25rpx; +} +.mt-62.data-v-3361b524 { + margin-top: 116.25rpx; +} +.ml-64.data-v-3361b524 { + margin-left: 120rpx; +} +.mt-64.data-v-3361b524 { + margin-top: 120rpx; +} +.ml-66.data-v-3361b524 { + margin-left: 123.75rpx; +} +.mt-66.data-v-3361b524 { + margin-top: 123.75rpx; +} +.ml-68.data-v-3361b524 { + margin-left: 127.5rpx; +} +.mt-68.data-v-3361b524 { + margin-top: 127.5rpx; +} +.ml-70.data-v-3361b524 { + margin-left: 131.25rpx; +} +.mt-70.data-v-3361b524 { + margin-top: 131.25rpx; +} +.ml-72.data-v-3361b524 { + margin-left: 135rpx; +} +.mt-72.data-v-3361b524 { + margin-top: 135rpx; +} +.ml-74.data-v-3361b524 { + margin-left: 138.75rpx; +} +.mt-74.data-v-3361b524 { + margin-top: 138.75rpx; +} +.ml-76.data-v-3361b524 { + margin-left: 142.5rpx; +} +.mt-76.data-v-3361b524 { + margin-top: 142.5rpx; +} +.ml-78.data-v-3361b524 { + margin-left: 146.25rpx; +} +.mt-78.data-v-3361b524 { + margin-top: 146.25rpx; +} +.ml-80.data-v-3361b524 { + margin-left: 150rpx; +} +.mt-80.data-v-3361b524 { + margin-top: 150rpx; +} +.ml-82.data-v-3361b524 { + margin-left: 153.75rpx; +} +.mt-82.data-v-3361b524 { + margin-top: 153.75rpx; +} +.ml-84.data-v-3361b524 { + margin-left: 157.5rpx; +} +.mt-84.data-v-3361b524 { + margin-top: 157.5rpx; +} +.ml-86.data-v-3361b524 { + margin-left: 161.25rpx; +} +.mt-86.data-v-3361b524 { + margin-top: 161.25rpx; +} +.ml-88.data-v-3361b524 { + margin-left: 165rpx; +} +.mt-88.data-v-3361b524 { + margin-top: 165rpx; +} +.ml-90.data-v-3361b524 { + margin-left: 168.75rpx; +} +.mt-90.data-v-3361b524 { + margin-top: 168.75rpx; +} +.ml-92.data-v-3361b524 { + margin-left: 172.5rpx; +} +.mt-92.data-v-3361b524 { + margin-top: 172.5rpx; +} +.ml-94.data-v-3361b524 { + margin-left: 176.25rpx; +} +.mt-94.data-v-3361b524 { + margin-top: 176.25rpx; +} +.ml-96.data-v-3361b524 { + margin-left: 180rpx; +} +.mt-96.data-v-3361b524 { + margin-top: 180rpx; +} +.ml-98.data-v-3361b524 { + margin-left: 183.75rpx; +} +.mt-98.data-v-3361b524 { + margin-top: 183.75rpx; +} +.ml-100.data-v-3361b524 { + margin-left: 187.5rpx; +} +.mt-100.data-v-3361b524 { + margin-top: 187.5rpx; +} +.ml-7.data-v-3361b524 { + margin-left: 13.13rpx; +} +.mt-15.data-v-3361b524 { + margin-top: 28.13rpx; +} +.mt-3.data-v-3361b524 { + margin-top: 5.63rpx; +} +.ml-9.data-v-3361b524 { + margin-left: 16.88rpx; +} +.page.data-v-3361b524 { + padding-bottom: 331.88rpx; + background-color: #fffef8; + width: 100%; + overflow-y: auto; + overflow-x: hidden; + height: 100%; +} +.section.data-v-3361b524 { + position: fixed; + top: 0; + left: 0; + right: 0; + padding: 0 82.5rpx 15rpx; + background-color: #a0522d; +} +.group.data-v-3361b524 { + padding: 30rpx 0 11.25rpx 3.75rpx; +} +.font.data-v-3361b524 { + font-size: 30rpx; + font-family: Open Sans; + line-height: 27.66rpx; + color: #fffef8; +} +.text.data-v-3361b524 { + line-height: 27.6rpx; +} +.text_2.data-v-3361b524 { + line-height: 27.64rpx; +} +.section_2.data-v-3361b524 { + background-color: #ffa700; + width: 69.38rpx; + height: 5.63rpx; +} +.image.data-v-3361b524 { + margin-top: 85rpx; + width: 100vw; + height: 48vw; +} +.group_2.data-v-3361b524 { + margin-top: 11.25rpx; + padding: 0 22.5rpx; +} +.font_2.data-v-3361b524 { + font-size: 30rpx; + font-family: Open Sans; + line-height: 35.63rpx; + color: #000000; +} +.equal-division.data-v-3361b524 { + flex: 1 1 0; + margin-right: 11.25rpx; +} +.equal-division-item.data-v-3361b524 { + border-radius: 18.75rpx; + width: 105rpx; + height: 91.88rpx; +} +.group_3.data-v-3361b524 { + margin-top: 22.5rpx; +} +.section_3.data-v-3361b524 { + padding-left: 18.75rpx; + padding-top: 22.5rpx; + background-color: #fffaf0; + border-radius: 18.75rpx; + border-left: solid 1.88rpx #00000033; + border-right: solid 1.88rpx #00000033; + border-top: solid 1.88rpx #00000033; + border-bottom: solid 1.88rpx #00000033; +} +.group_4.data-v-3361b524 { + margin-left: 11.25rpx; + line-height: 30.77rpx; +} +.group_5.data-v-3361b524 { + margin-top: 18.75rpx; +} +.group_6.data-v-3361b524 { + margin-right: 22.5rpx; +} +.image_2.data-v-3361b524 { + width: 33.75rpx; + height: 33.75rpx; +} +.font_3.data-v-3361b524 { + font-size: 26.25rpx; + font-family: Open Sans; + line-height: 24.88rpx; + color: #323232; +} +.divider.data-v-3361b524 { + background-color: #00000033; + height: 1.88rpx; +} +.view.data-v-3361b524 { + margin-right: 37.5rpx; + margin-top: 18.75rpx; +} +.group_7.data-v-3361b524 { + padding: 15rpx 0 11.25rpx; + width: 734.01rpx; +} +.font_4.data-v-3361b524 { + font-size: 26.25rpx; + font-family: Open Sans; + line-height: 31.88rpx; + color: #323232; +} +.text_3.data-v-3361b524 { + text-shadow: 0 1.88rpx #fffaf0, 0 -1.88rpx #fffaf0, 1.88rpx 0 #fffaf0, -1.88rpx 0 #fffaf0; +} +.text_6.data-v-3361b524 { + font-size: 28.13rpx; + line-height: 26.03rpx; +} +.text_7.data-v-3361b524 { + color: #323232; + font-size: 33.75rpx; + font-family: Open Sans; + line-height: 31.46rpx; +} +.text_4.data-v-3361b524 { + color: #ff0000; + font-size: 45rpx; + font-family: FangSong; + line-height: 30.77rpx; +} +.text_5.data-v-3361b524 { + color: #ff0000; + font-size: 26.25rpx; + font-family: FangSong; + line-height: 18.36rpx; +} +.view_2.data-v-3361b524 { + margin-right: 37.5rpx; +} +.group_8.data-v-3361b524 { + padding: 16.88rpx 0 22.5rpx; +} +.text_8.data-v-3361b524 { + color: #000000; + line-height: 24.28rpx; +} +.text-wrapper.data-v-3361b524 { + padding: 7.5rpx 0; + background-color: #ffb35a; + border-radius: 9.38rpx; + width: 90rpx; + height: 39.38rpx; + border-left: solid 1.88rpx #00000033; + border-right: solid 1.88rpx #00000033; + border-top: solid 1.88rpx #00000033; + border-bottom: solid 1.88rpx #00000033; +} +.font_5.data-v-3361b524 { + font-size: 22.5rpx; + font-family: Open Sans; + line-height: 20.72rpx; + color: #323232; +} +.text_9.data-v-3361b524 { + line-height: 20.85rpx; +} +.text-wrapper_2.data-v-3361b524 { + padding: 7.5rpx 0; + background-color: #ffb35a; + border-radius: 9.38rpx; + height: 39.38rpx; + border-left: solid 1.88rpx #00000033; + border-right: solid 1.88rpx #00000033; + border-top: solid 1.88rpx #00000033; + border-bottom: solid 1.88rpx #00000033; +} +.text_10.data-v-3361b524 { + margin: 0 7.5rpx; +} +.text_11.data-v-3361b524 { + line-height: 20.83rpx; +} +.text-wrapper_3.data-v-3361b524 { + padding: 7.5rpx 0; + background-color: #ffb35a; + border-radius: 9.38rpx; + width: 105rpx; + height: 39.38rpx; + border-left: solid 1.88rpx #00000033; + border-right: solid 1.88rpx #00000033; + border-top: solid 1.88rpx #00000033; + border-bottom: solid 1.88rpx #00000033; +} +.section_4.data-v-3361b524 { + padding: 22.5rpx 11.25rpx 37.5rpx; + background-color: #fffaf0; + border-radius: 18.75rpx; + border-left: solid 1.88rpx #818181; + border-right: solid 1.88rpx #818181; + border-top: solid 1.88rpx #818181; + border-bottom: solid 1.88rpx #818181; +} +.text_12.data-v-3361b524 { + color: #000000; + line-height: 27.94rpx; + text-decoration: underline; +} +.text_13.data-v-3361b524 { + margin-left: 11.25rpx; + margin-top: 22.5rpx; + line-height: 24.34rpx; +} +.text_14.data-v-3361b524 { + margin-left: 11.25rpx; + margin-top: 22.5rpx; +} +.text_15.data-v-3361b524 { + margin: 18.75rpx 7.5rpx 0; +} +.text_16.data-v-3361b524 { + margin-left: 7.5rpx; + margin-top: 15rpx; + line-height: 24.96rpx; +} +.text_17.data-v-3361b524 { + margin-left: 11.25rpx; + margin-top: 26.25rpx; + line-height: 24.39rpx; +} +.text_18.data-v-3361b524 { + margin-left: 11.25rpx; + margin-top: 26.25rpx; + line-height: 24.3rpx; +} +.text_19.data-v-3361b524 { + margin-left: 15rpx; + color: #323232; + line-height: 27.69rpx; +} +.section_5.data-v-3361b524 { + padding: 45rpx 0 3838.13rpx; + background-image: url("https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=d47bc18dff7946c7b9090b5677af68d6.png"); + background-size: 100% 100%; + background-repeat: no-repeat; +} +.section_6.data-v-3361b524 { + position: fixed; + bottom: 0; + left: 0; + right: 0; + padding: 15rpx 26.25rpx; + background-color: #f8e8c1; +} +.image_3.data-v-3361b524 { + width: 46.88rpx; + height: 46.88rpx; +} +.text-wrapper_4.data-v-3361b524 { + padding: 22.5rpx 0; + flex: 1 1 283.13rpx; + background-color: #ffcd46; + border-radius: 93.75rpx; + height: 71.25rpx; +} +.font_6.data-v-3361b524 { + font-size: 30rpx; + font-family: Open Sans; + line-height: 27.66rpx; + color: #ffffff; +} +.text_20.data-v-3361b524 { + line-height: 27.79rpx; +} +.text-wrapper_5.data-v-3361b524 { + padding: 22.5rpx 0; + flex: 1 1 283.13rpx; + background-color: #ff2d3d; + border-radius: 93.75rpx; + height: 71.25rpx; +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/store-home/ProductDetails/ProductDetails.axml b/unpackage/dist/dev/mp-alipay/pages/store-home/ProductDetails/ProductDetails.axml new file mode 100644 index 0000000..fea5d91 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/store-home/ProductDetails/ProductDetails.axml @@ -0,0 +1 @@ +商品详情推荐图片展示{{g}}{{h}}中秋节限定 商品简介:{{j}} 商品标签:#{{item.a}}用户须知1.发货后不接受退货、不接受7天无理由退货2.商品购买后无法自主退款,需联系客服进行退款处理 3.定制款商品购买后不接受退货退款,包售后需要录制开箱视频,并且开箱视频需要从拆包装开始 4.商品售罄后的款式也可以重新预定,需等待并联系客服5.定制商品的具体发货日期根据制作团队制作情况而定6.只售后邮寄破损商品详情客服加入购物车立即购买 \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/store-home/ProductDetails/ProductDetails.js b/unpackage/dist/dev/mp-alipay/pages/store-home/ProductDetails/ProductDetails.js new file mode 100644 index 0000000..476f805 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/store-home/ProductDetails/ProductDetails.js @@ -0,0 +1,88 @@ +"use strict"; +const common_vendor = require("../../../common/vendor.js"); +const utils_emitter = require("../../../utils/emitter.js"); +const common_assets = require("../../../common/assets.js"); +if (!Array) { + const _easycom_uni_popup2 = common_vendor.resolveComponent("uni-popup"); + _easycom_uni_popup2(); +} +const _easycom_uni_popup = () => "../../../uni_modules/uni-popup/components/uni-popup/uni-popup.js"; +if (!Math) { + (addProduct + _easycom_uni_popup)(); +} +const addProduct = () => "../../Shopping-cart/component/addProduct2.js"; +const _sfc_main = { + __name: "ProductDetails", + setup(__props) { + const popup = common_vendor.ref(null); + const goodObject = common_vendor.ref({}); + const idInfo = common_vendor.ref([]); + const userInfo = common_vendor.ref({}); + const labelList = common_vendor.ref([]); + common_vendor.onLoad((options) => { + goodObject.value = JSON.parse(options.info); + idInfo.value = [{ + goodId: goodObject.value.id, + quantity: 1 + //暂时为1 + }]; + labelList.value = goodObject.value.label.split(";"); + labelList.value = labelList.value.filter((s) => { + return s; + }); + }); + common_vendor.onShow(() => { + userInfo.value = wx.getStorageSync("userInfo"); + console.log("商品对象--->", goodObject.value); + }); + common_vendor.onMounted(() => { + utils_emitter.emitter.on("close", () => { + close(); + }); + }); + const loadPop = () => { + popup.value.open("bottom"); + utils_emitter.emitter.emit("product", goodObject.value); + }; + const close = () => { + popup.value.close(); + }; + const jump_buy = () => { + common_vendor.index.navigateTo({ + url: "../../../pages/order/product-waitpay/product-waitpay?cartInfo=" + JSON.stringify(idInfo.value) + }); + }; + return (_ctx, _cache) => { + return { + a: goodObject.value.goodImg, + b: common_vendor.unref(common_assets.show1), + c: common_vendor.unref(common_assets.show2), + d: common_vendor.unref(common_assets.show3), + e: common_vendor.unref(common_assets.show4), + f: common_vendor.unref(common_assets.show3), + g: common_vendor.t(goodObject.value.price), + h: common_vendor.t(goodObject.value.name), + i: common_vendor.unref(common_assets.denglong), + j: common_vendor.t(goodObject.value.introDetail), + k: common_vendor.f(labelList.value, (item, index, i0) => { + return { + a: common_vendor.t(labelList.value[index]), + b: index + }; + }), + l: common_vendor.unref(common_assets.kefu), + m: common_vendor.o(($event) => loadPop()), + n: common_vendor.o(jump_buy), + o: () => ({ + r: popup, + k: "popup" + }), + p: common_vendor.p({ + ["background-color"]: "#fff" + }) + }; + }; + } +}; +const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3361b524"], ["__file", "D:/jiangchengfeiyi-xiaochengxu/pages/store-home/ProductDetails/ProductDetails.vue"]]); +my.createPage(MiniProgramPage); diff --git a/unpackage/dist/dev/mp-alipay/pages/store-home/ProductDetails/ProductDetails.json b/unpackage/dist/dev/mp-alipay/pages/store-home/ProductDetails/ProductDetails.json new file mode 100644 index 0000000..a95fd8b --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/store-home/ProductDetails/ProductDetails.json @@ -0,0 +1,7 @@ +{ + "defaultTitle": "", + "usingComponents": { + "uni-popup": "../../../uni_modules/uni-popup/components/uni-popup/uni-popup", + "add-product": "../../Shopping-cart/component/addProduct" + } +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/pages/workshop/index/index.json b/unpackage/dist/dev/mp-alipay/pages/workshop/index/index.json new file mode 100644 index 0000000..f001b2f --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/pages/workshop/index/index.json @@ -0,0 +1,4 @@ +{ + "defaultTitle": "", + "usingComponents": {} +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/store/index.js b/unpackage/dist/dev/mp-alipay/store/index.js new file mode 100644 index 0000000..f43c15e --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/store/index.js @@ -0,0 +1,4 @@ +"use strict"; +const common_vendor = require("../common/vendor.js"); +const pinia = common_vendor.createPinia(); +exports.pinia = pinia; diff --git a/unpackage/dist/dev/mp-alipay/store/userStore.js b/unpackage/dist/dev/mp-alipay/store/userStore.js new file mode 100644 index 0000000..5630f9e --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/store/userStore.js @@ -0,0 +1,25 @@ +"use strict"; +const common_vendor = require("../common/vendor.js"); +const userStore = common_vendor.defineStore("userInfo", { + state: () => { + return { + userInfo: { + id: 2, + userAvatar: "", + userName: "匠承非遗", + points: 800 + } + }; + }, + actions: { + // updateUserInfo: async () => { + // const res = await uni.request({ + // url: testUrl + '/user/updateUser' + // }) + // console.log(res) + // }, + // getLoginUser(res) { + // } + } +}); +exports.userStore = userStore; diff --git a/unpackage/dist/dev/mp-alipay/uni_modules/uni-popup/components/uni-popup/uni-popup.acss b/unpackage/dist/dev/mp-alipay/uni_modules/uni-popup/components/uni-popup/uni-popup.acss new file mode 100644 index 0000000..4107e39 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/uni_modules/uni-popup/components/uni-popup/uni-popup.acss @@ -0,0 +1,24 @@ +/* 水平间距 */ +/* 水平间距 */ +.uni-popup { + position: fixed; + z-index: 99; +} +.uni-popup.top, .uni-popup.left, .uni-popup.right { + top: 0; +} +.uni-popup .uni-popup__wrapper { + display: block; + position: relative; + /* iphonex 等安全区设置,底部安全区适配 */ +} +.uni-popup .uni-popup__wrapper.left, .uni-popup .uni-popup__wrapper.right { + padding-top: 0; + flex: 1; +} +.fixforpc-z-index { + z-index: 999; +} +.fixforpc-top { + top: 0; +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/uni_modules/uni-popup/components/uni-popup/uni-popup.axml b/unpackage/dist/dev/mp-alipay/uni_modules/uni-popup/components/uni-popup/uni-popup.axml new file mode 100644 index 0000000..52c3d87 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/uni_modules/uni-popup/components/uni-popup/uni-popup.axml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/uni_modules/uni-popup/components/uni-popup/uni-popup.js b/unpackage/dist/dev/mp-alipay/uni_modules/uni-popup/components/uni-popup/uni-popup.js new file mode 100644 index 0000000..e85bc91 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/uni_modules/uni-popup/components/uni-popup/uni-popup.js @@ -0,0 +1,393 @@ +"use strict"; +const common_vendor = require("../../../../common/vendor.js"); +const _sfc_main = { + name: "uniPopup", + components: {}, + emits: ["change", "maskClick"], + props: { + // 开启动画 + animation: { + type: Boolean, + default: true + }, + // 弹出层类型,可选值,top: 顶部弹出层;bottom:底部弹出层;center:全屏弹出层 + // message: 消息提示 ; dialog : 对话框 + type: { + type: String, + default: "center" + }, + // maskClick + isMaskClick: { + type: Boolean, + default: null + }, + // TODO 2 个版本后废弃属性 ,使用 isMaskClick + maskClick: { + type: Boolean, + default: null + }, + backgroundColor: { + type: String, + default: "none" + }, + safeArea: { + type: Boolean, + default: true + }, + maskBackgroundColor: { + type: String, + default: "rgba(0, 0, 0, 0.4)" + }, + borderRadius: { + type: String + } + }, + watch: { + /** + * 监听type类型 + */ + type: { + handler: function(type) { + if (!this.config[type]) + return; + this[this.config[type]](true); + }, + immediate: true + }, + isDesktop: { + handler: function(newVal) { + if (!this.config[newVal]) + return; + this[this.config[this.type]](true); + }, + immediate: true + }, + /** + * 监听遮罩是否可点击 + * @param {Object} val + */ + maskClick: { + handler: function(val) { + this.mkclick = val; + }, + immediate: true + }, + isMaskClick: { + handler: function(val) { + this.mkclick = val; + }, + immediate: true + }, + // H5 下禁止底部滚动 + showPopup(show) { + } + }, + data() { + return { + duration: 300, + ani: [], + showPopup: false, + showTrans: false, + popupWidth: 0, + popupHeight: 0, + config: { + top: "top", + bottom: "bottom", + center: "center", + left: "left", + right: "right", + message: "top", + dialog: "center", + share: "bottom" + }, + maskClass: { + position: "fixed", + bottom: 0, + top: 0, + left: 0, + right: 0, + backgroundColor: "rgba(0, 0, 0, 0.4)" + }, + transClass: { + backgroundColor: "transparent", + borderRadius: this.borderRadius || "0", + position: "fixed", + left: 0, + right: 0 + }, + maskShow: true, + mkclick: true, + popupstyle: "top" + }; + }, + computed: { + getStyles() { + let res = { backgroundColor: this.bg }; + if (this.borderRadius || "0") { + res = Object.assign(res, { borderRadius: this.borderRadius }); + } + return res; + }, + isDesktop() { + return this.popupWidth >= 500 && this.popupHeight >= 500; + }, + bg() { + if (this.backgroundColor === "" || this.backgroundColor === "none") { + return "transparent"; + } + return this.backgroundColor; + } + }, + mounted() { + const fixSize = () => { + const { + windowWidth, + windowHeight, + windowTop, + safeArea, + screenHeight, + safeAreaInsets + } = common_vendor.index.getSystemInfoSync(); + this.popupWidth = windowWidth; + this.popupHeight = windowHeight + (windowTop || 0); + if (safeArea && this.safeArea) { + this.safeAreaInsets = safeAreaInsets.bottom; + } else { + this.safeAreaInsets = 0; + } + }; + fixSize(); + }, + // TODO vue3 + unmounted() { + this.setH5Visible(); + }, + activated() { + this.setH5Visible(!this.showPopup); + }, + deactivated() { + this.setH5Visible(true); + }, + created() { + if (this.isMaskClick === null && this.maskClick === null) { + this.mkclick = true; + } else { + this.mkclick = this.isMaskClick !== null ? this.isMaskClick : this.maskClick; + } + if (this.animation) { + this.duration = 300; + } else { + this.duration = 0; + } + this.messageChild = null; + this.clearPropagation = false; + this.maskClass.backgroundColor = this.maskBackgroundColor; + }, + methods: { + setH5Visible(visible = true) { + }, + /** + * 公用方法,不显示遮罩层 + */ + closeMask() { + this.maskShow = false; + }, + /** + * 公用方法,遮罩层禁止点击 + */ + disableMask() { + this.mkclick = false; + }, + // TODO nvue 取消冒泡 + clear(e) { + e.stopPropagation(); + this.clearPropagation = true; + }, + open(direction) { + if (this.showPopup) { + return; + } + let innerType = ["top", "center", "bottom", "left", "right", "message", "dialog", "share"]; + if (!(direction && innerType.indexOf(direction) !== -1)) { + direction = this.type; + } + if (!this.config[direction]) { + console.error("缺少类型:", direction); + return; + } + this[this.config[direction]](); + this.$emit("change", { + show: true, + type: direction + }); + }, + close(type) { + this.showTrans = false; + this.$emit("change", { + show: false, + type: this.type + }); + clearTimeout(this.timer); + this.timer = setTimeout(() => { + this.showPopup = false; + }, 300); + }, + // TODO 处理冒泡事件,头条的冒泡事件有问题 ,先这样兼容 + touchstart() { + this.clearPropagation = false; + }, + onTap() { + if (this.clearPropagation) { + this.clearPropagation = false; + return; + } + this.$emit("maskClick"); + if (!this.mkclick) + return; + this.close(); + }, + /** + * 顶部弹出样式处理 + */ + top(type) { + this.popupstyle = this.isDesktop ? "fixforpc-top" : "top"; + this.ani = ["slide-top"]; + this.transClass = { + position: "fixed", + left: 0, + right: 0, + backgroundColor: this.bg, + borderRadius: this.borderRadius || "0" + }; + if (type) + return; + this.showPopup = true; + this.showTrans = true; + this.$nextTick(() => { + if (this.messageChild && this.type === "message") { + this.messageChild.timerClose(); + } + }); + }, + /** + * 底部弹出样式处理 + */ + bottom(type) { + this.popupstyle = "bottom"; + this.ani = ["slide-bottom"]; + this.transClass = { + position: "fixed", + left: 0, + right: 0, + bottom: 0, + paddingBottom: this.safeAreaInsets + "px", + backgroundColor: this.bg, + borderRadius: this.borderRadius || "0" + }; + if (type) + return; + this.showPopup = true; + this.showTrans = true; + }, + /** + * 中间弹出样式处理 + */ + center(type) { + this.popupstyle = "center"; + this.ani = ["zoom-out", "fade"]; + this.transClass = { + position: "fixed", + display: "flex", + flexDirection: "column", + bottom: 0, + left: 0, + right: 0, + top: 0, + justifyContent: "center", + alignItems: "center", + borderRadius: this.borderRadius || "0" + }; + if (type) + return; + this.showPopup = true; + this.showTrans = true; + }, + left(type) { + this.popupstyle = "left"; + this.ani = ["slide-left"]; + this.transClass = { + position: "fixed", + left: 0, + bottom: 0, + top: 0, + backgroundColor: this.bg, + borderRadius: this.borderRadius || "0", + display: "flex", + flexDirection: "column" + }; + if (type) + return; + this.showPopup = true; + this.showTrans = true; + }, + right(type) { + this.popupstyle = "right"; + this.ani = ["slide-right"]; + this.transClass = { + position: "fixed", + bottom: 0, + right: 0, + top: 0, + backgroundColor: this.bg, + borderRadius: this.borderRadius || "0", + display: "flex", + flexDirection: "column" + }; + if (type) + return; + this.showPopup = true; + this.showTrans = true; + } + } +}; +if (!Array) { + const _easycom_uni_transition2 = common_vendor.resolveComponent("uni-transition"); + _easycom_uni_transition2(); +} +const _easycom_uni_transition = () => "../../../uni-transition/components/uni-transition/uni-transition.js"; +if (!Math) { + _easycom_uni_transition(); +} +function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { + return common_vendor.e({ + a: $data.showPopup + }, $data.showPopup ? common_vendor.e({ + b: $data.maskShow + }, $data.maskShow ? { + c: common_vendor.o($options.onTap), + d: common_vendor.p({ + name: "mask", + ["mode-class"]: "fade", + styles: $data.maskClass, + duration: $data.duration, + show: $data.showTrans + }) + } : {}, { + e: common_vendor.s($options.getStyles), + f: common_vendor.n($data.popupstyle), + g: common_vendor.o((...args) => $options.clear && $options.clear(...args)), + h: common_vendor.o($options.onTap), + i: common_vendor.p({ + ["mode-class"]: $data.ani, + name: "content", + styles: $data.transClass, + duration: $data.duration, + show: $data.showTrans + }), + j: common_vendor.o((...args) => $options.touchstart && $options.touchstart(...args)), + k: common_vendor.n($data.popupstyle), + l: common_vendor.n($options.isDesktop ? "fixforpc-z-index" : "") + }) : {}); +} +const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/jiangchengfeiyi-xiaochengxu/uni_modules/uni-popup/components/uni-popup/uni-popup.vue"]]); +my.createComponent(Component); diff --git a/unpackage/dist/dev/mp-alipay/uni_modules/uni-popup/components/uni-popup/uni-popup.json b/unpackage/dist/dev/mp-alipay/uni_modules/uni-popup/components/uni-popup/uni-popup.json new file mode 100644 index 0000000..df57ecc --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/uni_modules/uni-popup/components/uni-popup/uni-popup.json @@ -0,0 +1,7 @@ +{ + "component": true, + "styleIsolation": "apply-shared", + "usingComponents": { + "uni-transition": "../../../uni-transition/components/uni-transition/uni-transition" + } +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/createAnimation.js b/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/createAnimation.js new file mode 100644 index 0000000..819683a --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/createAnimation.js @@ -0,0 +1,115 @@ +"use strict"; +const common_vendor = require("../../../../common/vendor.js"); +class MPAnimation { + constructor(options, _this) { + this.options = options; + this.animation = common_vendor.index.createAnimation({ + ...options + }); + this.currentStepAnimates = {}; + this.next = 0; + this.$ = _this; + } + _nvuePushAnimates(type, args) { + let aniObj = this.currentStepAnimates[this.next]; + let styles = {}; + if (!aniObj) { + styles = { + styles: {}, + config: {} + }; + } else { + styles = aniObj; + } + if (animateTypes1.includes(type)) { + if (!styles.styles.transform) { + styles.styles.transform = ""; + } + let unit = ""; + if (type === "rotate") { + unit = "deg"; + } + styles.styles.transform += `${type}(${args + unit}) `; + } else { + styles.styles[type] = `${args}`; + } + this.currentStepAnimates[this.next] = styles; + } + _animateRun(styles = {}, config = {}) { + let ref = this.$.$refs["ani"].ref; + if (!ref) + return; + return new Promise((resolve, reject) => { + nvueAnimation.transition(ref, { + styles, + ...config + }, (res) => { + resolve(); + }); + }); + } + _nvueNextAnimate(animates, step = 0, fn) { + let obj = animates[step]; + if (obj) { + let { + styles, + config + } = obj; + this._animateRun(styles, config).then(() => { + step += 1; + this._nvueNextAnimate(animates, step, fn); + }); + } else { + this.currentStepAnimates = {}; + typeof fn === "function" && fn(); + this.isEnd = true; + } + } + step(config = {}) { + this.animation.step(config); + return this; + } + run(fn) { + this.$.animationData = this.animation.export(); + this.$.timer = setTimeout(() => { + typeof fn === "function" && fn(); + }, this.$.durationTime); + } +} +const animateTypes1 = [ + "matrix", + "matrix3d", + "rotate", + "rotate3d", + "rotateX", + "rotateY", + "rotateZ", + "scale", + "scale3d", + "scaleX", + "scaleY", + "scaleZ", + "skew", + "skewX", + "skewY", + "translate", + "translate3d", + "translateX", + "translateY", + "translateZ" +]; +const animateTypes2 = ["opacity", "backgroundColor"]; +const animateTypes3 = ["width", "height", "left", "right", "top", "bottom"]; +animateTypes1.concat(animateTypes2, animateTypes3).forEach((type) => { + MPAnimation.prototype[type] = function(...args) { + this.animation[type](...args); + return this; + }; +}); +function createAnimation(option, _this) { + if (!_this) + return; + clearTimeout(_this.timer); + return new MPAnimation(option, _this); +} +exports.createAnimation = createAnimation; diff --git a/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/uni-transition.acss b/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/uni-transition.acss new file mode 100644 index 0000000..e69de29 diff --git a/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/uni-transition.axml b/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/uni-transition.axml new file mode 100644 index 0000000..7cea282 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/uni-transition.axml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/uni-transition.js b/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/uni-transition.js new file mode 100644 index 0000000..77b9804 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/uni-transition.js @@ -0,0 +1,265 @@ +"use strict"; +const uni_modules_uniTransition_components_uniTransition_createAnimation = require("./createAnimation.js"); +const common_vendor = require("../../../../common/vendor.js"); +const _sfc_main = { + name: "uniTransition", + emits: ["click", "change"], + props: { + show: { + type: Boolean, + default: false + }, + modeClass: { + type: [Array, String], + default() { + return "fade"; + } + }, + duration: { + type: Number, + default: 300 + }, + styles: { + type: Object, + default() { + return {}; + } + }, + customClass: { + type: String, + default: "" + }, + onceRender: { + type: Boolean, + default: false + } + }, + data() { + return { + isShow: false, + transform: "", + opacity: 1, + animationData: {}, + durationTime: 300, + config: {} + }; + }, + watch: { + show: { + handler(newVal) { + if (newVal) { + this.open(); + } else { + if (this.isShow) { + this.close(); + } + } + }, + immediate: true + } + }, + computed: { + // 生成样式数据 + stylesObject() { + let styles = { + ...this.styles, + "transition-duration": this.duration / 1e3 + "s" + }; + let transform = ""; + for (let i in styles) { + let line = this.toLine(i); + transform += line + ":" + styles[i] + ";"; + } + return transform; + }, + // 初始化动画条件 + transformStyles() { + return "transform:" + this.transform + ";opacity:" + this.opacity + ";" + this.stylesObject; + } + }, + created() { + this.config = { + duration: this.duration, + timingFunction: "ease", + transformOrigin: "50% 50%", + delay: 0 + }; + this.durationTime = this.duration; + }, + methods: { + /** + * ref 触发 初始化动画 + */ + init(obj = {}) { + if (obj.duration) { + this.durationTime = obj.duration; + } + this.animation = uni_modules_uniTransition_components_uniTransition_createAnimation.createAnimation(Object.assign(this.config, obj), this); + }, + /** + * 点击组件触发回调 + */ + onClick() { + this.$emit("click", { + detail: this.isShow + }); + }, + /** + * ref 触发 动画分组 + * @param {Object} obj + */ + step(obj, config = {}) { + if (!this.animation) + return; + for (let i in obj) { + try { + if (typeof obj[i] === "object") { + this.animation[i](...obj[i]); + } else { + this.animation[i](obj[i]); + } + } catch (e) { + console.error(`方法 ${i} 不存在`); + } + } + this.animation.step(config); + return this; + }, + /** + * ref 触发 执行动画 + */ + run(fn) { + if (!this.animation) + return; + this.animation.run(fn); + }, + // 开始过度动画 + open() { + clearTimeout(this.timer); + this.transform = ""; + this.isShow = true; + let { opacity, transform } = this.styleInit(false); + if (typeof opacity !== "undefined") { + this.opacity = opacity; + } + this.transform = transform; + this.$nextTick(() => { + this.timer = setTimeout(() => { + this.animation = uni_modules_uniTransition_components_uniTransition_createAnimation.createAnimation(this.config, this); + this.tranfromInit(false).step(); + this.animation.run(); + this.$emit("change", { + detail: this.isShow + }); + }, 20); + }); + }, + // 关闭过度动画 + close(type) { + if (!this.animation) + return; + this.tranfromInit(true).step().run(() => { + this.isShow = false; + this.animationData = null; + this.animation = null; + let { opacity, transform } = this.styleInit(false); + this.opacity = opacity || 1; + this.transform = transform; + this.$emit("change", { + detail: this.isShow + }); + }); + }, + // 处理动画开始前的默认样式 + styleInit(type) { + let styles = { + transform: "" + }; + let buildStyle = (type2, mode) => { + if (mode === "fade") { + styles.opacity = this.animationType(type2)[mode]; + } else { + styles.transform += this.animationType(type2)[mode] + " "; + } + }; + if (typeof this.modeClass === "string") { + buildStyle(type, this.modeClass); + } else { + this.modeClass.forEach((mode) => { + buildStyle(type, mode); + }); + } + return styles; + }, + // 处理内置组合动画 + tranfromInit(type) { + let buildTranfrom = (type2, mode) => { + let aniNum = null; + if (mode === "fade") { + aniNum = type2 ? 0 : 1; + } else { + aniNum = type2 ? "-100%" : "0"; + if (mode === "zoom-in") { + aniNum = type2 ? 0.8 : 1; + } + if (mode === "zoom-out") { + aniNum = type2 ? 1.2 : 1; + } + if (mode === "slide-right") { + aniNum = type2 ? "100%" : "0"; + } + if (mode === "slide-bottom") { + aniNum = type2 ? "100%" : "0"; + } + } + this.animation[this.animationMode()[mode]](aniNum); + }; + if (typeof this.modeClass === "string") { + buildTranfrom(type, this.modeClass); + } else { + this.modeClass.forEach((mode) => { + buildTranfrom(type, mode); + }); + } + return this.animation; + }, + animationType(type) { + return { + fade: type ? 0 : 1, + "slide-top": `translateY(${type ? "0" : "-100%"})`, + "slide-right": `translateX(${type ? "0" : "100%"})`, + "slide-bottom": `translateY(${type ? "0" : "100%"})`, + "slide-left": `translateX(${type ? "0" : "-100%"})`, + "zoom-in": `scaleX(${type ? 1 : 0.8}) scaleY(${type ? 1 : 0.8})`, + "zoom-out": `scaleX(${type ? 1 : 1.2}) scaleY(${type ? 1 : 1.2})` + }; + }, + // 内置动画类型与实际动画对应字典 + animationMode() { + return { + fade: "opacity", + "slide-top": "translateY", + "slide-right": "translateX", + "slide-bottom": "translateY", + "slide-left": "translateX", + "zoom-in": "scale", + "zoom-out": "scale" + }; + }, + // 驼峰转中横线 + toLine(name) { + return name.replace(/([A-Z])/g, "-$1").toLowerCase(); + } + } +}; +function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { + return { + a: $data.isShow, + b: $data.animationData, + c: common_vendor.n($props.customClass), + d: common_vendor.s($options.transformStyles), + e: common_vendor.o((...args) => $options.onClick && $options.onClick(...args)) + }; +} +const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/jiangchengfeiyi-xiaochengxu/uni_modules/uni-transition/components/uni-transition/uni-transition.vue"]]); +my.createComponent(Component); diff --git a/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/uni-transition.json b/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/uni-transition.json new file mode 100644 index 0000000..4a20f17 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/uni_modules/uni-transition/components/uni-transition/uni-transition.json @@ -0,0 +1,5 @@ +{ + "component": true, + "styleIsolation": "apply-shared", + "usingComponents": {} +} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-alipay/utils/emitter.js b/unpackage/dist/dev/mp-alipay/utils/emitter.js new file mode 100644 index 0000000..69c0e94 --- /dev/null +++ b/unpackage/dist/dev/mp-alipay/utils/emitter.js @@ -0,0 +1,4 @@ +"use strict"; +const common_vendor = require("../common/vendor.js"); +const emitter = common_vendor.mitt(); +exports.emitter = emitter;